Shades of Deep Lilac #895BAC
Tints of Deep Lilac #895BAC
RGB
CMYK
RGB Variations
Color information
#895BAC (or 0x895BAC) is known color: Deep Lilac. HEX triplet: 89, 5B and AC. RGB value is (137,91,172). Sum of RGB (Red+Green+Blue) = 137+91+172=400 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.25% from 400); Green value is 91 (35.94% from 255 or 22.75% from 400); Blue value is 172 (67.58% from 255 or 43% from 400); Max value from RGB is 172 - color contains mainly: blue. Hex color #895BAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895BAC is #76A453. Grayscale: #717171. Windows color (decimal): -7775316 or 11295625. OLE color: 11295625.
HSL color Cylindrical-coordinate representation of color #895BAC: hue angle of 274.07º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #895BAC is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 137 | 91 | 172 | - |
| CMYK | 0.20 | 0.47 | 0 | 0.33 |
| HSL | 274.07º | 0.33% | 0.52% | - |
| HSV(B) | 274.07º | 0.47% | 0.67% | - |
| XYZ | 21.5 | 15.78 | 40.94 | - |
| YUV | 113.99 | 160.74 | 144.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 91 | 172 | 0.20 | 0.47 | 0 | 0.33 | 274.07 | 0.33 | 0.52 |
| Hex | 89 | 5B | AC | 14 | 2F | 0 | 21 | 112 | 21 | 34 |
| Octal | 211 | 133 | 254 | 24 | 57 | 0 | 41 | 422 | 41 | 64 |
| Binary | 10001001 | 1011011 | 10101100 | 10100 | 101111 | 0 | 100001 | 100010010 | 100001 | 110100 |
Color Harmonies of #895BAC
Complementary color
Monochromatic Colors of #895BAC
Black with #895BAC
Text Example
Text Example
White with #895BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895BAC; }
p { color: rgb(137,91,172); }
H1.HeaderClassName
{
color: #895BAC;
}
.AnyTagClassName
{
color: #895BAC;
}
</style>
background-color css
<style>
a { background-color: #895BAC; }
a { background-color: rgb(137,91,172); }
div.DivClassName
{
background-color: #895BAC;
}
.BgClassName
{
background-color: #895BAC;
}
</style>
border-color css
<style>
span { border-color: #895BAC; }
span { border-color: rgb(137,91,172); }
td.TdClassName
{
border-color: #895BAC;
}
.TagClassName
{
border-color: #895BAC;
}
</style>