Shades of Deep Lilac #8958B7
Tints of Deep Lilac #8958B7
RGB
CMYK
RGB Variations
Color information
#8958B7 (or 0x8958B7) is known color: Deep Lilac. HEX triplet: 89, 58 and B7. RGB value is (137,88,183). Sum of RGB (Red+Green+Blue) = 137+88+183=408 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.58% from 408); Green value is 88 (34.77% from 255 or 21.57% from 408); Blue value is 183 (71.88% from 255 or 44.85% from 408); Max value from RGB is 183 - color contains mainly: blue. Hex color #8958B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8958B7 is #76A748. Grayscale: #717171. Windows color (decimal): -7776073 or 12015753. OLE color: 12015753.
HSL color Cylindrical-coordinate representation of color #8958B7: hue angle of 270.95º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8958B7 is Cyan = 0.25, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 137 | 88 | 183 | - |
| CMYK | 0.25 | 0.52 | 0 | 0.28 |
| HSL | 270.95º | 0.4% | 0.53% | - |
| HSV(B) | 270.95º | 0.52% | 0.72% | - |
| XYZ | 22.35 | 15.72 | 46.66 | - |
| YUV | 113.48 | 167.23 | 144.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 88 | 183 | 0.25 | 0.52 | 0 | 0.28 | 270.95 | 0.4 | 0.53 |
| Hex | 89 | 58 | B7 | 19 | 34 | 0 | 1C | 10F | 28 | 35 |
| Octal | 211 | 130 | 267 | 31 | 64 | 0 | 34 | 417 | 50 | 65 |
| Binary | 10001001 | 1011000 | 10110111 | 11001 | 110100 | 0 | 11100 | 100001111 | 101000 | 110101 |
Color Harmonies of #8958B7
Complementary color
Monochromatic Colors of #8958B7
Black with #8958B7
Text Example
Text Example
White with #8958B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8958B7; }
p { color: rgb(137,88,183); }
H1.HeaderClassName
{
color: #8958B7;
}
.AnyTagClassName
{
color: #8958B7;
}
</style>
background-color css
<style>
a { background-color: #8958B7; }
a { background-color: rgb(137,88,183); }
div.DivClassName
{
background-color: #8958B7;
}
.BgClassName
{
background-color: #8958B7;
}
</style>
border-color css
<style>
span { border-color: #8958B7; }
span { border-color: rgb(137,88,183); }
td.TdClassName
{
border-color: #8958B7;
}
.TagClassName
{
border-color: #8958B7;
}
</style>