Shades of Blue Violet #811BEB
Tints of Blue Violet #811BEB
RGB
CMYK
RGB Variations
Color information
#811BEB (or 0x811BEB) is known color: Blue Violet. HEX triplet: 81, 1B and EB. RGB value is (129,27,235). Sum of RGB (Red+Green+Blue) = 129+27+235=391 (51% of max value = 765). Red value is 129 (50.78% from 255 or 32.99% from 391); Green value is 27 (10.94% from 255 or 6.91% from 391); Blue value is 235 (92.19% from 255 or 60.10% from 391); Max value from RGB is 235 - color contains mainly: blue. Hex color #811BEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #811BEB is #7EE414. Grayscale: #505050. Windows color (decimal): -8315925 or 15408001. OLE color: 15408001.
HSL color Cylindrical-coordinate representation of color #811BEB: hue angle of 269.42º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #811BEB is Cyan = 0.45, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 129 | 27 | 235 | - |
| CMYK | 0.45 | 0.89 | 0 | 0.08 |
| HSL | 269.42º | 0.84% | 0.51% | - |
| HSV(B) | 269.42º | 0.89% | 0.92% | - |
| XYZ | 24.44 | 11.45 | 79.52 | - |
| YUV | 81.21 | 214.79 | 162.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 27 | 235 | 0.45 | 0.89 | 0 | 0.08 | 269.42 | 0.84 | 0.51 |
| Hex | 81 | 1B | EB | 2D | 59 | 0 | 8 | 10D | 54 | 33 |
| Octal | 201 | 33 | 353 | 55 | 131 | 0 | 10 | 415 | 124 | 63 |
| Binary | 10000001 | 11011 | 11101011 | 101101 | 1011001 | 0 | 1000 | 100001101 | 1010100 | 110011 |
Color Harmonies of #811BEB
Complementary color
Monochromatic Colors of #811BEB
Black with #811BEB
Text Example
Text Example
White with #811BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811BEB; }
p { color: rgb(129,27,235); }
H1.HeaderClassName
{
color: #811BEB;
}
.AnyTagClassName
{
color: #811BEB;
}
</style>
background-color css
<style>
a { background-color: #811BEB; }
a { background-color: rgb(129,27,235); }
div.DivClassName
{
background-color: #811BEB;
}
.BgClassName
{
background-color: #811BEB;
}
</style>
border-color css
<style>
span { border-color: #811BEB; }
span { border-color: rgb(129,27,235); }
td.TdClassName
{
border-color: #811BEB;
}
.TagClassName
{
border-color: #811BEB;
}
</style>