Shades of Deep Lilac #895DB3
Tints of Deep Lilac #895DB3
RGB
CMYK
RGB Variations
Color information
#895DB3 (or 0x895DB3) is known color: Deep Lilac. HEX triplet: 89, 5D and B3. RGB value is (137,93,179). Sum of RGB (Red+Green+Blue) = 137+93+179=409 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.50% from 409); Green value is 93 (36.72% from 255 or 22.74% from 409); Blue value is 179 (70.31% from 255 or 43.77% from 409); Max value from RGB is 179 - color contains mainly: blue. Hex color #895DB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #895DB3 is #76A24C. Grayscale: #737373. Windows color (decimal): -7774797 or 11754889. OLE color: 11754889.
HSL color Cylindrical-coordinate representation of color #895DB3: hue angle of 270.7º 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 #895DB3 is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 137 | 93 | 179 | - |
| CMYK | 0.23 | 0.48 | 0 | 0.30 |
| HSL | 270.7º | 0.36% | 0.53% | - |
| HSV(B) | 270.7º | 0.48% | 0.7% | - |
| XYZ | 22.37 | 16.4 | 44.63 | - |
| YUV | 115.96 | 163.58 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 93 | 179 | 0.23 | 0.48 | 0 | 0.30 | 270.7 | 0.36 | 0.53 |
| Hex | 89 | 5D | B3 | 17 | 30 | 0 | 1E | 10F | 24 | 35 |
| Octal | 211 | 135 | 263 | 27 | 60 | 0 | 36 | 417 | 44 | 65 |
| Binary | 10001001 | 1011101 | 10110011 | 10111 | 110000 | 0 | 11110 | 100001111 | 100100 | 110101 |
Color Harmonies of #895DB3
Complementary color
Monochromatic Colors of #895DB3
Black with #895DB3
Text Example
Text Example
White with #895DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895DB3; }
p { color: rgb(137,93,179); }
H1.HeaderClassName
{
color: #895DB3;
}
.AnyTagClassName
{
color: #895DB3;
}
</style>
background-color css
<style>
a { background-color: #895DB3; }
a { background-color: rgb(137,93,179); }
div.DivClassName
{
background-color: #895DB3;
}
.BgClassName
{
background-color: #895DB3;
}
</style>
border-color css
<style>
span { border-color: #895DB3; }
span { border-color: rgb(137,93,179); }
td.TdClassName
{
border-color: #895DB3;
}
.TagClassName
{
border-color: #895DB3;
}
</style>