Shades of Deep Lilac #895DB2
Tints of Deep Lilac #895DB2
RGB
CMYK
RGB Variations
Color information
#895DB2 (or 0x895DB2) is known color: Deep Lilac. HEX triplet: 89, 5D and B2. RGB value is (137,93,178). Sum of RGB (Red+Green+Blue) = 137+93+178=408 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.58% from 408); Green value is 93 (36.72% from 255 or 22.79% from 408); Blue value is 178 (69.92% from 255 or 43.63% from 408); Max value from RGB is 178 - color contains mainly: blue. Hex color #895DB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895DB2 is #76A24D. Grayscale: #737373. Windows color (decimal): -7774798 or 11689353. OLE color: 11689353.
HSL color Cylindrical-coordinate representation of color #895DB2: hue angle of 271.06º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #895DB2 is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 137 | 93 | 178 | - |
| CMYK | 0.23 | 0.48 | 0 | 0.30 |
| HSL | 271.06º | 0.36% | 0.53% | - |
| HSV(B) | 271.06º | 0.48% | 0.7% | - |
| XYZ | 22.27 | 16.36 | 44.1 | - |
| YUV | 115.85 | 163.08 | 143.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 93 | 178 | 0.23 | 0.48 | 0 | 0.30 | 271.06 | 0.36 | 0.53 |
| Hex | 89 | 5D | B2 | 17 | 30 | 0 | 1E | 10F | 24 | 35 |
| Octal | 211 | 135 | 262 | 27 | 60 | 0 | 36 | 417 | 44 | 65 |
| Binary | 10001001 | 1011101 | 10110010 | 10111 | 110000 | 0 | 11110 | 100001111 | 100100 | 110101 |
Color Harmonies of #895DB2
Complementary color
Monochromatic Colors of #895DB2
Black with #895DB2
Text Example
Text Example
White with #895DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895DB2; }
p { color: rgb(137,93,178); }
H1.HeaderClassName
{
color: #895DB2;
}
.AnyTagClassName
{
color: #895DB2;
}
</style>
background-color css
<style>
a { background-color: #895DB2; }
a { background-color: rgb(137,93,178); }
div.DivClassName
{
background-color: #895DB2;
}
.BgClassName
{
background-color: #895DB2;
}
</style>
border-color css
<style>
span { border-color: #895DB2; }
span { border-color: rgb(137,93,178); }
td.TdClassName
{
border-color: #895DB2;
}
.TagClassName
{
border-color: #895DB2;
}
</style>