Shades of Dark Violet #8C01AF
Tints of Dark Violet #8C01AF
RGB
CMYK
RGB Variations
Color information
#8C01AF (or 0x8C01AF) is known color: Dark Violet. HEX triplet: 8C, 01 and AF. RGB value is (140,1,175). Sum of RGB (Red+Green+Blue) = 140+1+175=316 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.30% from 316); Green value is 1 (0.78% from 255 or 0.32% from 316); Blue value is 175 (68.75% from 255 or 55.38% from 316); Max value from RGB is 175 - color contains mainly: blue. Hex color #8C01AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C01AF is #73FE50. Grayscale: #3D3D3D. Windows color (decimal): -7601745 or 11469196. OLE color: 11469196.
HSL color Cylindrical-coordinate representation of color #8C01AF: hue angle of 287.93º degrees, saturation: 0.99, 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 #8C01AF is Cyan = 0.2, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 140 | 1 | 175 | - |
| CMYK | 0.2 | 0.99 | 0 | 0.31 |
| HSL | 287.93º | 0.99% | 0.35% | - |
| HSV(B) | 287.93º | 0.99% | 0.69% | - |
| XYZ | 18.56 | 8.69 | 41.26 | - |
| YUV | 62.4 | 191.55 | 183.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 1 | 175 | 0.2 | 0.99 | 0 | 0.31 | 287.93 | 0.99 | 0.35 |
| Hex | 8C | 1 | AF | 14 | 63 | 0 | 1F | 120 | 63 | 23 |
| Octal | 214 | 1 | 257 | 24 | 143 | 0 | 37 | 440 | 143 | 43 |
| Binary | 10001100 | 1 | 10101111 | 10100 | 1100011 | 0 | 11111 | 100100000 | 1100011 | 100011 |
Color Harmonies of #8C01AF
Complementary color
Monochromatic Colors of #8C01AF
Black with #8C01AF
Text Example
Text Example
White with #8C01AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C01AF; }
p { color: rgb(140,1,175); }
H1.HeaderClassName
{
color: #8C01AF;
}
.AnyTagClassName
{
color: #8C01AF;
}
</style>
background-color css
<style>
a { background-color: #8C01AF; }
a { background-color: rgb(140,1,175); }
div.DivClassName
{
background-color: #8C01AF;
}
.BgClassName
{
background-color: #8C01AF;
}
</style>
border-color css
<style>
span { border-color: #8C01AF; }
span { border-color: rgb(140,1,175); }
td.TdClassName
{
border-color: #8C01AF;
}
.TagClassName
{
border-color: #8C01AF;
}
</style>