Shades of Blue Violet #991DDB
Tints of Blue Violet #991DDB
RGB
CMYK
RGB Variations
Color information
#991DDB (or 0x991DDB) is known color: Blue Violet. HEX triplet: 99, 1D and DB. RGB value is (153,29,219). Sum of RGB (Red+Green+Blue) = 153+29+219=401 (53% of max value = 765). Red value is 153 (60.16% from 255 or 38.15% from 401); Green value is 29 (11.72% from 255 or 7.23% from 401); Blue value is 219 (85.94% from 255 or 54.61% from 401); Max value from RGB is 219 - color contains mainly: blue. Hex color #991DDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #991DDB is #66E224. Grayscale: #575757. Windows color (decimal): -6742565 or 14359961. OLE color: 14359961.
HSL color Cylindrical-coordinate representation of color #991DDB: hue angle of 279.16º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #991DDB is Cyan = 0.30, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 29 | 219 | - |
| CMYK | 0.30 | 0.87 | 0 | 0.14 |
| HSL | 279.16º | 0.77% | 0.49% | - |
| HSV(B) | 279.16º | 0.87% | 0.86% | - |
| XYZ | 26.36 | 12.77 | 68.09 | - |
| YUV | 87.74 | 202.08 | 174.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 29 | 219 | 0.30 | 0.87 | 0 | 0.14 | 279.16 | 0.77 | 0.49 |
| Hex | 99 | 1D | DB | 1E | 57 | 0 | E | 117 | 4D | 31 |
| Octal | 231 | 35 | 333 | 36 | 127 | 0 | 16 | 427 | 115 | 61 |
| Binary | 10011001 | 11101 | 11011011 | 11110 | 1010111 | 0 | 1110 | 100010111 | 1001101 | 110001 |
Color Harmonies of #991DDB
Complementary color
Monochromatic Colors of #991DDB
Black with #991DDB
Text Example
Text Example
White with #991DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991DDB; }
p { color: rgb(153,29,219); }
H1.HeaderClassName
{
color: #991DDB;
}
.AnyTagClassName
{
color: #991DDB;
}
</style>
background-color css
<style>
a { background-color: #991DDB; }
a { background-color: rgb(153,29,219); }
div.DivClassName
{
background-color: #991DDB;
}
.BgClassName
{
background-color: #991DDB;
}
</style>
border-color css
<style>
span { border-color: #991DDB; }
span { border-color: rgb(153,29,219); }
td.TdClassName
{
border-color: #991DDB;
}
.TagClassName
{
border-color: #991DDB;
}
</style>