Shades of Dark Violet #810FD3
Tints of Dark Violet #810FD3
RGB
CMYK
RGB Variations
Color information
#810FD3 (or 0x810FD3) is known color: Dark Violet. HEX triplet: 81, 0F and D3. RGB value is (129,15,211). Sum of RGB (Red+Green+Blue) = 129+15+211=355 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.34% from 355); Green value is 15 (6.25% from 255 or 4.23% from 355); Blue value is 211 (82.81% from 255 or 59.44% from 355); Max value from RGB is 211 - color contains mainly: blue. Hex color #810FD3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #810FD3 is #7EF02C. Grayscale: #464646. Windows color (decimal): -8319021 or 13832065. OLE color: 13832065.
HSL color Cylindrical-coordinate representation of color #810FD3: hue angle of 274.9º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #810FD3 is Cyan = 0.39, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 129 | 15 | 211 | - |
| CMYK | 0.39 | 0.93 | 0 | 0.17 |
| HSL | 274.9º | 0.87% | 0.44% | - |
| HSV(B) | 274.9º | 0.93% | 0.83% | - |
| XYZ | 20.98 | 9.71 | 62.4 | - |
| YUV | 71.43 | 206.77 | 169.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 15 | 211 | 0.39 | 0.93 | 0 | 0.17 | 274.9 | 0.87 | 0.44 |
| Hex | 81 | F | D3 | 27 | 5D | 0 | 11 | 113 | 57 | 2C |
| Octal | 201 | 17 | 323 | 47 | 135 | 0 | 21 | 423 | 127 | 54 |
| Binary | 10000001 | 1111 | 11010011 | 100111 | 1011101 | 0 | 10001 | 100010011 | 1010111 | 101100 |
Color Harmonies of #810FD3
Complementary color
Monochromatic Colors of #810FD3
Black with #810FD3
Text Example
Text Example
White with #810FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810FD3; }
p { color: rgb(129,15,211); }
H1.HeaderClassName
{
color: #810FD3;
}
.AnyTagClassName
{
color: #810FD3;
}
</style>
background-color css
<style>
a { background-color: #810FD3; }
a { background-color: rgb(129,15,211); }
div.DivClassName
{
background-color: #810FD3;
}
.BgClassName
{
background-color: #810FD3;
}
</style>
border-color css
<style>
span { border-color: #810FD3; }
span { border-color: rgb(129,15,211); }
td.TdClassName
{
border-color: #810FD3;
}
.TagClassName
{
border-color: #810FD3;
}
</style>