Shades of Dark Violet #810CCB
Tints of Dark Violet #810CCB
RGB
CMYK
RGB Variations
Color information
#810CCB (or 0x810CCB) is known color: Dark Violet. HEX triplet: 81, 0C and CB. RGB value is (129,12,203). Sum of RGB (Red+Green+Blue) = 129+12+203=344 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.5% from 344); Green value is 12 (5.08% from 255 or 3.49% from 344); Blue value is 203 (79.69% from 255 or 59.01% from 344); Max value from RGB is 203 - color contains mainly: blue. Hex color #810CCB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #810CCB is #7EF334. Grayscale: #444444. Windows color (decimal): -8319797 or 13307009. OLE color: 13307009.
HSL color Cylindrical-coordinate representation of color #810CCB: hue angle of 276.75º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #810CCB is Cyan = 0.36, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 129 | 12 | 203 | - |
| CMYK | 0.36 | 0.94 | 0 | 0.20 |
| HSL | 276.75º | 0.89% | 0.42% | - |
| HSV(B) | 276.75º | 0.94% | 0.8% | - |
| XYZ | 19.96 | 9.24 | 57.23 | - |
| YUV | 68.76 | 203.76 | 170.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 12 | 203 | 0.36 | 0.94 | 0 | 0.20 | 276.75 | 0.89 | 0.42 |
| Hex | 81 | C | CB | 24 | 5E | 0 | 14 | 115 | 59 | 2A |
| Octal | 201 | 14 | 313 | 44 | 136 | 0 | 24 | 425 | 131 | 52 |
| Binary | 10000001 | 1100 | 11001011 | 100100 | 1011110 | 0 | 10100 | 100010101 | 1011001 | 101010 |
Color Harmonies of #810CCB
Complementary color
Monochromatic Colors of #810CCB
Black with #810CCB
Text Example
Text Example
White with #810CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810CCB; }
p { color: rgb(129,12,203); }
H1.HeaderClassName
{
color: #810CCB;
}
.AnyTagClassName
{
color: #810CCB;
}
</style>
background-color css
<style>
a { background-color: #810CCB; }
a { background-color: rgb(129,12,203); }
div.DivClassName
{
background-color: #810CCB;
}
.BgClassName
{
background-color: #810CCB;
}
</style>
border-color css
<style>
span { border-color: #810CCB; }
span { border-color: rgb(129,12,203); }
td.TdClassName
{
border-color: #810CCB;
}
.TagClassName
{
border-color: #810CCB;
}
</style>