Shades of Dark Violet #8001CE
Tints of Dark Violet #8001CE
RGB
CMYK
RGB Variations
Color information
#8001CE (or 0x8001CE) is known color: Dark Violet. HEX triplet: 80, 01 and CE. RGB value is (128,1,206). Sum of RGB (Red+Green+Blue) = 128+1+206=335 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.21% from 335); Green value is 1 (0.78% from 255 or 0.30% from 335); Blue value is 206 (80.86% from 255 or 61.49% from 335); Max value from RGB is 206 - color contains mainly: blue. Hex color #8001CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8001CE is #7FFE31. Grayscale: #3D3D3D. Windows color (decimal): -8388146 or 13500800. OLE color: 13500800.
HSL color Cylindrical-coordinate representation of color #8001CE: hue angle of 277.17º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8001CE is Cyan = 0.38, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 1 | 206 | - |
| CMYK | 0.38 | 1.00 | 0 | 0.19 |
| HSL | 277.17º | 0.99% | 0.41% | - |
| HSV(B) | 277.17º | 1% | 0.81% | - |
| XYZ | 20.05 | 9.07 | 59.09 | - |
| YUV | 62.34 | 209.08 | 174.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 1 | 206 | 0.38 | 1.00 | 0 | 0.19 | 277.17 | 0.99 | 0.41 |
| Hex | 80 | 1 | CE | 26 | 64 | 0 | 13 | 115 | 63 | 29 |
| Octal | 200 | 1 | 316 | 46 | 144 | 0 | 23 | 425 | 143 | 51 |
| Binary | 10000000 | 1 | 11001110 | 100110 | 1100100 | 0 | 10011 | 100010101 | 1100011 | 101001 |
Color Harmonies of #8001CE
Complementary color
Monochromatic Colors of #8001CE
Black with #8001CE
Text Example
Text Example
White with #8001CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8001CE; }
p { color: rgb(128,1,206); }
H1.HeaderClassName
{
color: #8001CE;
}
.AnyTagClassName
{
color: #8001CE;
}
</style>
background-color css
<style>
a { background-color: #8001CE; }
a { background-color: rgb(128,1,206); }
div.DivClassName
{
background-color: #8001CE;
}
.BgClassName
{
background-color: #8001CE;
}
</style>
border-color css
<style>
span { border-color: #8001CE; }
span { border-color: rgb(128,1,206); }
td.TdClassName
{
border-color: #8001CE;
}
.TagClassName
{
border-color: #8001CE;
}
</style>