Shades of Deep Lilac #894FC0
Tints of Deep Lilac #894FC0
RGB
CMYK
RGB Variations
Color information
#894FC0 (or 0x894FC0) is known color: Deep Lilac. HEX triplet: 89, 4F and C0. RGB value is (137,79,192). Sum of RGB (Red+Green+Blue) = 137+79+192=408 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.58% from 408); Green value is 79 (31.25% from 255 or 19.36% from 408); Blue value is 192 (75.39% from 255 or 47.06% from 408); Max value from RGB is 192 - color contains mainly: blue. Hex color #894FC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #894FC0 is #76B03F. Grayscale: #6C6C6C. Windows color (decimal): -7778368 or 12603273. OLE color: 12603273.
HSL color Cylindrical-coordinate representation of color #894FC0: hue angle of 270.8º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #894FC0 is Cyan = 0.29, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 137 | 79 | 192 | - |
| CMYK | 0.29 | 0.59 | 0 | 0.25 |
| HSL | 270.8º | 0.47% | 0.53% | - |
| HSV(B) | 270.8º | 0.59% | 0.75% | - |
| XYZ | 22.63 | 14.72 | 51.52 | - |
| YUV | 109.22 | 174.72 | 147.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 79 | 192 | 0.29 | 0.59 | 0 | 0.25 | 270.8 | 0.47 | 0.53 |
| Hex | 89 | 4F | C0 | 1D | 3B | 0 | 19 | 10F | 2F | 35 |
| Octal | 211 | 117 | 300 | 35 | 73 | 0 | 31 | 417 | 57 | 65 |
| Binary | 10001001 | 1001111 | 11000000 | 11101 | 111011 | 0 | 11001 | 100001111 | 101111 | 110101 |
Color Harmonies of #894FC0
Complementary color
Monochromatic Colors of #894FC0
Black with #894FC0
Text Example
Text Example
White with #894FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894FC0; }
p { color: rgb(137,79,192); }
H1.HeaderClassName
{
color: #894FC0;
}
.AnyTagClassName
{
color: #894FC0;
}
</style>
background-color css
<style>
a { background-color: #894FC0; }
a { background-color: rgb(137,79,192); }
div.DivClassName
{
background-color: #894FC0;
}
.BgClassName
{
background-color: #894FC0;
}
</style>
border-color css
<style>
span { border-color: #894FC0; }
span { border-color: rgb(137,79,192); }
td.TdClassName
{
border-color: #894FC0;
}
.TagClassName
{
border-color: #894FC0;
}
</style>