Shades of Dark Violet #8C01D8
Tints of Dark Violet #8C01D8
RGB
CMYK
RGB Variations
Color information
#8C01D8 (or 0x8C01D8) is known color: Dark Violet. HEX triplet: 8C, 01 and D8. RGB value is (140,1,216). Sum of RGB (Red+Green+Blue) = 140+1+216=357 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.22% from 357); Green value is 1 (0.78% from 255 or 0.28% from 357); Blue value is 216 (84.77% from 255 or 60.50% from 357); Max value from RGB is 216 - color contains mainly: blue. Hex color #8C01D8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C01D8 is #73FE27. Grayscale: #424242. Windows color (decimal): -7601704 or 14156172. OLE color: 14156172.
HSL color Cylindrical-coordinate representation of color #8C01D8: hue angle of 278.79º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8C01D8 is Cyan = 0.35, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 140 | 1 | 216 | - |
| CMYK | 0.35 | 1.00 | 0 | 0.15 |
| HSL | 278.79º | 0.99% | 0.43% | - |
| HSV(B) | 278.79º | 1% | 0.85% | - |
| XYZ | 23.22 | 10.56 | 65.78 | - |
| YUV | 67.07 | 212.05 | 180.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 1 | 216 | 0.35 | 1.00 | 0 | 0.15 | 278.79 | 0.99 | 0.43 |
| Hex | 8C | 1 | D8 | 23 | 64 | 0 | F | 117 | 63 | 2B |
| Octal | 214 | 1 | 330 | 43 | 144 | 0 | 17 | 427 | 143 | 53 |
| Binary | 10001100 | 1 | 11011000 | 100011 | 1100100 | 0 | 1111 | 100010111 | 1100011 | 101011 |
Color Harmonies of #8C01D8
Complementary color
Monochromatic Colors of #8C01D8
Black with #8C01D8
Text Example
Text Example
White with #8C01D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C01D8; }
p { color: rgb(140,1,216); }
H1.HeaderClassName
{
color: #8C01D8;
}
.AnyTagClassName
{
color: #8C01D8;
}
</style>
background-color css
<style>
a { background-color: #8C01D8; }
a { background-color: rgb(140,1,216); }
div.DivClassName
{
background-color: #8C01D8;
}
.BgClassName
{
background-color: #8C01D8;
}
</style>
border-color css
<style>
span { border-color: #8C01D8; }
span { border-color: rgb(140,1,216); }
td.TdClassName
{
border-color: #8C01D8;
}
.TagClassName
{
border-color: #8C01D8;
}
</style>