Shades of Dark Violet #810BD3
Tints of Dark Violet #810BD3
RGB
CMYK
RGB Variations
Color information
#810BD3 (or 0x810BD3) is known color: Dark Violet. HEX triplet: 81, 0B and D3. RGB value is (129,11,211). Sum of RGB (Red+Green+Blue) = 129+11+211=351 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.75% from 351); Green value is 11 (4.69% from 255 or 3.13% from 351); Blue value is 211 (82.81% from 255 or 60.11% from 351); Max value from RGB is 211 - color contains mainly: blue. Hex color #810BD3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #810BD3 is #7EF42C. Grayscale: #444444. Windows color (decimal): -8320045 or 13831041. OLE color: 13831041.
HSL color Cylindrical-coordinate representation of color #810BD3: hue angle of 275.4º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #810BD3 is Cyan = 0.39, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 129 | 11 | 211 | - |
| CMYK | 0.39 | 0.95 | 0 | 0.17 |
| HSL | 275.4º | 0.9% | 0.44% | - |
| HSV(B) | 275.4º | 0.95% | 0.83% | - |
| XYZ | 20.93 | 9.61 | 62.38 | - |
| YUV | 69.08 | 208.09 | 170.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 11 | 211 | 0.39 | 0.95 | 0 | 0.17 | 275.4 | 0.9 | 0.44 |
| Hex | 81 | B | D3 | 27 | 5F | 0 | 11 | 113 | 5A | 2C |
| Octal | 201 | 13 | 323 | 47 | 137 | 0 | 21 | 423 | 132 | 54 |
| Binary | 10000001 | 1011 | 11010011 | 100111 | 1011111 | 0 | 10001 | 100010011 | 1011010 | 101100 |
Color Harmonies of #810BD3
Complementary color
Monochromatic Colors of #810BD3
Black with #810BD3
Text Example
Text Example
White with #810BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810BD3; }
p { color: rgb(129,11,211); }
H1.HeaderClassName
{
color: #810BD3;
}
.AnyTagClassName
{
color: #810BD3;
}
</style>
background-color css
<style>
a { background-color: #810BD3; }
a { background-color: rgb(129,11,211); }
div.DivClassName
{
background-color: #810BD3;
}
.BgClassName
{
background-color: #810BD3;
}
</style>
border-color css
<style>
span { border-color: #810BD3; }
span { border-color: rgb(129,11,211); }
td.TdClassName
{
border-color: #810BD3;
}
.TagClassName
{
border-color: #810BD3;
}
</style>