Shades of Dark Violet #810CE4
Tints of Dark Violet #810CE4
RGB
CMYK
RGB Variations
Color information
#810CE4 (or 0x810CE4) is known color: Dark Violet. HEX triplet: 81, 0C and E4. RGB value is (129,12,228). Sum of RGB (Red+Green+Blue) = 129+12+228=369 (48% of max value = 765). Red value is 129 (50.78% from 255 or 34.96% from 369); Green value is 12 (5.08% from 255 or 3.25% from 369); Blue value is 228 (89.45% from 255 or 61.79% from 369); Max value from RGB is 228 - color contains mainly: blue. Hex color #810CE4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #810CE4 is #7EF31B. Grayscale: #464646. Windows color (decimal): -8319772 or 14945409. OLE color: 14945409.
HSL color Cylindrical-coordinate representation of color #810CE4: hue angle of 272.5º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #810CE4 is Cyan = 0.43, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 129 | 12 | 228 | - |
| CMYK | 0.43 | 0.95 | 0 | 0.11 |
| HSL | 272.5º | 0.9% | 0.47% | - |
| HSV(B) | 272.5º | 0.95% | 0.89% | - |
| XYZ | 23.19 | 10.53 | 74.21 | - |
| YUV | 71.61 | 216.26 | 168.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 12 | 228 | 0.43 | 0.95 | 0 | 0.11 | 272.5 | 0.9 | 0.47 |
| Hex | 81 | C | E4 | 2B | 5F | 0 | B | 110 | 5A | 2F |
| Octal | 201 | 14 | 344 | 53 | 137 | 0 | 13 | 420 | 132 | 57 |
| Binary | 10000001 | 1100 | 11100100 | 101011 | 1011111 | 0 | 1011 | 100010000 | 1011010 | 101111 |
Color Harmonies of #810CE4
Complementary color
Monochromatic Colors of #810CE4
Black with #810CE4
Text Example
Text Example
White with #810CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810CE4; }
p { color: rgb(129,12,228); }
H1.HeaderClassName
{
color: #810CE4;
}
.AnyTagClassName
{
color: #810CE4;
}
</style>
background-color css
<style>
a { background-color: #810CE4; }
a { background-color: rgb(129,12,228); }
div.DivClassName
{
background-color: #810CE4;
}
.BgClassName
{
background-color: #810CE4;
}
</style>
border-color css
<style>
span { border-color: #810CE4; }
span { border-color: rgb(129,12,228); }
td.TdClassName
{
border-color: #810CE4;
}
.TagClassName
{
border-color: #810CE4;
}
</style>