Shades of Dark Violet #8100CE
Tints of Dark Violet #8100CE
RGB
CMYK
RGB Variations
Color information
#8100CE (or 0x8100CE) is known color: Dark Violet. HEX triplet: 81, 00 and CE. RGB value is (129,0,206). Sum of RGB (Red+Green+Blue) = 129+0+206=335 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.51% from 335); Green value is 0 (0.39% from 255 or 0% 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 #8100CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8100CE is #7EFF31. Grayscale: #3D3D3D. Windows color (decimal): -8322866 or 13500545. OLE color: 13500545.
HSL color Cylindrical-coordinate representation of color #8100CE: hue angle of 277.57º 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 #8100CE is Cyan = 0.37, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 129 | 0 | 206 | - |
| CMYK | 0.37 | 1 | 0 | 0.19 |
| HSL | 277.57º | 1% | 0.4% | - |
| HSV(B) | 277.57º | 1% | 0.81% | - |
| XYZ | 20.19 | 9.12 | 59.09 | - |
| YUV | 62.06 | 209.24 | 175.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 0 | 206 | 0.37 | 1 | 0 | 0.19 | 277.57 | 1 | 0.4 |
| Hex | 81 | 0 | CE | 25 | 64 | 0 | 13 | 116 | 64 | 28 |
| Octal | 201 | 0 | 316 | 45 | 144 | 0 | 23 | 426 | 144 | 50 |
| Binary | 10000001 | 0 | 11001110 | 100101 | 1100100 | 0 | 10011 | 100010110 | 1100100 | 101000 |
Color Harmonies of #8100CE
Complementary color
Monochromatic Colors of #8100CE
Black with #8100CE
Text Example
Text Example
White with #8100CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8100CE; }
p { color: rgb(129,0,206); }
H1.HeaderClassName
{
color: #8100CE;
}
.AnyTagClassName
{
color: #8100CE;
}
</style>
background-color css
<style>
a { background-color: #8100CE; }
a { background-color: rgb(129,0,206); }
div.DivClassName
{
background-color: #8100CE;
}
.BgClassName
{
background-color: #8100CE;
}
</style>
border-color css
<style>
span { border-color: #8100CE; }
span { border-color: rgb(129,0,206); }
td.TdClassName
{
border-color: #8100CE;
}
.TagClassName
{
border-color: #8100CE;
}
</style>