Shades of Dark Violet #8C00CE
Tints of Dark Violet #8C00CE
RGB
CMYK
RGB Variations
Color information
#8C00CE (or 0x8C00CE) is known color: Dark Violet. HEX triplet: 8C, 00 and CE. RGB value is (140,0,206). Sum of RGB (Red+Green+Blue) = 140+0+206=346 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.46% from 346); Green value is 0 (0.39% from 255 or 0% from 346); Blue value is 206 (80.86% from 255 or 59.54% from 346); Max value from RGB is 206 - color contains mainly: blue. Hex color #8C00CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C00CE is #73FF31. Grayscale: #404040. Windows color (decimal): -7601970 or 13500556. OLE color: 13500556.
HSL color Cylindrical-coordinate representation of color #8C00CE: hue angle of 280.78º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8C00CE is Cyan = 0.32, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 140 | 0 | 206 | - |
| CMYK | 0.32 | 1 | 0 | 0.19 |
| HSL | 280.78º | 1% | 0.4% | - |
| HSV(B) | 280.78º | 1% | 0.81% | - |
| XYZ | 21.96 | 10.03 | 59.17 | - |
| YUV | 65.34 | 207.38 | 181.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 0 | 206 | 0.32 | 1 | 0 | 0.19 | 280.78 | 1 | 0.4 |
| Hex | 8C | 0 | CE | 20 | 64 | 0 | 13 | 119 | 64 | 28 |
| Octal | 214 | 0 | 316 | 40 | 144 | 0 | 23 | 431 | 144 | 50 |
| Binary | 10001100 | 0 | 11001110 | 100000 | 1100100 | 0 | 10011 | 100011001 | 1100100 | 101000 |
Color Harmonies of #8C00CE
Complementary color
Monochromatic Colors of #8C00CE
Black with #8C00CE
Text Example
Text Example
White with #8C00CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C00CE; }
p { color: rgb(140,0,206); }
H1.HeaderClassName
{
color: #8C00CE;
}
.AnyTagClassName
{
color: #8C00CE;
}
</style>
background-color css
<style>
a { background-color: #8C00CE; }
a { background-color: rgb(140,0,206); }
div.DivClassName
{
background-color: #8C00CE;
}
.BgClassName
{
background-color: #8C00CE;
}
</style>
border-color css
<style>
span { border-color: #8C00CE; }
span { border-color: rgb(140,0,206); }
td.TdClassName
{
border-color: #8C00CE;
}
.TagClassName
{
border-color: #8C00CE;
}
</style>