Shades of Deep Lilac #915ABB
Tints of Deep Lilac #915ABB
RGB
CMYK
RGB Variations
Color information
#915ABB (or 0x915ABB) is known color: Deep Lilac. HEX triplet: 91, 5A and BB. RGB value is (145,90,187). Sum of RGB (Red+Green+Blue) = 145+90+187=422 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.36% from 422); Green value is 90 (35.55% from 255 or 21.33% from 422); Blue value is 187 (73.44% from 255 or 44.31% from 422); Max value from RGB is 187 - color contains mainly: blue. Hex color #915ABB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #915ABB is #6EA544. Grayscale: #757575. Windows color (decimal): -7251269 or 12278417. OLE color: 12278417.
HSL color Cylindrical-coordinate representation of color #915ABB: hue angle of 274.02º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #915ABB is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 145 | 90 | 187 | - |
| CMYK | 0.22 | 0.52 | 0 | 0.27 |
| HSL | 274.02º | 0.42% | 0.54% | - |
| HSV(B) | 274.02º | 0.52% | 0.73% | - |
| XYZ | 24.3 | 16.92 | 49 | - |
| YUV | 117.5 | 167.22 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 90 | 187 | 0.22 | 0.52 | 0 | 0.27 | 274.02 | 0.42 | 0.54 |
| Hex | 91 | 5A | BB | 16 | 34 | 0 | 1B | 112 | 2A | 36 |
| Octal | 221 | 132 | 273 | 26 | 64 | 0 | 33 | 422 | 52 | 66 |
| Binary | 10010001 | 1011010 | 10111011 | 10110 | 110100 | 0 | 11011 | 100010010 | 101010 | 110110 |
Color Harmonies of #915ABB
Complementary color
Monochromatic Colors of #915ABB
Black with #915ABB
Text Example
Text Example
White with #915ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915ABB; }
p { color: rgb(145,90,187); }
H1.HeaderClassName
{
color: #915ABB;
}
.AnyTagClassName
{
color: #915ABB;
}
</style>
background-color css
<style>
a { background-color: #915ABB; }
a { background-color: rgb(145,90,187); }
div.DivClassName
{
background-color: #915ABB;
}
.BgClassName
{
background-color: #915ABB;
}
</style>
border-color css
<style>
span { border-color: #915ABB; }
span { border-color: rgb(145,90,187); }
td.TdClassName
{
border-color: #915ABB;
}
.TagClassName
{
border-color: #915ABB;
}
</style>