Shades of Deep Lilac #8955BC
Tints of Deep Lilac #8955BC
RGB
CMYK
RGB Variations
Color information
#8955BC (or 0x8955BC) is known color: Deep Lilac. HEX triplet: 89, 55 and BC. RGB value is (137,85,188). Sum of RGB (Red+Green+Blue) = 137+85+188=410 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.41% from 410); Green value is 85 (33.59% from 255 or 20.73% from 410); Blue value is 188 (73.83% from 255 or 45.85% from 410); Max value from RGB is 188 - color contains mainly: blue. Hex color #8955BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8955BC is #76AA43. Grayscale: #6F6F6F. Windows color (decimal): -7776836 or 12342665. OLE color: 12342665.
HSL color Cylindrical-coordinate representation of color #8955BC: hue angle of 270.29º degrees, saturation: 0.43, 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 #8955BC is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 137 | 85 | 188 | - |
| CMYK | 0.27 | 0.55 | 0 | 0.26 |
| HSL | 270.29º | 0.43% | 0.54% | - |
| HSV(B) | 270.29º | 0.55% | 0.74% | - |
| XYZ | 22.64 | 15.45 | 49.37 | - |
| YUV | 112.29 | 170.73 | 145.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 85 | 188 | 0.27 | 0.55 | 0 | 0.26 | 270.29 | 0.43 | 0.54 |
| Hex | 89 | 55 | BC | 1B | 37 | 0 | 1A | 10E | 2B | 36 |
| Octal | 211 | 125 | 274 | 33 | 67 | 0 | 32 | 416 | 53 | 66 |
| Binary | 10001001 | 1010101 | 10111100 | 11011 | 110111 | 0 | 11010 | 100001110 | 101011 | 110110 |
Color Harmonies of #8955BC
Complementary color
Monochromatic Colors of #8955BC
Black with #8955BC
Text Example
Text Example
White with #8955BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8955BC; }
p { color: rgb(137,85,188); }
H1.HeaderClassName
{
color: #8955BC;
}
.AnyTagClassName
{
color: #8955BC;
}
</style>
background-color css
<style>
a { background-color: #8955BC; }
a { background-color: rgb(137,85,188); }
div.DivClassName
{
background-color: #8955BC;
}
.BgClassName
{
background-color: #8955BC;
}
</style>
border-color css
<style>
span { border-color: #8955BC; }
span { border-color: rgb(137,85,188); }
td.TdClassName
{
border-color: #8955BC;
}
.TagClassName
{
border-color: #8955BC;
}
</style>