Shades of Dark Violet #810BCE
Tints of Dark Violet #810BCE
RGB
CMYK
RGB Variations
Color information
#810BCE (or 0x810BCE) is known color: Dark Violet. HEX triplet: 81, 0B and CE. RGB value is (129,11,206). Sum of RGB (Red+Green+Blue) = 129+11+206=346 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.28% from 346); Green value is 11 (4.69% from 255 or 3.18% from 346); Blue value is 206 (80.86% from 255 or 59.54% from 346); Max value from RGB is 206 - color contains mainly: blue. Hex color #810BCE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #810BCE is #7EF431. Grayscale: #434343. Windows color (decimal): -8320050 or 13503361. OLE color: 13503361.
HSL color Cylindrical-coordinate representation of color #810BCE: hue angle of 276.31º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #810BCE is Cyan = 0.37, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 129 | 11 | 206 | - |
| CMYK | 0.37 | 0.95 | 0 | 0.19 |
| HSL | 276.31º | 0.9% | 0.43% | - |
| HSV(B) | 276.31º | 0.95% | 0.81% | - |
| XYZ | 20.31 | 9.36 | 59.13 | - |
| YUV | 68.51 | 205.59 | 171.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 11 | 206 | 0.37 | 0.95 | 0 | 0.19 | 276.31 | 0.9 | 0.43 |
| Hex | 81 | B | CE | 25 | 5F | 0 | 13 | 114 | 5A | 2B |
| Octal | 201 | 13 | 316 | 45 | 137 | 0 | 23 | 424 | 132 | 53 |
| Binary | 10000001 | 1011 | 11001110 | 100101 | 1011111 | 0 | 10011 | 100010100 | 1011010 | 101011 |
Color Harmonies of #810BCE
Complementary color
Monochromatic Colors of #810BCE
Black with #810BCE
Text Example
Text Example
White with #810BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810BCE; }
p { color: rgb(129,11,206); }
H1.HeaderClassName
{
color: #810BCE;
}
.AnyTagClassName
{
color: #810BCE;
}
</style>
background-color css
<style>
a { background-color: #810BCE; }
a { background-color: rgb(129,11,206); }
div.DivClassName
{
background-color: #810BCE;
}
.BgClassName
{
background-color: #810BCE;
}
</style>
border-color css
<style>
span { border-color: #810BCE; }
span { border-color: rgb(129,11,206); }
td.TdClassName
{
border-color: #810BCE;
}
.TagClassName
{
border-color: #810BCE;
}
</style>