Shades of Blue Violet #911BDB
Tints of Blue Violet #911BDB
RGB
CMYK
RGB Variations
Color information
#911BDB (or 0x911BDB) is known color: Blue Violet. HEX triplet: 91, 1B and DB. RGB value is (145,27,219). Sum of RGB (Red+Green+Blue) = 145+27+219=391 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.08% from 391); Green value is 27 (10.94% from 255 or 6.91% from 391); Blue value is 219 (85.94% from 255 or 56.01% from 391); Max value from RGB is 219 - color contains mainly: blue. Hex color #911BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #911BDB is #6EE424. Grayscale: #535353. Windows color (decimal): -7267365 or 14359441. OLE color: 14359441.
HSL color Cylindrical-coordinate representation of color #911BDB: hue angle of 276.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 #911BDB is Cyan = 0.34, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 145 | 27 | 219 | - |
| CMYK | 0.34 | 0.88 | 0 | 0.14 |
| HSL | 276.88º | 0.78% | 0.48% | - |
| HSV(B) | 276.88º | 0.88% | 0.86% | - |
| XYZ | 24.86 | 11.92 | 68.01 | - |
| YUV | 84.17 | 204.09 | 171.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 27 | 219 | 0.34 | 0.88 | 0 | 0.14 | 276.88 | 0.78 | 0.48 |
| Hex | 91 | 1B | DB | 22 | 58 | 0 | E | 115 | 4E | 30 |
| Octal | 221 | 33 | 333 | 42 | 130 | 0 | 16 | 425 | 116 | 60 |
| Binary | 10010001 | 11011 | 11011011 | 100010 | 1011000 | 0 | 1110 | 100010101 | 1001110 | 110000 |
Color Harmonies of #911BDB
Complementary color
Monochromatic Colors of #911BDB
Black with #911BDB
Text Example
Text Example
White with #911BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911BDB; }
p { color: rgb(145,27,219); }
H1.HeaderClassName
{
color: #911BDB;
}
.AnyTagClassName
{
color: #911BDB;
}
</style>
background-color css
<style>
a { background-color: #911BDB; }
a { background-color: rgb(145,27,219); }
div.DivClassName
{
background-color: #911BDB;
}
.BgClassName
{
background-color: #911BDB;
}
</style>
border-color css
<style>
span { border-color: #911BDB; }
span { border-color: rgb(145,27,219); }
td.TdClassName
{
border-color: #911BDB;
}
.TagClassName
{
border-color: #911BDB;
}
</style>