Shades of Dark Violet #8C06CE
Tints of Dark Violet #8C06CE
RGB
CMYK
RGB Variations
Color information
#8C06CE (or 0x8C06CE) is known color: Dark Violet. HEX triplet: 8C, 06 and CE. RGB value is (140,6,206). Sum of RGB (Red+Green+Blue) = 140+6+206=352 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.77% from 352); Green value is 6 (2.73% from 255 or 1.70% from 352); Blue value is 206 (80.86% from 255 or 58.52% from 352); Max value from RGB is 206 - color contains mainly: blue. Hex color #8C06CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C06CE is #73F931. Grayscale: #444444. Windows color (decimal): -7600434 or 13502092. OLE color: 13502092.
HSL color Cylindrical-coordinate representation of color #8C06CE: hue angle of 280.2º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8C06CE is Cyan = 0.32, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 140 | 6 | 206 | - |
| CMYK | 0.32 | 0.97 | 0 | 0.19 |
| HSL | 280.2º | 0.94% | 0.42% | - |
| HSV(B) | 280.2º | 0.97% | 0.81% | - |
| XYZ | 22.02 | 10.16 | 59.19 | - |
| YUV | 68.87 | 205.39 | 178.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 6 | 206 | 0.32 | 0.97 | 0 | 0.19 | 280.2 | 0.94 | 0.42 |
| Hex | 8C | 6 | CE | 20 | 61 | 0 | 13 | 118 | 5E | 2A |
| Octal | 214 | 6 | 316 | 40 | 141 | 0 | 23 | 430 | 136 | 52 |
| Binary | 10001100 | 110 | 11001110 | 100000 | 1100001 | 0 | 10011 | 100011000 | 1011110 | 101010 |
Color Harmonies of #8C06CE
Complementary color
Monochromatic Colors of #8C06CE
Black with #8C06CE
Text Example
Text Example
White with #8C06CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C06CE; }
p { color: rgb(140,6,206); }
H1.HeaderClassName
{
color: #8C06CE;
}
.AnyTagClassName
{
color: #8C06CE;
}
</style>
background-color css
<style>
a { background-color: #8C06CE; }
a { background-color: rgb(140,6,206); }
div.DivClassName
{
background-color: #8C06CE;
}
.BgClassName
{
background-color: #8C06CE;
}
</style>
border-color css
<style>
span { border-color: #8C06CE; }
span { border-color: rgb(140,6,206); }
td.TdClassName
{
border-color: #8C06CE;
}
.TagClassName
{
border-color: #8C06CE;
}
</style>