Shades of Deep Lilac #914DBB
Tints of Deep Lilac #914DBB
RGB
CMYK
RGB Variations
Color information
#914DBB (or 0x914DBB) is known color: Deep Lilac. HEX triplet: 91, 4D and BB. RGB value is (145,77,187). Sum of RGB (Red+Green+Blue) = 145+77+187=409 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.45% from 409); Green value is 77 (30.47% from 255 or 18.83% from 409); Blue value is 187 (73.44% from 255 or 45.72% from 409); Max value from RGB is 187 - color contains mainly: blue. Hex color #914DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #914DBB is #6EB244. Grayscale: #6D6D6D. Windows color (decimal): -7254597 or 12275089. OLE color: 12275089.
HSL color Cylindrical-coordinate representation of color #914DBB: hue angle of 277.09º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #914DBB is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 145 | 77 | 187 | - |
| CMYK | 0.22 | 0.59 | 0 | 0.27 |
| HSL | 277.09º | 0.45% | 0.52% | - |
| HSV(B) | 277.09º | 0.59% | 0.73% | - |
| XYZ | 23.3 | 14.92 | 48.66 | - |
| YUV | 109.87 | 171.53 | 153.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 77 | 187 | 0.22 | 0.59 | 0 | 0.27 | 277.09 | 0.45 | 0.52 |
| Hex | 91 | 4D | BB | 16 | 3B | 0 | 1B | 115 | 2D | 34 |
| Octal | 221 | 115 | 273 | 26 | 73 | 0 | 33 | 425 | 55 | 64 |
| Binary | 10010001 | 1001101 | 10111011 | 10110 | 111011 | 0 | 11011 | 100010101 | 101101 | 110100 |
Color Harmonies of #914DBB
Complementary color
Monochromatic Colors of #914DBB
Black with #914DBB
Text Example
Text Example
White with #914DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914DBB; }
p { color: rgb(145,77,187); }
H1.HeaderClassName
{
color: #914DBB;
}
.AnyTagClassName
{
color: #914DBB;
}
</style>
background-color css
<style>
a { background-color: #914DBB; }
a { background-color: rgb(145,77,187); }
div.DivClassName
{
background-color: #914DBB;
}
.BgClassName
{
background-color: #914DBB;
}
</style>
border-color css
<style>
span { border-color: #914DBB; }
span { border-color: rgb(145,77,187); }
td.TdClassName
{
border-color: #914DBB;
}
.TagClassName
{
border-color: #914DBB;
}
</style>