Shades of Blue Violet #811BEE
Tints of Blue Violet #811BEE
RGB
CMYK
RGB Variations
Color information
#811BEE (or 0x811BEE) is known color: Blue Violet. HEX triplet: 81, 1B and EE. RGB value is (129,27,238). Sum of RGB (Red+Green+Blue) = 129+27+238=394 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.74% from 394); Green value is 27 (10.94% from 255 or 6.85% from 394); Blue value is 238 (93.36% from 255 or 60.41% from 394); Max value from RGB is 238 - color contains mainly: blue. Hex color #811BEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #811BEE is #7EE411. Grayscale: #505050. Windows color (decimal): -8315922 or 15604609. OLE color: 15604609.
HSL color Cylindrical-coordinate representation of color #811BEE: hue angle of 269º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #811BEE is Cyan = 0.46, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 27 | 238 | - |
| CMYK | 0.46 | 0.89 | 0 | 0.07 |
| HSL | 269º | 0.86% | 0.52% | - |
| HSV(B) | 269º | 0.89% | 0.93% | - |
| XYZ | 24.88 | 11.62 | 81.82 | - |
| YUV | 81.55 | 216.29 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 27 | 238 | 0.46 | 0.89 | 0 | 0.07 | 269 | 0.86 | 0.52 |
| Hex | 81 | 1B | EE | 2E | 59 | 0 | 7 | 10D | 56 | 34 |
| Octal | 201 | 33 | 356 | 56 | 131 | 0 | 7 | 415 | 126 | 64 |
| Binary | 10000001 | 11011 | 11101110 | 101110 | 1011001 | 0 | 111 | 100001101 | 1010110 | 110100 |
Color Harmonies of #811BEE
Complementary color
Monochromatic Colors of #811BEE
Black with #811BEE
Text Example
Text Example
White with #811BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811BEE; }
p { color: rgb(129,27,238); }
H1.HeaderClassName
{
color: #811BEE;
}
.AnyTagClassName
{
color: #811BEE;
}
</style>
background-color css
<style>
a { background-color: #811BEE; }
a { background-color: rgb(129,27,238); }
div.DivClassName
{
background-color: #811BEE;
}
.BgClassName
{
background-color: #811BEE;
}
</style>
border-color css
<style>
span { border-color: #811BEE; }
span { border-color: rgb(129,27,238); }
td.TdClassName
{
border-color: #811BEE;
}
.TagClassName
{
border-color: #811BEE;
}
</style>