Shades of Dark Violet #8C0AAF
Tints of Dark Violet #8C0AAF
RGB
CMYK
RGB Variations
Color information
#8C0AAF (or 0x8C0AAF) is known color: Dark Violet. HEX triplet: 8C, 0A and AF. RGB value is (140,10,175). Sum of RGB (Red+Green+Blue) = 140+10+175=325 (43% of max value = 765). Red value is 140 (55.08% from 255 or 43.08% from 325); Green value is 10 (4.30% from 255 or 3.08% from 325); Blue value is 175 (68.75% from 255 or 53.85% from 325); Max value from RGB is 175 - color contains mainly: blue. Hex color #8C0AAF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C0AAF is #73F550. Grayscale: #434343. Windows color (decimal): -7599441 or 11471500. OLE color: 11471500.
HSL color Cylindrical-coordinate representation of color #8C0AAF: hue angle of 287.27º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8C0AAF is Cyan = 0.2, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 140 | 10 | 175 | - |
| CMYK | 0.2 | 0.94 | 0 | 0.31 |
| HSL | 287.27º | 0.89% | 0.36% | - |
| HSV(B) | 287.27º | 0.94% | 0.69% | - |
| XYZ | 18.66 | 8.89 | 41.29 | - |
| YUV | 67.68 | 188.57 | 179.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 10 | 175 | 0.2 | 0.94 | 0 | 0.31 | 287.27 | 0.89 | 0.36 |
| Hex | 8C | A | AF | 14 | 5E | 0 | 1F | 11F | 59 | 24 |
| Octal | 214 | 12 | 257 | 24 | 136 | 0 | 37 | 437 | 131 | 44 |
| Binary | 10001100 | 1010 | 10101111 | 10100 | 1011110 | 0 | 11111 | 100011111 | 1011001 | 100100 |
Color Harmonies of #8C0AAF
Complementary color
Monochromatic Colors of #8C0AAF
Black with #8C0AAF
Text Example
Text Example
White with #8C0AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0AAF; }
p { color: rgb(140,10,175); }
H1.HeaderClassName
{
color: #8C0AAF;
}
.AnyTagClassName
{
color: #8C0AAF;
}
</style>
background-color css
<style>
a { background-color: #8C0AAF; }
a { background-color: rgb(140,10,175); }
div.DivClassName
{
background-color: #8C0AAF;
}
.BgClassName
{
background-color: #8C0AAF;
}
</style>
border-color css
<style>
span { border-color: #8C0AAF; }
span { border-color: rgb(140,10,175); }
td.TdClassName
{
border-color: #8C0AAF;
}
.TagClassName
{
border-color: #8C0AAF;
}
</style>