Shades of Vivid Violet #8C2AA9
Tints of Vivid Violet #8C2AA9
RGB
CMYK
RGB Variations
Color information
#8C2AA9 (or 0x8C2AA9) is known color: Vivid Violet. HEX triplet: 8C, 2A and A9. RGB value is (140,42,169). Sum of RGB (Red+Green+Blue) = 140+42+169=351 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.89% from 351); Green value is 42 (16.80% from 255 or 11.97% from 351); Blue value is 169 (66.41% from 255 or 48.15% from 351); Max value from RGB is 169 - color contains mainly: blue. Hex color #8C2AA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C2AA9 is #73D556. Grayscale: #555555. Windows color (decimal): -7591255 or 11086476. OLE color: 11086476.
HSL color Cylindrical-coordinate representation of color #8C2AA9: hue angle of 286.3º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8C2AA9 is Cyan = 0.17, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 140 | 42 | 169 | - |
| CMYK | 0.17 | 0.75 | 0 | 0.34 |
| HSL | 286.3º | 0.6% | 0.41% | - |
| HSV(B) | 286.3º | 0.75% | 0.66% | - |
| XYZ | 18.8 | 10.1 | 38.49 | - |
| YUV | 85.78 | 174.97 | 166.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 42 | 169 | 0.17 | 0.75 | 0 | 0.34 | 286.3 | 0.6 | 0.41 |
| Hex | 8C | 2A | A9 | 11 | 4B | 0 | 22 | 11E | 3C | 29 |
| Octal | 214 | 52 | 251 | 21 | 113 | 0 | 42 | 436 | 74 | 51 |
| Binary | 10001100 | 101010 | 10101001 | 10001 | 1001011 | 0 | 100010 | 100011110 | 111100 | 101001 |
Color Harmonies of #8C2AA9
Complementary color
Monochromatic Colors of #8C2AA9
Black with #8C2AA9
Text Example
Text Example
White with #8C2AA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2AA9; }
p { color: rgb(140,42,169); }
H1.HeaderClassName
{
color: #8C2AA9;
}
.AnyTagClassName
{
color: #8C2AA9;
}
</style>
background-color css
<style>
a { background-color: #8C2AA9; }
a { background-color: rgb(140,42,169); }
div.DivClassName
{
background-color: #8C2AA9;
}
.BgClassName
{
background-color: #8C2AA9;
}
</style>
border-color css
<style>
span { border-color: #8C2AA9; }
span { border-color: rgb(140,42,169); }
td.TdClassName
{
border-color: #8C2AA9;
}
.TagClassName
{
border-color: #8C2AA9;
}
</style>