Shades of Deep Lilac #895BBA
Tints of Deep Lilac #895BBA
RGB
CMYK
RGB Variations
Color information
#895BBA (or 0x895BBA) is known color: Deep Lilac. HEX triplet: 89, 5B and BA. RGB value is (137,91,186). Sum of RGB (Red+Green+Blue) = 137+91+186=414 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.09% from 414); Green value is 91 (35.94% from 255 or 21.98% from 414); Blue value is 186 (73.05% from 255 or 44.93% from 414); Max value from RGB is 186 - color contains mainly: blue. Hex color #895BBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #895BBA is #76A445. Grayscale: #737373. Windows color (decimal): -7775302 or 12213129. OLE color: 12213129.
HSL color Cylindrical-coordinate representation of color #895BBA: hue angle of 269.05º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #895BBA is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 137 | 91 | 186 | - |
| CMYK | 0.26 | 0.51 | 0 | 0.27 |
| HSL | 269.05º | 0.41% | 0.54% | - |
| HSV(B) | 269.05º | 0.51% | 0.73% | - |
| XYZ | 22.92 | 16.35 | 48.4 | - |
| YUV | 115.58 | 167.74 | 143.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 91 | 186 | 0.26 | 0.51 | 0 | 0.27 | 269.05 | 0.41 | 0.54 |
| Hex | 89 | 5B | BA | 1A | 33 | 0 | 1B | 10D | 29 | 36 |
| Octal | 211 | 133 | 272 | 32 | 63 | 0 | 33 | 415 | 51 | 66 |
| Binary | 10001001 | 1011011 | 10111010 | 11010 | 110011 | 0 | 11011 | 100001101 | 101001 | 110110 |
Color Harmonies of #895BBA
Complementary color
Monochromatic Colors of #895BBA
Black with #895BBA
Text Example
Text Example
White with #895BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895BBA; }
p { color: rgb(137,91,186); }
H1.HeaderClassName
{
color: #895BBA;
}
.AnyTagClassName
{
color: #895BBA;
}
</style>
background-color css
<style>
a { background-color: #895BBA; }
a { background-color: rgb(137,91,186); }
div.DivClassName
{
background-color: #895BBA;
}
.BgClassName
{
background-color: #895BBA;
}
</style>
border-color css
<style>
span { border-color: #895BBA; }
span { border-color: rgb(137,91,186); }
td.TdClassName
{
border-color: #895BBA;
}
.TagClassName
{
border-color: #895BBA;
}
</style>