Shades of Dark Violet #810BDF
Tints of Dark Violet #810BDF
RGB
CMYK
RGB Variations
Color information
#810BDF (or 0x810BDF) is known color: Dark Violet. HEX triplet: 81, 0B and DF. RGB value is (129,11,223). Sum of RGB (Red+Green+Blue) = 129+11+223=363 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.54% from 363); Green value is 11 (4.69% from 255 or 3.03% from 363); Blue value is 223 (87.5% from 255 or 61.43% from 363); Max value from RGB is 223 - color contains mainly: blue. Hex color #810BDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #810BDF is #7EF420. Grayscale: #454545. Windows color (decimal): -8320033 or 14617473. OLE color: 14617473.
HSL color Cylindrical-coordinate representation of color #810BDF: hue angle of 273.4º 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 #810BDF is Cyan = 0.42, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 11 | 223 | - |
| CMYK | 0.42 | 0.95 | 0 | 0.13 |
| HSL | 273.4º | 0.91% | 0.46% | - |
| HSV(B) | 273.4º | 0.95% | 0.87% | - |
| XYZ | 22.49 | 10.23 | 70.6 | - |
| YUV | 70.45 | 214.09 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 11 | 223 | 0.42 | 0.95 | 0 | 0.13 | 273.4 | 0.91 | 0.46 |
| Hex | 81 | B | DF | 2A | 5F | 0 | D | 111 | 5B | 2E |
| Octal | 201 | 13 | 337 | 52 | 137 | 0 | 15 | 421 | 133 | 56 |
| Binary | 10000001 | 1011 | 11011111 | 101010 | 1011111 | 0 | 1101 | 100010001 | 1011011 | 101110 |
Color Harmonies of #810BDF
Complementary color
Monochromatic Colors of #810BDF
Black with #810BDF
Text Example
Text Example
White with #810BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810BDF; }
p { color: rgb(129,11,223); }
H1.HeaderClassName
{
color: #810BDF;
}
.AnyTagClassName
{
color: #810BDF;
}
</style>
background-color css
<style>
a { background-color: #810BDF; }
a { background-color: rgb(129,11,223); }
div.DivClassName
{
background-color: #810BDF;
}
.BgClassName
{
background-color: #810BDF;
}
</style>
border-color css
<style>
span { border-color: #810BDF; }
span { border-color: rgb(129,11,223); }
td.TdClassName
{
border-color: #810BDF;
}
.TagClassName
{
border-color: #810BDF;
}
</style>