Shades of Blue Violet #811BDB
Tints of Blue Violet #811BDB
RGB
CMYK
RGB Variations
Color information
#811BDB (or 0x811BDB) is known color: Blue Violet. HEX triplet: 81, 1B and DB. RGB value is (129,27,219). Sum of RGB (Red+Green+Blue) = 129+27+219=375 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.4% from 375); Green value is 27 (10.94% from 255 or 7.2% from 375); Blue value is 219 (85.94% from 255 or 58.4% from 375); Max value from RGB is 219 - color contains mainly: blue. Hex color #811BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #811BDB is #7EE424. Grayscale: #4E4E4E. Windows color (decimal): -8315941 or 14359425. OLE color: 14359425.
HSL color Cylindrical-coordinate representation of color #811BDB: hue angle of 271.88º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #811BDB is Cyan = 0.41, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 129 | 27 | 219 | - |
| CMYK | 0.41 | 0.88 | 0 | 0.14 |
| HSL | 271.88º | 0.78% | 0.48% | - |
| HSV(B) | 271.88º | 0.88% | 0.86% | - |
| XYZ | 22.23 | 10.57 | 67.89 | - |
| YUV | 79.39 | 206.79 | 163.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 27 | 219 | 0.41 | 0.88 | 0 | 0.14 | 271.88 | 0.78 | 0.48 |
| Hex | 81 | 1B | DB | 29 | 58 | 0 | E | 110 | 4E | 30 |
| Octal | 201 | 33 | 333 | 51 | 130 | 0 | 16 | 420 | 116 | 60 |
| Binary | 10000001 | 11011 | 11011011 | 101001 | 1011000 | 0 | 1110 | 100010000 | 1001110 | 110000 |
Color Harmonies of #811BDB
Complementary color
Monochromatic Colors of #811BDB
Black with #811BDB
Text Example
Text Example
White with #811BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811BDB; }
p { color: rgb(129,27,219); }
H1.HeaderClassName
{
color: #811BDB;
}
.AnyTagClassName
{
color: #811BDB;
}
</style>
background-color css
<style>
a { background-color: #811BDB; }
a { background-color: rgb(129,27,219); }
div.DivClassName
{
background-color: #811BDB;
}
.BgClassName
{
background-color: #811BDB;
}
</style>
border-color css
<style>
span { border-color: #811BDB; }
span { border-color: rgb(129,27,219); }
td.TdClassName
{
border-color: #811BDB;
}
.TagClassName
{
border-color: #811BDB;
}
</style>