Shades of Deep Lilac #8955BD
Tints of Deep Lilac #8955BD
RGB
CMYK
RGB Variations
Color information
#8955BD (or 0x8955BD) is known color: Deep Lilac. HEX triplet: 89, 55 and BD. RGB value is (137,85,189). Sum of RGB (Red+Green+Blue) = 137+85+189=411 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.33% from 411); Green value is 85 (33.59% from 255 or 20.68% from 411); Blue value is 189 (74.22% from 255 or 45.99% from 411); Max value from RGB is 189 - color contains mainly: blue. Hex color #8955BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8955BD is #76AA42. Grayscale: #707070. Windows color (decimal): -7776835 or 12408201. OLE color: 12408201.
HSL color Cylindrical-coordinate representation of color #8955BD: hue angle of 270º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8955BD is Cyan = 0.28, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 137 | 85 | 189 | - |
| CMYK | 0.28 | 0.55 | 0 | 0.26 |
| HSL | 270º | 0.44% | 0.54% | - |
| HSV(B) | 270º | 0.55% | 0.74% | - |
| XYZ | 22.75 | 15.49 | 49.93 | - |
| YUV | 112.4 | 171.23 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 85 | 189 | 0.28 | 0.55 | 0 | 0.26 | 270 | 0.44 | 0.54 |
| Hex | 89 | 55 | BD | 1C | 37 | 0 | 1A | 10E | 2C | 36 |
| Octal | 211 | 125 | 275 | 34 | 67 | 0 | 32 | 416 | 54 | 66 |
| Binary | 10001001 | 1010101 | 10111101 | 11100 | 110111 | 0 | 11010 | 100001110 | 101100 | 110110 |
Color Harmonies of #8955BD
Complementary color
Monochromatic Colors of #8955BD
Black with #8955BD
Text Example
Text Example
White with #8955BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8955BD; }
p { color: rgb(137,85,189); }
H1.HeaderClassName
{
color: #8955BD;
}
.AnyTagClassName
{
color: #8955BD;
}
</style>
background-color css
<style>
a { background-color: #8955BD; }
a { background-color: rgb(137,85,189); }
div.DivClassName
{
background-color: #8955BD;
}
.BgClassName
{
background-color: #8955BD;
}
</style>
border-color css
<style>
span { border-color: #8955BD; }
span { border-color: rgb(137,85,189); }
td.TdClassName
{
border-color: #8955BD;
}
.TagClassName
{
border-color: #8955BD;
}
</style>