Shades of Dark Violet #810DC4
Tints of Dark Violet #810DC4
RGB
CMYK
RGB Variations
Color information
#810DC4 (or 0x810DC4) is known color: Dark Violet. HEX triplet: 81, 0D and C4. RGB value is (129,13,196). Sum of RGB (Red+Green+Blue) = 129+13+196=338 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.17% from 338); Green value is 13 (5.47% from 255 or 3.85% from 338); Blue value is 196 (76.95% from 255 or 57.99% from 338); Max value from RGB is 196 - color contains mainly: blue. Hex color #810DC4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #810DC4 is #7EF23B. Grayscale: #434343. Windows color (decimal): -8319548 or 12848513. OLE color: 12848513.
HSL color Cylindrical-coordinate representation of color #810DC4: hue angle of 278.03º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #810DC4 is Cyan = 0.34, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 129 | 13 | 196 | - |
| CMYK | 0.34 | 0.93 | 0 | 0.23 |
| HSL | 278.03º | 0.88% | 0.41% | - |
| HSV(B) | 278.03º | 0.93% | 0.77% | - |
| XYZ | 19.16 | 8.94 | 52.94 | - |
| YUV | 68.55 | 199.93 | 171.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 13 | 196 | 0.34 | 0.93 | 0 | 0.23 | 278.03 | 0.88 | 0.41 |
| Hex | 81 | D | C4 | 22 | 5D | 0 | 17 | 116 | 58 | 29 |
| Octal | 201 | 15 | 304 | 42 | 135 | 0 | 27 | 426 | 130 | 51 |
| Binary | 10000001 | 1101 | 11000100 | 100010 | 1011101 | 0 | 10111 | 100010110 | 1011000 | 101001 |
Color Harmonies of #810DC4
Complementary color
Monochromatic Colors of #810DC4
Black with #810DC4
Text Example
Text Example
White with #810DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810DC4; }
p { color: rgb(129,13,196); }
H1.HeaderClassName
{
color: #810DC4;
}
.AnyTagClassName
{
color: #810DC4;
}
</style>
background-color css
<style>
a { background-color: #810DC4; }
a { background-color: rgb(129,13,196); }
div.DivClassName
{
background-color: #810DC4;
}
.BgClassName
{
background-color: #810DC4;
}
</style>
border-color css
<style>
span { border-color: #810DC4; }
span { border-color: rgb(129,13,196); }
td.TdClassName
{
border-color: #810DC4;
}
.TagClassName
{
border-color: #810DC4;
}
</style>