Shades of Blue Violet #811BEA
Tints of Blue Violet #811BEA
RGB
CMYK
RGB Variations
Color information
#811BEA (or 0x811BEA) is known color: Blue Violet. HEX triplet: 81, 1B and EA. RGB value is (129,27,234). Sum of RGB (Red+Green+Blue) = 129+27+234=390 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.08% from 390); Green value is 27 (10.94% from 255 or 6.92% from 390); Blue value is 234 (91.80% from 255 or 60% from 390); Max value from RGB is 234 - color contains mainly: blue. Hex color #811BEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #811BEA is #7EE415. Grayscale: #505050. Windows color (decimal): -8315926 or 15342465. OLE color: 15342465.
HSL color Cylindrical-coordinate representation of color #811BEA: hue angle of 269.57º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #811BEA is Cyan = 0.45, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 129 | 27 | 234 | - |
| CMYK | 0.45 | 0.88 | 0 | 0.08 |
| HSL | 269.57º | 0.83% | 0.51% | - |
| HSV(B) | 269.57º | 0.88% | 0.92% | - |
| XYZ | 24.3 | 11.39 | 78.76 | - |
| YUV | 81.1 | 214.29 | 162.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 27 | 234 | 0.45 | 0.88 | 0 | 0.08 | 269.57 | 0.83 | 0.51 |
| Hex | 81 | 1B | EA | 2D | 58 | 0 | 8 | 10E | 53 | 33 |
| Octal | 201 | 33 | 352 | 55 | 130 | 0 | 10 | 416 | 123 | 63 |
| Binary | 10000001 | 11011 | 11101010 | 101101 | 1011000 | 0 | 1000 | 100001110 | 1010011 | 110011 |
Color Harmonies of #811BEA
Complementary color
Monochromatic Colors of #811BEA
Black with #811BEA
Text Example
Text Example
White with #811BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811BEA; }
p { color: rgb(129,27,234); }
H1.HeaderClassName
{
color: #811BEA;
}
.AnyTagClassName
{
color: #811BEA;
}
</style>
background-color css
<style>
a { background-color: #811BEA; }
a { background-color: rgb(129,27,234); }
div.DivClassName
{
background-color: #811BEA;
}
.BgClassName
{
background-color: #811BEA;
}
</style>
border-color css
<style>
span { border-color: #811BEA; }
span { border-color: rgb(129,27,234); }
td.TdClassName
{
border-color: #811BEA;
}
.TagClassName
{
border-color: #811BEA;
}
</style>