Shades of Dark Violet #810BDC
Tints of Dark Violet #810BDC
RGB
CMYK
RGB Variations
Color information
#810BDC (or 0x810BDC) is known color: Dark Violet. HEX triplet: 81, 0B and DC. RGB value is (129,11,220). Sum of RGB (Red+Green+Blue) = 129+11+220=360 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.83% from 360); Green value is 11 (4.69% from 255 or 3.06% from 360); Blue value is 220 (86.33% from 255 or 61.11% from 360); Max value from RGB is 220 - color contains mainly: blue. Hex color #810BDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #810BDC is #7EF423. Grayscale: #454545. Windows color (decimal): -8320036 or 14420865. OLE color: 14420865.
HSL color Cylindrical-coordinate representation of color #810BDC: hue angle of 273.88º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #810BDC is Cyan = 0.41, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 129 | 11 | 220 | - |
| CMYK | 0.41 | 0.95 | 0 | 0.14 |
| HSL | 273.88º | 0.9% | 0.45% | - |
| HSV(B) | 273.88º | 0.95% | 0.86% | - |
| XYZ | 22.09 | 10.07 | 68.49 | - |
| YUV | 70.11 | 212.59 | 170.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 11 | 220 | 0.41 | 0.95 | 0 | 0.14 | 273.88 | 0.9 | 0.45 |
| Hex | 81 | B | DC | 29 | 5F | 0 | E | 112 | 5A | 2D |
| Octal | 201 | 13 | 334 | 51 | 137 | 0 | 16 | 422 | 132 | 55 |
| Binary | 10000001 | 1011 | 11011100 | 101001 | 1011111 | 0 | 1110 | 100010010 | 1011010 | 101101 |
Color Harmonies of #810BDC
Complementary color
Monochromatic Colors of #810BDC
Black with #810BDC
Text Example
Text Example
White with #810BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810BDC; }
p { color: rgb(129,11,220); }
H1.HeaderClassName
{
color: #810BDC;
}
.AnyTagClassName
{
color: #810BDC;
}
</style>
background-color css
<style>
a { background-color: #810BDC; }
a { background-color: rgb(129,11,220); }
div.DivClassName
{
background-color: #810BDC;
}
.BgClassName
{
background-color: #810BDC;
}
</style>
border-color css
<style>
span { border-color: #810BDC; }
span { border-color: rgb(129,11,220); }
td.TdClassName
{
border-color: #810BDC;
}
.TagClassName
{
border-color: #810BDC;
}
</style>