Shades of Blue Violet #810CEA
Tints of Blue Violet #810CEA
RGB
CMYK
RGB Variations
Color information
#810CEA (or 0x810CEA) is known color: Blue Violet. HEX triplet: 81, 0C and EA. RGB value is (129,12,234). Sum of RGB (Red+Green+Blue) = 129+12+234=375 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.4% from 375); Green value is 12 (5.08% from 255 or 3.2% from 375); Blue value is 234 (91.80% from 255 or 62.4% from 375); Max value from RGB is 234 - color contains mainly: blue. Hex color #810CEA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #810CEA is #7EF315. Grayscale: #474747. Windows color (decimal): -8319766 or 15338625. OLE color: 15338625.
HSL color Cylindrical-coordinate representation of color #810CEA: hue angle of 271.62º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #810CEA is Cyan = 0.45, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 129 | 12 | 234 | - |
| CMYK | 0.45 | 0.95 | 0 | 0.08 |
| HSL | 271.62º | 0.9% | 0.48% | - |
| HSV(B) | 271.62º | 0.95% | 0.92% | - |
| XYZ | 24.04 | 10.87 | 78.67 | - |
| YUV | 72.29 | 219.26 | 168.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 12 | 234 | 0.45 | 0.95 | 0 | 0.08 | 271.62 | 0.9 | 0.48 |
| Hex | 81 | C | EA | 2D | 5F | 0 | 8 | 110 | 5A | 30 |
| Octal | 201 | 14 | 352 | 55 | 137 | 0 | 10 | 420 | 132 | 60 |
| Binary | 10000001 | 1100 | 11101010 | 101101 | 1011111 | 0 | 1000 | 100010000 | 1011010 | 110000 |
Color Harmonies of #810CEA
Complementary color
Monochromatic Colors of #810CEA
Black with #810CEA
Text Example
Text Example
White with #810CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810CEA; }
p { color: rgb(129,12,234); }
H1.HeaderClassName
{
color: #810CEA;
}
.AnyTagClassName
{
color: #810CEA;
}
</style>
background-color css
<style>
a { background-color: #810CEA; }
a { background-color: rgb(129,12,234); }
div.DivClassName
{
background-color: #810CEA;
}
.BgClassName
{
background-color: #810CEA;
}
</style>
border-color css
<style>
span { border-color: #810CEA; }
span { border-color: rgb(129,12,234); }
td.TdClassName
{
border-color: #810CEA;
}
.TagClassName
{
border-color: #810CEA;
}
</style>