Shades of Dark Violet #810ACB
Tints of Dark Violet #810ACB
RGB
CMYK
RGB Variations
Color information
#810ACB (or 0x810ACB) is known color: Dark Violet. HEX triplet: 81, 0A and CB. RGB value is (129,10,203). Sum of RGB (Red+Green+Blue) = 129+10+203=342 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.72% from 342); Green value is 10 (4.30% from 255 or 2.92% from 342); Blue value is 203 (79.69% from 255 or 59.36% from 342); Max value from RGB is 203 - color contains mainly: blue. Hex color #810ACB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #810ACB is #7EF534. Grayscale: #424242. Windows color (decimal): -8320309 or 13306497. OLE color: 13306497.
HSL color Cylindrical-coordinate representation of color #810ACB: hue angle of 276.99º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #810ACB is Cyan = 0.36, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 129 | 10 | 203 | - |
| CMYK | 0.36 | 0.95 | 0 | 0.20 |
| HSL | 276.99º | 0.91% | 0.42% | - |
| HSV(B) | 276.99º | 0.95% | 0.8% | - |
| XYZ | 19.94 | 9.2 | 57.22 | - |
| YUV | 67.58 | 204.42 | 171.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 10 | 203 | 0.36 | 0.95 | 0 | 0.20 | 276.99 | 0.91 | 0.42 |
| Hex | 81 | A | CB | 24 | 5F | 0 | 14 | 115 | 5B | 2A |
| Octal | 201 | 12 | 313 | 44 | 137 | 0 | 24 | 425 | 133 | 52 |
| Binary | 10000001 | 1010 | 11001011 | 100100 | 1011111 | 0 | 10100 | 100010101 | 1011011 | 101010 |
Color Harmonies of #810ACB
Complementary color
Monochromatic Colors of #810ACB
Black with #810ACB
Text Example
Text Example
White with #810ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810ACB; }
p { color: rgb(129,10,203); }
H1.HeaderClassName
{
color: #810ACB;
}
.AnyTagClassName
{
color: #810ACB;
}
</style>
background-color css
<style>
a { background-color: #810ACB; }
a { background-color: rgb(129,10,203); }
div.DivClassName
{
background-color: #810ACB;
}
.BgClassName
{
background-color: #810ACB;
}
</style>
border-color css
<style>
span { border-color: #810ACB; }
span { border-color: rgb(129,10,203); }
td.TdClassName
{
border-color: #810ACB;
}
.TagClassName
{
border-color: #810ACB;
}
</style>