Shades of Dark Violet #8C02AF
Tints of Dark Violet #8C02AF
RGB
CMYK
RGB Variations
Color information
#8C02AF (or 0x8C02AF) is known color: Dark Violet. HEX triplet: 8C, 02 and AF. RGB value is (140,2,175). Sum of RGB (Red+Green+Blue) = 140+2+175=317 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.16% from 317); Green value is 2 (1.17% from 255 or 0.63% from 317); Blue value is 175 (68.75% from 255 or 55.21% from 317); Max value from RGB is 175 - color contains mainly: blue. Hex color #8C02AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C02AF is #73FD50. Grayscale: #3E3E3E. Windows color (decimal): -7601489 or 11469452. OLE color: 11469452.
HSL color Cylindrical-coordinate representation of color #8C02AF: hue angle of 287.86º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8C02AF is Cyan = 0.2, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 140 | 2 | 175 | - |
| CMYK | 0.2 | 0.99 | 0 | 0.31 |
| HSL | 287.86º | 0.98% | 0.35% | - |
| HSV(B) | 287.86º | 0.99% | 0.69% | - |
| XYZ | 18.57 | 8.71 | 41.26 | - |
| YUV | 62.98 | 191.22 | 182.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 2 | 175 | 0.2 | 0.99 | 0 | 0.31 | 287.86 | 0.98 | 0.35 |
| Hex | 8C | 2 | AF | 14 | 63 | 0 | 1F | 120 | 62 | 23 |
| Octal | 214 | 2 | 257 | 24 | 143 | 0 | 37 | 440 | 142 | 43 |
| Binary | 10001100 | 10 | 10101111 | 10100 | 1100011 | 0 | 11111 | 100100000 | 1100010 | 100011 |
Color Harmonies of #8C02AF
Complementary color
Monochromatic Colors of #8C02AF
Black with #8C02AF
Text Example
Text Example
White with #8C02AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C02AF; }
p { color: rgb(140,2,175); }
H1.HeaderClassName
{
color: #8C02AF;
}
.AnyTagClassName
{
color: #8C02AF;
}
</style>
background-color css
<style>
a { background-color: #8C02AF; }
a { background-color: rgb(140,2,175); }
div.DivClassName
{
background-color: #8C02AF;
}
.BgClassName
{
background-color: #8C02AF;
}
</style>
border-color css
<style>
span { border-color: #8C02AF; }
span { border-color: rgb(140,2,175); }
td.TdClassName
{
border-color: #8C02AF;
}
.TagClassName
{
border-color: #8C02AF;
}
</style>