Shades of Dark Violet #810ECB
Tints of Dark Violet #810ECB
RGB
CMYK
RGB Variations
Color information
#810ECB (or 0x810ECB) is known color: Dark Violet. HEX triplet: 81, 0E and CB. RGB value is (129,14,203). Sum of RGB (Red+Green+Blue) = 129+14+203=346 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.28% from 346); Green value is 14 (5.86% from 255 or 4.05% from 346); Blue value is 203 (79.69% from 255 or 58.67% from 346); Max value from RGB is 203 - color contains mainly: blue. Hex color #810ECB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #810ECB is #7EF134. Grayscale: #454545. Windows color (decimal): -8319285 or 13307521. OLE color: 13307521.
HSL color Cylindrical-coordinate representation of color #810ECB: hue angle of 276.51º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #810ECB is Cyan = 0.36, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 129 | 14 | 203 | - |
| CMYK | 0.36 | 0.93 | 0 | 0.20 |
| HSL | 276.51º | 0.87% | 0.43% | - |
| HSV(B) | 276.51º | 0.93% | 0.8% | - |
| XYZ | 19.99 | 9.29 | 57.24 | - |
| YUV | 69.93 | 203.1 | 170.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 14 | 203 | 0.36 | 0.93 | 0 | 0.20 | 276.51 | 0.87 | 0.43 |
| Hex | 81 | E | CB | 24 | 5D | 0 | 14 | 115 | 57 | 2B |
| Octal | 201 | 16 | 313 | 44 | 135 | 0 | 24 | 425 | 127 | 53 |
| Binary | 10000001 | 1110 | 11001011 | 100100 | 1011101 | 0 | 10100 | 100010101 | 1010111 | 101011 |
Color Harmonies of #810ECB
Complementary color
Monochromatic Colors of #810ECB
Black with #810ECB
Text Example
Text Example
White with #810ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810ECB; }
p { color: rgb(129,14,203); }
H1.HeaderClassName
{
color: #810ECB;
}
.AnyTagClassName
{
color: #810ECB;
}
</style>
background-color css
<style>
a { background-color: #810ECB; }
a { background-color: rgb(129,14,203); }
div.DivClassName
{
background-color: #810ECB;
}
.BgClassName
{
background-color: #810ECB;
}
</style>
border-color css
<style>
span { border-color: #810ECB; }
span { border-color: rgb(129,14,203); }
td.TdClassName
{
border-color: #810ECB;
}
.TagClassName
{
border-color: #810ECB;
}
</style>