Shades of Dark Violet #8006CE
Tints of Dark Violet #8006CE
RGB
CMYK
RGB Variations
Color information
#8006CE (or 0x8006CE) is known color: Dark Violet. HEX triplet: 80, 06 and CE. RGB value is (128,6,206). Sum of RGB (Red+Green+Blue) = 128+6+206=340 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.65% from 340); Green value is 6 (2.73% from 255 or 1.76% from 340); Blue value is 206 (80.86% from 255 or 60.59% from 340); Max value from RGB is 206 - color contains mainly: blue. Hex color #8006CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8006CE is #7FF931. Grayscale: #404040. Windows color (decimal): -8386866 or 13502080. OLE color: 13502080.
HSL color Cylindrical-coordinate representation of color #8006CE: hue angle of 276.6º 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 #8006CE is Cyan = 0.38, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 6 | 206 | - |
| CMYK | 0.38 | 0.97 | 0 | 0.19 |
| HSL | 276.6º | 0.94% | 0.42% | - |
| HSV(B) | 276.6º | 0.97% | 0.81% | - |
| XYZ | 20.11 | 9.18 | 59.1 | - |
| YUV | 65.28 | 207.42 | 172.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 6 | 206 | 0.38 | 0.97 | 0 | 0.19 | 276.6 | 0.94 | 0.42 |
| Hex | 80 | 6 | CE | 26 | 61 | 0 | 13 | 115 | 5E | 2A |
| Octal | 200 | 6 | 316 | 46 | 141 | 0 | 23 | 425 | 136 | 52 |
| Binary | 10000000 | 110 | 11001110 | 100110 | 1100001 | 0 | 10011 | 100010101 | 1011110 | 101010 |
Color Harmonies of #8006CE
Complementary color
Monochromatic Colors of #8006CE
Black with #8006CE
Text Example
Text Example
White with #8006CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8006CE; }
p { color: rgb(128,6,206); }
H1.HeaderClassName
{
color: #8006CE;
}
.AnyTagClassName
{
color: #8006CE;
}
</style>
background-color css
<style>
a { background-color: #8006CE; }
a { background-color: rgb(128,6,206); }
div.DivClassName
{
background-color: #8006CE;
}
.BgClassName
{
background-color: #8006CE;
}
</style>
border-color css
<style>
span { border-color: #8006CE; }
span { border-color: rgb(128,6,206); }
td.TdClassName
{
border-color: #8006CE;
}
.TagClassName
{
border-color: #8006CE;
}
</style>