Shades of Blue Violet #991CDB
Tints of Blue Violet #991CDB
RGB
CMYK
RGB Variations
Color information
#991CDB (or 0x991CDB) is known color: Blue Violet. HEX triplet: 99, 1C and DB. RGB value is (153,28,219). Sum of RGB (Red+Green+Blue) = 153+28+219=400 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.25% from 400); Green value is 28 (11.33% from 255 or 7% from 400); Blue value is 219 (85.94% from 255 or 54.75% from 400); Max value from RGB is 219 - color contains mainly: blue. Hex color #991CDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #991CDB is #66E324. Grayscale: #565656. Windows color (decimal): -6742821 or 14359705. OLE color: 14359705.
HSL color Cylindrical-coordinate representation of color #991CDB: hue angle of 279.27º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #991CDB is Cyan = 0.30, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 28 | 219 | - |
| CMYK | 0.30 | 0.87 | 0 | 0.14 |
| HSL | 279.27º | 0.77% | 0.48% | - |
| HSV(B) | 279.27º | 0.87% | 0.86% | - |
| XYZ | 26.34 | 12.72 | 68.08 | - |
| YUV | 87.15 | 202.41 | 174.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 28 | 219 | 0.30 | 0.87 | 0 | 0.14 | 279.27 | 0.77 | 0.48 |
| Hex | 99 | 1C | DB | 1E | 57 | 0 | E | 117 | 4D | 30 |
| Octal | 231 | 34 | 333 | 36 | 127 | 0 | 16 | 427 | 115 | 60 |
| Binary | 10011001 | 11100 | 11011011 | 11110 | 1010111 | 0 | 1110 | 100010111 | 1001101 | 110000 |
Color Harmonies of #991CDB
Complementary color
Monochromatic Colors of #991CDB
Black with #991CDB
Text Example
Text Example
White with #991CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991CDB; }
p { color: rgb(153,28,219); }
H1.HeaderClassName
{
color: #991CDB;
}
.AnyTagClassName
{
color: #991CDB;
}
</style>
background-color css
<style>
a { background-color: #991CDB; }
a { background-color: rgb(153,28,219); }
div.DivClassName
{
background-color: #991CDB;
}
.BgClassName
{
background-color: #991CDB;
}
</style>
border-color css
<style>
span { border-color: #991CDB; }
span { border-color: rgb(153,28,219); }
td.TdClassName
{
border-color: #991CDB;
}
.TagClassName
{
border-color: #991CDB;
}
</style>