Shades of Deep Lilac #9157BD
Tints of Deep Lilac #9157BD
RGB
CMYK
RGB Variations
Color information
#9157BD (or 0x9157BD) is known color: Deep Lilac. HEX triplet: 91, 57 and BD. RGB value is (145,87,189). Sum of RGB (Red+Green+Blue) = 145+87+189=421 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.44% from 421); Green value is 87 (34.38% from 255 or 20.67% from 421); Blue value is 189 (74.22% from 255 or 44.89% from 421); Max value from RGB is 189 - color contains mainly: blue. Hex color #9157BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9157BD is #6EA842. Grayscale: #737373. Windows color (decimal): -7252035 or 12408721. OLE color: 12408721.
HSL color Cylindrical-coordinate representation of color #9157BD: hue angle of 274.12º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9157BD is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 145 | 87 | 189 | - |
| CMYK | 0.23 | 0.54 | 0 | 0.26 |
| HSL | 274.12º | 0.44% | 0.54% | - |
| HSV(B) | 274.12º | 0.54% | 0.74% | - |
| XYZ | 24.27 | 16.51 | 50.05 | - |
| YUV | 115.97 | 169.22 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 87 | 189 | 0.23 | 0.54 | 0 | 0.26 | 274.12 | 0.44 | 0.54 |
| Hex | 91 | 57 | BD | 17 | 36 | 0 | 1A | 112 | 2C | 36 |
| Octal | 221 | 127 | 275 | 27 | 66 | 0 | 32 | 422 | 54 | 66 |
| Binary | 10010001 | 1010111 | 10111101 | 10111 | 110110 | 0 | 11010 | 100010010 | 101100 | 110110 |
Color Harmonies of #9157BD
Complementary color
Monochromatic Colors of #9157BD
Black with #9157BD
Text Example
Text Example
White with #9157BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9157BD; }
p { color: rgb(145,87,189); }
H1.HeaderClassName
{
color: #9157BD;
}
.AnyTagClassName
{
color: #9157BD;
}
</style>
background-color css
<style>
a { background-color: #9157BD; }
a { background-color: rgb(145,87,189); }
div.DivClassName
{
background-color: #9157BD;
}
.BgClassName
{
background-color: #9157BD;
}
</style>
border-color css
<style>
span { border-color: #9157BD; }
span { border-color: rgb(145,87,189); }
td.TdClassName
{
border-color: #9157BD;
}
.TagClassName
{
border-color: #9157BD;
}
</style>