Shades of Deep Lilac #8955B4
Tints of Deep Lilac #8955B4
RGB
CMYK
RGB Variations
Color information
#8955B4 (or 0x8955B4) is known color: Deep Lilac. HEX triplet: 89, 55 and B4. RGB value is (137,85,180). Sum of RGB (Red+Green+Blue) = 137+85+180=402 (53% of max value = 765). Red value is 137 (53.91% from 255 or 34.08% from 402); Green value is 85 (33.59% from 255 or 21.14% from 402); Blue value is 180 (70.70% from 255 or 44.78% from 402); Max value from RGB is 180 - color contains mainly: blue. Hex color #8955B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8955B4 is #76AA4B. Grayscale: #6F6F6F. Windows color (decimal): -7776844 or 11818377. OLE color: 11818377.
HSL color Cylindrical-coordinate representation of color #8955B4: hue angle of 272.84º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8955B4 is Cyan = 0.24, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 137 | 85 | 180 | - |
| CMYK | 0.24 | 0.53 | 0 | 0.29 |
| HSL | 272.84º | 0.39% | 0.52% | - |
| HSV(B) | 272.84º | 0.53% | 0.71% | - |
| XYZ | 21.8 | 15.11 | 44.95 | - |
| YUV | 111.38 | 166.73 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 85 | 180 | 0.24 | 0.53 | 0 | 0.29 | 272.84 | 0.39 | 0.52 |
| Hex | 89 | 55 | B4 | 18 | 35 | 0 | 1D | 111 | 27 | 34 |
| Octal | 211 | 125 | 264 | 30 | 65 | 0 | 35 | 421 | 47 | 64 |
| Binary | 10001001 | 1010101 | 10110100 | 11000 | 110101 | 0 | 11101 | 100010001 | 100111 | 110100 |
Color Harmonies of #8955B4
Complementary color
Monochromatic Colors of #8955B4
Black with #8955B4
Text Example
Text Example
White with #8955B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8955B4; }
p { color: rgb(137,85,180); }
H1.HeaderClassName
{
color: #8955B4;
}
.AnyTagClassName
{
color: #8955B4;
}
</style>
background-color css
<style>
a { background-color: #8955B4; }
a { background-color: rgb(137,85,180); }
div.DivClassName
{
background-color: #8955B4;
}
.BgClassName
{
background-color: #8955B4;
}
</style>
border-color css
<style>
span { border-color: #8955B4; }
span { border-color: rgb(137,85,180); }
td.TdClassName
{
border-color: #8955B4;
}
.TagClassName
{
border-color: #8955B4;
}
</style>