Shades of Deep Lilac #914BBB
Tints of Deep Lilac #914BBB
RGB
CMYK
RGB Variations
Color information
#914BBB (or 0x914BBB) is known color: Deep Lilac. HEX triplet: 91, 4B and BB. RGB value is (145,75,187). Sum of RGB (Red+Green+Blue) = 145+75+187=407 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.63% from 407); Green value is 75 (29.69% from 255 or 18.43% from 407); Blue value is 187 (73.44% from 255 or 45.95% from 407); Max value from RGB is 187 - color contains mainly: blue. Hex color #914BBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #914BBB is #6EB444. Grayscale: #6C6C6C. Windows color (decimal): -7255109 or 12274577. OLE color: 12274577.
HSL color Cylindrical-coordinate representation of color #914BBB: hue angle of 277.5º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #914BBB is Cyan = 0.22, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 145 | 75 | 187 | - |
| CMYK | 0.22 | 0.60 | 0 | 0.27 |
| HSL | 277.5º | 0.45% | 0.51% | - |
| HSV(B) | 277.5º | 0.6% | 0.73% | - |
| XYZ | 23.16 | 14.64 | 48.62 | - |
| YUV | 108.7 | 172.19 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 75 | 187 | 0.22 | 0.60 | 0 | 0.27 | 277.5 | 0.45 | 0.51 |
| Hex | 91 | 4B | BB | 16 | 3C | 0 | 1B | 116 | 2D | 33 |
| Octal | 221 | 113 | 273 | 26 | 74 | 0 | 33 | 426 | 55 | 63 |
| Binary | 10010001 | 1001011 | 10111011 | 10110 | 111100 | 0 | 11011 | 100010110 | 101101 | 110011 |
Color Harmonies of #914BBB
Complementary color
Monochromatic Colors of #914BBB
Black with #914BBB
Text Example
Text Example
White with #914BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914BBB; }
p { color: rgb(145,75,187); }
H1.HeaderClassName
{
color: #914BBB;
}
.AnyTagClassName
{
color: #914BBB;
}
</style>
background-color css
<style>
a { background-color: #914BBB; }
a { background-color: rgb(145,75,187); }
div.DivClassName
{
background-color: #914BBB;
}
.BgClassName
{
background-color: #914BBB;
}
</style>
border-color css
<style>
span { border-color: #914BBB; }
span { border-color: rgb(145,75,187); }
td.TdClassName
{
border-color: #914BBB;
}
.TagClassName
{
border-color: #914BBB;
}
</style>