Shades of Dark Violet #810BDE
Tints of Dark Violet #810BDE
RGB
CMYK
RGB Variations
Color information
#810BDE (or 0x810BDE) is known color: Dark Violet. HEX triplet: 81, 0B and DE. RGB value is (129,11,222). Sum of RGB (Red+Green+Blue) = 129+11+222=362 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.64% from 362); Green value is 11 (4.69% from 255 or 3.04% from 362); Blue value is 222 (87.11% from 255 or 61.33% from 362); Max value from RGB is 222 - color contains mainly: blue. Hex color #810BDE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #810BDE is #7EF421. Grayscale: #454545. Windows color (decimal): -8320034 or 14551937. OLE color: 14551937.
HSL color Cylindrical-coordinate representation of color #810BDE: hue angle of 273.55º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #810BDE is Cyan = 0.42, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 11 | 222 | - |
| CMYK | 0.42 | 0.95 | 0 | 0.13 |
| HSL | 273.55º | 0.91% | 0.46% | - |
| HSV(B) | 273.55º | 0.95% | 0.87% | - |
| XYZ | 22.36 | 10.18 | 69.89 | - |
| YUV | 70.34 | 213.59 | 169.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 11 | 222 | 0.42 | 0.95 | 0 | 0.13 | 273.55 | 0.91 | 0.46 |
| Hex | 81 | B | DE | 2A | 5F | 0 | D | 112 | 5B | 2E |
| Octal | 201 | 13 | 336 | 52 | 137 | 0 | 15 | 422 | 133 | 56 |
| Binary | 10000001 | 1011 | 11011110 | 101010 | 1011111 | 0 | 1101 | 100010010 | 1011011 | 101110 |
Color Harmonies of #810BDE
Complementary color
Monochromatic Colors of #810BDE
Black with #810BDE
Text Example
Text Example
White with #810BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810BDE; }
p { color: rgb(129,11,222); }
H1.HeaderClassName
{
color: #810BDE;
}
.AnyTagClassName
{
color: #810BDE;
}
</style>
background-color css
<style>
a { background-color: #810BDE; }
a { background-color: rgb(129,11,222); }
div.DivClassName
{
background-color: #810BDE;
}
.BgClassName
{
background-color: #810BDE;
}
</style>
border-color css
<style>
span { border-color: #810BDE; }
span { border-color: rgb(129,11,222); }
td.TdClassName
{
border-color: #810BDE;
}
.TagClassName
{
border-color: #810BDE;
}
</style>