Shades of Vivid Violet #8B39A9
Tints of Vivid Violet #8B39A9
RGB
CMYK
RGB Variations
Color information
#8B39A9 (or 0x8B39A9) is known color: Vivid Violet. HEX triplet: 8B, 39 and A9. RGB value is (139,57,169). Sum of RGB (Red+Green+Blue) = 139+57+169=365 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.08% from 365); Green value is 57 (22.66% from 255 or 15.62% from 365); Blue value is 169 (66.41% from 255 or 46.30% from 365); Max value from RGB is 169 - color contains mainly: blue. Hex color #8B39A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B39A9 is #74C656. Grayscale: #5D5D5D. Windows color (decimal): -7652951 or 11090315. OLE color: 11090315.
HSL color Cylindrical-coordinate representation of color #8B39A9: hue angle of 283.93º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8B39A9 is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 139 | 57 | 169 | - |
| CMYK | 0.18 | 0.66 | 0 | 0.34 |
| HSL | 283.93º | 0.5% | 0.44% | - |
| HSV(B) | 283.93º | 0.66% | 0.66% | - |
| XYZ | 19.27 | 11.28 | 38.7 | - |
| YUV | 94.29 | 170.17 | 159.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 57 | 169 | 0.18 | 0.66 | 0 | 0.34 | 283.93 | 0.5 | 0.44 |
| Hex | 8B | 39 | A9 | 12 | 42 | 0 | 22 | 11C | 32 | 2C |
| Octal | 213 | 71 | 251 | 22 | 102 | 0 | 42 | 434 | 62 | 54 |
| Binary | 10001011 | 111001 | 10101001 | 10010 | 1000010 | 0 | 100010 | 100011100 | 110010 | 101100 |
Color Harmonies of #8B39A9
Complementary color
Monochromatic Colors of #8B39A9
Black with #8B39A9
Text Example
Text Example
White with #8B39A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B39A9; }
p { color: rgb(139,57,169); }
H1.HeaderClassName
{
color: #8B39A9;
}
.AnyTagClassName
{
color: #8B39A9;
}
</style>
background-color css
<style>
a { background-color: #8B39A9; }
a { background-color: rgb(139,57,169); }
div.DivClassName
{
background-color: #8B39A9;
}
.BgClassName
{
background-color: #8B39A9;
}
</style>
border-color css
<style>
span { border-color: #8B39A9; }
span { border-color: rgb(139,57,169); }
td.TdClassName
{
border-color: #8B39A9;
}
.TagClassName
{
border-color: #8B39A9;
}
</style>