Shades of Deep Lilac #895BAF
Tints of Deep Lilac #895BAF
RGB
CMYK
RGB Variations
Color information
#895BAF (or 0x895BAF) is known color: Deep Lilac. HEX triplet: 89, 5B and AF. RGB value is (137,91,175). Sum of RGB (Red+Green+Blue) = 137+91+175=403 (53% of max value = 765). Red value is 137 (53.91% from 255 or 34.00% from 403); Green value is 91 (35.94% from 255 or 22.58% from 403); Blue value is 175 (68.75% from 255 or 43.42% from 403); Max value from RGB is 175 - color contains mainly: blue. Hex color #895BAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895BAF is #76A450. Grayscale: #727272. Windows color (decimal): -7775313 or 11492233. OLE color: 11492233.
HSL color Cylindrical-coordinate representation of color #895BAF: hue angle of 272.86º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #895BAF is Cyan = 0.22, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 137 | 91 | 175 | - |
| CMYK | 0.22 | 0.48 | 0 | 0.31 |
| HSL | 272.86º | 0.34% | 0.52% | - |
| HSV(B) | 272.86º | 0.48% | 0.69% | - |
| XYZ | 21.8 | 15.9 | 42.48 | - |
| YUV | 114.33 | 162.24 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 91 | 175 | 0.22 | 0.48 | 0 | 0.31 | 272.86 | 0.34 | 0.52 |
| Hex | 89 | 5B | AF | 16 | 30 | 0 | 1F | 111 | 22 | 34 |
| Octal | 211 | 133 | 257 | 26 | 60 | 0 | 37 | 421 | 42 | 64 |
| Binary | 10001001 | 1011011 | 10101111 | 10110 | 110000 | 0 | 11111 | 100010001 | 100010 | 110100 |
Color Harmonies of #895BAF
Complementary color
Monochromatic Colors of #895BAF
Black with #895BAF
Text Example
Text Example
White with #895BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895BAF; }
p { color: rgb(137,91,175); }
H1.HeaderClassName
{
color: #895BAF;
}
.AnyTagClassName
{
color: #895BAF;
}
</style>
background-color css
<style>
a { background-color: #895BAF; }
a { background-color: rgb(137,91,175); }
div.DivClassName
{
background-color: #895BAF;
}
.BgClassName
{
background-color: #895BAF;
}
</style>
border-color css
<style>
span { border-color: #895BAF; }
span { border-color: rgb(137,91,175); }
td.TdClassName
{
border-color: #895BAF;
}
.TagClassName
{
border-color: #895BAF;
}
</style>