Shades of Deep Lilac #894FC2
Tints of Deep Lilac #894FC2
RGB
CMYK
RGB Variations
Color information
#894FC2 (or 0x894FC2) is known color: Deep Lilac. HEX triplet: 89, 4F and C2. RGB value is (137,79,194). Sum of RGB (Red+Green+Blue) = 137+79+194=410 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.41% from 410); Green value is 79 (31.25% from 255 or 19.27% from 410); Blue value is 194 (76.17% from 255 or 47.32% from 410); Max value from RGB is 194 - color contains mainly: blue. Hex color #894FC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #894FC2 is #76B03D. Grayscale: #6D6D6D. Windows color (decimal): -7778366 or 12734345. OLE color: 12734345.
HSL color Cylindrical-coordinate representation of color #894FC2: hue angle of 270.26º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #894FC2 is Cyan = 0.29, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 137 | 79 | 194 | - |
| CMYK | 0.29 | 0.59 | 0 | 0.24 |
| HSL | 270.26º | 0.49% | 0.54% | - |
| HSV(B) | 270.26º | 0.59% | 0.76% | - |
| XYZ | 22.85 | 14.81 | 52.69 | - |
| YUV | 109.45 | 175.72 | 147.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 79 | 194 | 0.29 | 0.59 | 0 | 0.24 | 270.26 | 0.49 | 0.54 |
| Hex | 89 | 4F | C2 | 1D | 3B | 0 | 18 | 10E | 31 | 36 |
| Octal | 211 | 117 | 302 | 35 | 73 | 0 | 30 | 416 | 61 | 66 |
| Binary | 10001001 | 1001111 | 11000010 | 11101 | 111011 | 0 | 11000 | 100001110 | 110001 | 110110 |
Color Harmonies of #894FC2
Complementary color
Monochromatic Colors of #894FC2
Black with #894FC2
Text Example
Text Example
White with #894FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894FC2; }
p { color: rgb(137,79,194); }
H1.HeaderClassName
{
color: #894FC2;
}
.AnyTagClassName
{
color: #894FC2;
}
</style>
background-color css
<style>
a { background-color: #894FC2; }
a { background-color: rgb(137,79,194); }
div.DivClassName
{
background-color: #894FC2;
}
.BgClassName
{
background-color: #894FC2;
}
</style>
border-color css
<style>
span { border-color: #894FC2; }
span { border-color: rgb(137,79,194); }
td.TdClassName
{
border-color: #894FC2;
}
.TagClassName
{
border-color: #894FC2;
}
</style>