Shades of Dark Violet #8101CE
Tints of Dark Violet #8101CE
RGB
CMYK
RGB Variations
Color information
#8101CE (or 0x8101CE) is known color: Dark Violet. HEX triplet: 81, 01 and CE. RGB value is (129,1,206). Sum of RGB (Red+Green+Blue) = 129+1+206=336 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.39% from 336); Green value is 1 (0.78% from 255 or 0.30% from 336); Blue value is 206 (80.86% from 255 or 61.31% from 336); Max value from RGB is 206 - color contains mainly: blue. Hex color #8101CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8101CE is #7EFE31. Grayscale: #3D3D3D. Windows color (decimal): -8322610 or 13500801. OLE color: 13500801.
HSL color Cylindrical-coordinate representation of color #8101CE: hue angle of 277.46º 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 #8101CE is Cyan = 0.37, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 129 | 1 | 206 | - |
| CMYK | 0.37 | 1.00 | 0 | 0.19 |
| HSL | 277.46º | 0.99% | 0.41% | - |
| HSV(B) | 277.46º | 1% | 0.81% | - |
| XYZ | 20.2 | 9.15 | 59.09 | - |
| YUV | 62.64 | 208.91 | 175.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 1 | 206 | 0.37 | 1.00 | 0 | 0.19 | 277.46 | 0.99 | 0.41 |
| Hex | 81 | 1 | CE | 25 | 64 | 0 | 13 | 115 | 63 | 29 |
| Octal | 201 | 1 | 316 | 45 | 144 | 0 | 23 | 425 | 143 | 51 |
| Binary | 10000001 | 1 | 11001110 | 100101 | 1100100 | 0 | 10011 | 100010101 | 1100011 | 101001 |
Color Harmonies of #8101CE
Complementary color
Monochromatic Colors of #8101CE
Black with #8101CE
Text Example
Text Example
White with #8101CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8101CE; }
p { color: rgb(129,1,206); }
H1.HeaderClassName
{
color: #8101CE;
}
.AnyTagClassName
{
color: #8101CE;
}
</style>
background-color css
<style>
a { background-color: #8101CE; }
a { background-color: rgb(129,1,206); }
div.DivClassName
{
background-color: #8101CE;
}
.BgClassName
{
background-color: #8101CE;
}
</style>
border-color css
<style>
span { border-color: #8101CE; }
span { border-color: rgb(129,1,206); }
td.TdClassName
{
border-color: #8101CE;
}
.TagClassName
{
border-color: #8101CE;
}
</style>