Shades of Deep Lilac #9159BC
Tints of Deep Lilac #9159BC
RGB
CMYK
RGB Variations
Color information
#9159BC (or 0x9159BC) is known color: Deep Lilac. HEX triplet: 91, 59 and BC. RGB value is (145,89,188). Sum of RGB (Red+Green+Blue) = 145+89+188=422 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.36% from 422); Green value is 89 (35.16% from 255 or 21.09% from 422); Blue value is 188 (73.83% from 255 or 44.55% from 422); Max value from RGB is 188 - color contains mainly: blue. Hex color #9159BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9159BC is #6EA643. Grayscale: #747474. Windows color (decimal): -7251524 or 12343697. OLE color: 12343697.
HSL color Cylindrical-coordinate representation of color #9159BC: hue angle of 273.94º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9159BC is Cyan = 0.23, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 145 | 89 | 188 | - |
| CMYK | 0.23 | 0.53 | 0 | 0.26 |
| HSL | 273.94º | 0.42% | 0.54% | - |
| HSV(B) | 273.94º | 0.53% | 0.74% | - |
| XYZ | 24.33 | 16.8 | 49.54 | - |
| YUV | 117.03 | 168.05 | 147.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 89 | 188 | 0.23 | 0.53 | 0 | 0.26 | 273.94 | 0.42 | 0.54 |
| Hex | 91 | 59 | BC | 17 | 35 | 0 | 1A | 112 | 2A | 36 |
| Octal | 221 | 131 | 274 | 27 | 65 | 0 | 32 | 422 | 52 | 66 |
| Binary | 10010001 | 1011001 | 10111100 | 10111 | 110101 | 0 | 11010 | 100010010 | 101010 | 110110 |
Color Harmonies of #9159BC
Complementary color
Monochromatic Colors of #9159BC
Black with #9159BC
Text Example
Text Example
White with #9159BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9159BC; }
p { color: rgb(145,89,188); }
H1.HeaderClassName
{
color: #9159BC;
}
.AnyTagClassName
{
color: #9159BC;
}
</style>
background-color css
<style>
a { background-color: #9159BC; }
a { background-color: rgb(145,89,188); }
div.DivClassName
{
background-color: #9159BC;
}
.BgClassName
{
background-color: #9159BC;
}
</style>
border-color css
<style>
span { border-color: #9159BC; }
span { border-color: rgb(145,89,188); }
td.TdClassName
{
border-color: #9159BC;
}
.TagClassName
{
border-color: #9159BC;
}
</style>