Shades of Dark Violet #8C0FC8
Tints of Dark Violet #8C0FC8
RGB
CMYK
RGB Variations
Color information
#8C0FC8 (or 0x8C0FC8) is known color: Dark Violet. HEX triplet: 8C, 0F and C8. RGB value is (140,15,200). Sum of RGB (Red+Green+Blue) = 140+15+200=355 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.44% from 355); Green value is 15 (6.25% from 255 or 4.23% from 355); Blue value is 200 (78.52% from 255 or 56.34% from 355); Max value from RGB is 200 - color contains mainly: blue. Hex color #8C0FC8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C0FC8 is #73F037. Grayscale: #484848. Windows color (decimal): -7598136 or 13111180. OLE color: 13111180.
HSL color Cylindrical-coordinate representation of color #8C0FC8: hue angle of 280.54º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8C0FC8 is Cyan = 0.3, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 140 | 15 | 200 | - |
| CMYK | 0.3 | 0.92 | 0 | 0.22 |
| HSL | 280.54º | 0.86% | 0.42% | - |
| HSV(B) | 280.54º | 0.93% | 0.78% | - |
| XYZ | 21.41 | 10.09 | 55.46 | - |
| YUV | 73.47 | 199.41 | 175.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 15 | 200 | 0.3 | 0.92 | 0 | 0.22 | 280.54 | 0.86 | 0.42 |
| Hex | 8C | F | C8 | 1E | 5C | 0 | 16 | 119 | 56 | 2A |
| Octal | 214 | 17 | 310 | 36 | 134 | 0 | 26 | 431 | 126 | 52 |
| Binary | 10001100 | 1111 | 11001000 | 11110 | 1011100 | 0 | 10110 | 100011001 | 1010110 | 101010 |
Color Harmonies of #8C0FC8
Complementary color
Monochromatic Colors of #8C0FC8
Black with #8C0FC8
Text Example
Text Example
White with #8C0FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0FC8; }
p { color: rgb(140,15,200); }
H1.HeaderClassName
{
color: #8C0FC8;
}
.AnyTagClassName
{
color: #8C0FC8;
}
</style>
background-color css
<style>
a { background-color: #8C0FC8; }
a { background-color: rgb(140,15,200); }
div.DivClassName
{
background-color: #8C0FC8;
}
.BgClassName
{
background-color: #8C0FC8;
}
</style>
border-color css
<style>
span { border-color: #8C0FC8; }
span { border-color: rgb(140,15,200); }
td.TdClassName
{
border-color: #8C0FC8;
}
.TagClassName
{
border-color: #8C0FC8;
}
</style>