Shades of Deep Lilac #895BBB
Tints of Deep Lilac #895BBB
RGB
CMYK
RGB Variations
Color information
#895BBB (or 0x895BBB) is known color: Deep Lilac. HEX triplet: 89, 5B and BB. RGB value is (137,91,187). Sum of RGB (Red+Green+Blue) = 137+91+187=415 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.01% from 415); Green value is 91 (35.94% from 255 or 21.93% from 415); Blue value is 187 (73.44% from 255 or 45.06% from 415); Max value from RGB is 187 - color contains mainly: blue. Hex color #895BBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #895BBB is #76A444. Grayscale: #737373. Windows color (decimal): -7775301 or 12278665. OLE color: 12278665.
HSL color Cylindrical-coordinate representation of color #895BBB: hue angle of 268.75º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #895BBB is Cyan = 0.27, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 137 | 91 | 187 | - |
| CMYK | 0.27 | 0.51 | 0 | 0.27 |
| HSL | 268.75º | 0.41% | 0.55% | - |
| HSV(B) | 268.75º | 0.51% | 0.73% | - |
| XYZ | 23.03 | 16.39 | 48.96 | - |
| YUV | 115.7 | 168.24 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 91 | 187 | 0.27 | 0.51 | 0 | 0.27 | 268.75 | 0.41 | 0.55 |
| Hex | 89 | 5B | BB | 1B | 33 | 0 | 1B | 10D | 29 | 37 |
| Octal | 211 | 133 | 273 | 33 | 63 | 0 | 33 | 415 | 51 | 67 |
| Binary | 10001001 | 1011011 | 10111011 | 11011 | 110011 | 0 | 11011 | 100001101 | 101001 | 110111 |
Color Harmonies of #895BBB
Complementary color
Monochromatic Colors of #895BBB
Black with #895BBB
Text Example
Text Example
White with #895BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895BBB; }
p { color: rgb(137,91,187); }
H1.HeaderClassName
{
color: #895BBB;
}
.AnyTagClassName
{
color: #895BBB;
}
</style>
background-color css
<style>
a { background-color: #895BBB; }
a { background-color: rgb(137,91,187); }
div.DivClassName
{
background-color: #895BBB;
}
.BgClassName
{
background-color: #895BBB;
}
</style>
border-color css
<style>
span { border-color: #895BBB; }
span { border-color: rgb(137,91,187); }
td.TdClassName
{
border-color: #895BBB;
}
.TagClassName
{
border-color: #895BBB;
}
</style>