Shades of Dark Violet #810BCF
Tints of Dark Violet #810BCF
RGB
CMYK
RGB Variations
Color information
#810BCF (or 0x810BCF) is known color: Dark Violet. HEX triplet: 81, 0B and CF. RGB value is (129,11,207). Sum of RGB (Red+Green+Blue) = 129+11+207=347 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.18% from 347); Green value is 11 (4.69% from 255 or 3.17% from 347); Blue value is 207 (81.25% from 255 or 59.65% from 347); Max value from RGB is 207 - color contains mainly: blue. Hex color #810BCF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #810BCF is #7EF430. Grayscale: #434343. Windows color (decimal): -8320049 or 13568897. OLE color: 13568897.
HSL color Cylindrical-coordinate representation of color #810BCF: hue angle of 276.12º 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 #810BCF is Cyan = 0.38, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 129 | 11 | 207 | - |
| CMYK | 0.38 | 0.95 | 0 | 0.19 |
| HSL | 276.12º | 0.9% | 0.43% | - |
| HSV(B) | 276.12º | 0.95% | 0.81% | - |
| XYZ | 20.44 | 9.41 | 59.77 | - |
| YUV | 68.63 | 206.09 | 171.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 11 | 207 | 0.38 | 0.95 | 0 | 0.19 | 276.12 | 0.9 | 0.43 |
| Hex | 81 | B | CF | 26 | 5F | 0 | 13 | 114 | 5A | 2B |
| Octal | 201 | 13 | 317 | 46 | 137 | 0 | 23 | 424 | 132 | 53 |
| Binary | 10000001 | 1011 | 11001111 | 100110 | 1011111 | 0 | 10011 | 100010100 | 1011010 | 101011 |
Color Harmonies of #810BCF
Complementary color
Monochromatic Colors of #810BCF
Black with #810BCF
Text Example
Text Example
White with #810BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810BCF; }
p { color: rgb(129,11,207); }
H1.HeaderClassName
{
color: #810BCF;
}
.AnyTagClassName
{
color: #810BCF;
}
</style>
background-color css
<style>
a { background-color: #810BCF; }
a { background-color: rgb(129,11,207); }
div.DivClassName
{
background-color: #810BCF;
}
.BgClassName
{
background-color: #810BCF;
}
</style>
border-color css
<style>
span { border-color: #810BCF; }
span { border-color: rgb(129,11,207); }
td.TdClassName
{
border-color: #810BCF;
}
.TagClassName
{
border-color: #810BCF;
}
</style>