Shades of Deep Lilac #8955BF
Tints of Deep Lilac #8955BF
RGB
CMYK
RGB Variations
Color information
#8955BF (or 0x8955BF) is known color: Deep Lilac. HEX triplet: 89, 55 and BF. RGB value is (137,85,191). Sum of RGB (Red+Green+Blue) = 137+85+191=413 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.17% from 413); Green value is 85 (33.59% from 255 or 20.58% from 413); Blue value is 191 (75% from 255 or 46.25% from 413); Max value from RGB is 191 - color contains mainly: blue. Hex color #8955BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8955BF is #76AA40. Grayscale: #707070. Windows color (decimal): -7776833 or 12539273. OLE color: 12539273.
HSL color Cylindrical-coordinate representation of color #8955BF: hue angle of 269.43º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8955BF is Cyan = 0.28, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 137 | 85 | 191 | - |
| CMYK | 0.28 | 0.55 | 0 | 0.25 |
| HSL | 269.43º | 0.45% | 0.54% | - |
| HSV(B) | 269.43º | 0.55% | 0.75% | - |
| XYZ | 22.97 | 15.58 | 51.09 | - |
| YUV | 112.63 | 172.23 | 145.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 85 | 191 | 0.28 | 0.55 | 0 | 0.25 | 269.43 | 0.45 | 0.54 |
| Hex | 89 | 55 | BF | 1C | 37 | 0 | 19 | 10D | 2D | 36 |
| Octal | 211 | 125 | 277 | 34 | 67 | 0 | 31 | 415 | 55 | 66 |
| Binary | 10001001 | 1010101 | 10111111 | 11100 | 110111 | 0 | 11001 | 100001101 | 101101 | 110110 |
Color Harmonies of #8955BF
Complementary color
Monochromatic Colors of #8955BF
Black with #8955BF
Text Example
Text Example
White with #8955BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8955BF; }
p { color: rgb(137,85,191); }
H1.HeaderClassName
{
color: #8955BF;
}
.AnyTagClassName
{
color: #8955BF;
}
</style>
background-color css
<style>
a { background-color: #8955BF; }
a { background-color: rgb(137,85,191); }
div.DivClassName
{
background-color: #8955BF;
}
.BgClassName
{
background-color: #8955BF;
}
</style>
border-color css
<style>
span { border-color: #8955BF; }
span { border-color: rgb(137,85,191); }
td.TdClassName
{
border-color: #8955BF;
}
.TagClassName
{
border-color: #8955BF;
}
</style>