Shades of Deep Lilac #9158A6
Tints of Deep Lilac #9158A6
RGB
CMYK
RGB Variations
Color information
#9158A6 (or 0x9158A6) is known color: Deep Lilac. HEX triplet: 91, 58 and A6. RGB value is (145,88,166). Sum of RGB (Red+Green+Blue) = 145+88+166=399 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.34% from 399); Green value is 88 (34.77% from 255 or 22.06% from 399); Blue value is 166 (65.23% from 255 or 41.60% from 399); Max value from RGB is 166 - color contains mainly: blue. Hex color #9158A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9158A6 is #6EA759. Grayscale: #717171. Windows color (decimal): -7251802 or 10901649. OLE color: 10901649.
HSL color Cylindrical-coordinate representation of color #9158A6: hue angle of 283.85º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9158A6 is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 145 | 88 | 166 | - |
| CMYK | 0.13 | 0.47 | 0 | 0.35 |
| HSL | 283.85º | 0.31% | 0.5% | - |
| HSV(B) | 283.85º | 0.47% | 0.65% | - |
| XYZ | 22.05 | 15.75 | 37.95 | - |
| YUV | 113.94 | 157.38 | 150.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 88 | 166 | 0.13 | 0.47 | 0 | 0.35 | 283.85 | 0.31 | 0.5 |
| Hex | 91 | 58 | A6 | D | 2F | 0 | 23 | 11C | 1F | 32 |
| Octal | 221 | 130 | 246 | 15 | 57 | 0 | 43 | 434 | 37 | 62 |
| Binary | 10010001 | 1011000 | 10100110 | 1101 | 101111 | 0 | 100011 | 100011100 | 11111 | 110010 |
Color Harmonies of #9158A6
Complementary color
Monochromatic Colors of #9158A6
Black with #9158A6
Text Example
Text Example
White with #9158A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9158A6; }
p { color: rgb(145,88,166); }
H1.HeaderClassName
{
color: #9158A6;
}
.AnyTagClassName
{
color: #9158A6;
}
</style>
background-color css
<style>
a { background-color: #9158A6; }
a { background-color: rgb(145,88,166); }
div.DivClassName
{
background-color: #9158A6;
}
.BgClassName
{
background-color: #9158A6;
}
</style>
border-color css
<style>
span { border-color: #9158A6; }
span { border-color: rgb(145,88,166); }
td.TdClassName
{
border-color: #9158A6;
}
.TagClassName
{
border-color: #9158A6;
}
</style>