Shades of Deep Lilac #9557B5
Tints of Deep Lilac #9557B5
RGB
CMYK
RGB Variations
Color information
#9557B5 (or 0x9557B5) is known color: Deep Lilac. HEX triplet: 95, 57 and B5. RGB value is (149,87,181). Sum of RGB (Red+Green+Blue) = 149+87+181=417 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.73% from 417); Green value is 87 (34.38% from 255 or 20.86% from 417); Blue value is 181 (71.09% from 255 or 43.41% from 417); Max value from RGB is 181 - color contains mainly: blue. Hex color #9557B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9557B5 is #6AA84A. Grayscale: #737373. Windows color (decimal): -6989899 or 11884437. OLE color: 11884437.
HSL color Cylindrical-coordinate representation of color #9557B5: hue angle of 279.57º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9557B5 is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 149 | 87 | 181 | - |
| CMYK | 0.18 | 0.52 | 0 | 0.29 |
| HSL | 279.57º | 0.39% | 0.53% | - |
| HSV(B) | 279.57º | 0.52% | 0.71% | - |
| XYZ | 24.14 | 16.54 | 45.64 | - |
| YUV | 116.25 | 164.54 | 151.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 87 | 181 | 0.18 | 0.52 | 0 | 0.29 | 279.57 | 0.39 | 0.53 |
| Hex | 95 | 57 | B5 | 12 | 34 | 0 | 1D | 118 | 27 | 35 |
| Octal | 225 | 127 | 265 | 22 | 64 | 0 | 35 | 430 | 47 | 65 |
| Binary | 10010101 | 1010111 | 10110101 | 10010 | 110100 | 0 | 11101 | 100011000 | 100111 | 110101 |
Color Harmonies of #9557B5
Complementary color
Monochromatic Colors of #9557B5
Black with #9557B5
Text Example
Text Example
White with #9557B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9557B5; }
p { color: rgb(149,87,181); }
H1.HeaderClassName
{
color: #9557B5;
}
.AnyTagClassName
{
color: #9557B5;
}
</style>
background-color css
<style>
a { background-color: #9557B5; }
a { background-color: rgb(149,87,181); }
div.DivClassName
{
background-color: #9557B5;
}
.BgClassName
{
background-color: #9557B5;
}
</style>
border-color css
<style>
span { border-color: #9557B5; }
span { border-color: rgb(149,87,181); }
td.TdClassName
{
border-color: #9557B5;
}
.TagClassName
{
border-color: #9557B5;
}
</style>