Shades of Dark Violet #810FB2
Tints of Dark Violet #810FB2
RGB
CMYK
RGB Variations
Color information
#810FB2 (or 0x810FB2) is known color: Dark Violet. HEX triplet: 81, 0F and B2. RGB value is (129,15,178). Sum of RGB (Red+Green+Blue) = 129+15+178=322 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.06% from 322); Green value is 15 (6.25% from 255 or 4.66% from 322); Blue value is 178 (69.92% from 255 or 55.28% from 322); Max value from RGB is 178 - color contains mainly: blue. Hex color #810FB2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #810FB2 is #7EF04D. Grayscale: #434343. Windows color (decimal): -8319054 or 11669377. OLE color: 11669377.
HSL color Cylindrical-coordinate representation of color #810FB2: hue angle of 281.96º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #810FB2 is Cyan = 0.28, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 129 | 15 | 178 | - |
| CMYK | 0.28 | 0.92 | 0 | 0.30 |
| HSL | 281.96º | 0.84% | 0.38% | - |
| HSV(B) | 281.96º | 0.92% | 0.7% | - |
| XYZ | 17.26 | 8.22 | 42.8 | - |
| YUV | 67.67 | 190.27 | 171.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 15 | 178 | 0.28 | 0.92 | 0 | 0.30 | 281.96 | 0.84 | 0.38 |
| Hex | 81 | F | B2 | 1C | 5C | 0 | 1E | 11A | 54 | 26 |
| Octal | 201 | 17 | 262 | 34 | 134 | 0 | 36 | 432 | 124 | 46 |
| Binary | 10000001 | 1111 | 10110010 | 11100 | 1011100 | 0 | 11110 | 100011010 | 1010100 | 100110 |
Color Harmonies of #810FB2
Complementary color
Monochromatic Colors of #810FB2
Black with #810FB2
Text Example
Text Example
White with #810FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810FB2; }
p { color: rgb(129,15,178); }
H1.HeaderClassName
{
color: #810FB2;
}
.AnyTagClassName
{
color: #810FB2;
}
</style>
background-color css
<style>
a { background-color: #810FB2; }
a { background-color: rgb(129,15,178); }
div.DivClassName
{
background-color: #810FB2;
}
.BgClassName
{
background-color: #810FB2;
}
</style>
border-color css
<style>
span { border-color: #810FB2; }
span { border-color: rgb(129,15,178); }
td.TdClassName
{
border-color: #810FB2;
}
.TagClassName
{
border-color: #810FB2;
}
</style>