Shades of Deep Lilac #895CBB
Tints of Deep Lilac #895CBB
RGB
CMYK
RGB Variations
Color information
#895CBB (or 0x895CBB) is known color: Deep Lilac. HEX triplet: 89, 5C and BB. RGB value is (137,92,187). Sum of RGB (Red+Green+Blue) = 137+92+187=416 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.93% from 416); Green value is 92 (36.33% from 255 or 22.12% from 416); Blue value is 187 (73.44% from 255 or 44.95% from 416); Max value from RGB is 187 - color contains mainly: blue. Hex color #895CBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #895CBB is #76A344. Grayscale: #737373. Windows color (decimal): -7775045 or 12278921. OLE color: 12278921.
HSL color Cylindrical-coordinate representation of color #895CBB: hue angle of 268.42º 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 #895CBB is Cyan = 0.27, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 137 | 92 | 187 | - |
| CMYK | 0.27 | 0.51 | 0 | 0.27 |
| HSL | 268.42º | 0.41% | 0.55% | - |
| HSV(B) | 268.42º | 0.51% | 0.73% | - |
| XYZ | 23.11 | 16.56 | 48.99 | - |
| YUV | 116.29 | 167.91 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 92 | 187 | 0.27 | 0.51 | 0 | 0.27 | 268.42 | 0.41 | 0.55 |
| Hex | 89 | 5C | BB | 1B | 33 | 0 | 1B | 10C | 29 | 37 |
| Octal | 211 | 134 | 273 | 33 | 63 | 0 | 33 | 414 | 51 | 67 |
| Binary | 10001001 | 1011100 | 10111011 | 11011 | 110011 | 0 | 11011 | 100001100 | 101001 | 110111 |
Color Harmonies of #895CBB
Complementary color
Monochromatic Colors of #895CBB
Black with #895CBB
Text Example
Text Example
White with #895CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895CBB; }
p { color: rgb(137,92,187); }
H1.HeaderClassName
{
color: #895CBB;
}
.AnyTagClassName
{
color: #895CBB;
}
</style>
background-color css
<style>
a { background-color: #895CBB; }
a { background-color: rgb(137,92,187); }
div.DivClassName
{
background-color: #895CBB;
}
.BgClassName
{
background-color: #895CBB;
}
</style>
border-color css
<style>
span { border-color: #895CBB; }
span { border-color: rgb(137,92,187); }
td.TdClassName
{
border-color: #895CBB;
}
.TagClassName
{
border-color: #895CBB;
}
</style>