Shades of Deep Lilac #895AB3
Tints of Deep Lilac #895AB3
RGB
CMYK
RGB Variations
Color information
#895AB3 (or 0x895AB3) is known color: Deep Lilac. HEX triplet: 89, 5A and B3. RGB value is (137,90,179). Sum of RGB (Red+Green+Blue) = 137+90+179=406 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.74% from 406); Green value is 90 (35.55% from 255 or 22.17% from 406); Blue value is 179 (70.31% from 255 or 44.09% from 406); Max value from RGB is 179 - color contains mainly: blue. Hex color #895AB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #895AB3 is #76A54C. Grayscale: #717171. Windows color (decimal): -7775565 or 11754121. OLE color: 11754121.
HSL color Cylindrical-coordinate representation of color #895AB3: hue angle of 271.69º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #895AB3 is Cyan = 0.23, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 137 | 90 | 179 | - |
| CMYK | 0.23 | 0.50 | 0 | 0.30 |
| HSL | 271.69º | 0.37% | 0.53% | - |
| HSV(B) | 271.69º | 0.5% | 0.7% | - |
| XYZ | 22.11 | 15.89 | 44.55 | - |
| YUV | 114.2 | 164.57 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 90 | 179 | 0.23 | 0.50 | 0 | 0.30 | 271.69 | 0.37 | 0.53 |
| Hex | 89 | 5A | B3 | 17 | 32 | 0 | 1E | 110 | 25 | 35 |
| Octal | 211 | 132 | 263 | 27 | 62 | 0 | 36 | 420 | 45 | 65 |
| Binary | 10001001 | 1011010 | 10110011 | 10111 | 110010 | 0 | 11110 | 100010000 | 100101 | 110101 |
Color Harmonies of #895AB3
Complementary color
Monochromatic Colors of #895AB3
Black with #895AB3
Text Example
Text Example
White with #895AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895AB3; }
p { color: rgb(137,90,179); }
H1.HeaderClassName
{
color: #895AB3;
}
.AnyTagClassName
{
color: #895AB3;
}
</style>
background-color css
<style>
a { background-color: #895AB3; }
a { background-color: rgb(137,90,179); }
div.DivClassName
{
background-color: #895AB3;
}
.BgClassName
{
background-color: #895AB3;
}
</style>
border-color css
<style>
span { border-color: #895AB3; }
span { border-color: rgb(137,90,179); }
td.TdClassName
{
border-color: #895AB3;
}
.TagClassName
{
border-color: #895AB3;
}
</style>