Shades of Deep Lilac #894DCC
Tints of Deep Lilac #894DCC
RGB
CMYK
RGB Variations
Color information
#894DCC (or 0x894DCC) is known color: Deep Lilac. HEX triplet: 89, 4D and CC. RGB value is (137,77,204). Sum of RGB (Red+Green+Blue) = 137+77+204=418 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.78% from 418); Green value is 77 (30.47% from 255 or 18.42% from 418); Blue value is 204 (80.08% from 255 or 48.80% from 418); Max value from RGB is 204 - color contains mainly: blue. Hex color #894DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #894DCC is #76B233. Grayscale: #6C6C6C. Windows color (decimal): -7778868 or 13389193. OLE color: 13389193.
HSL color Cylindrical-coordinate representation of color #894DCC: hue angle of 268.35º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #894DCC is Cyan = 0.33, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 137 | 77 | 204 | - |
| CMYK | 0.33 | 0.62 | 0 | 0.2 |
| HSL | 268.35º | 0.55% | 0.55% | - |
| HSV(B) | 268.35º | 0.62% | 0.8% | - |
| XYZ | 23.87 | 14.99 | 58.76 | - |
| YUV | 109.42 | 181.38 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 77 | 204 | 0.33 | 0.62 | 0 | 0.2 | 268.35 | 0.55 | 0.55 |
| Hex | 89 | 4D | CC | 21 | 3E | 0 | 14 | 10C | 37 | 37 |
| Octal | 211 | 115 | 314 | 41 | 76 | 0 | 24 | 414 | 67 | 67 |
| Binary | 10001001 | 1001101 | 11001100 | 100001 | 111110 | 0 | 10100 | 100001100 | 110111 | 110111 |
Color Harmonies of #894DCC
Complementary color
Monochromatic Colors of #894DCC
Black with #894DCC
Text Example
Text Example
White with #894DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894DCC; }
p { color: rgb(137,77,204); }
H1.HeaderClassName
{
color: #894DCC;
}
.AnyTagClassName
{
color: #894DCC;
}
</style>
background-color css
<style>
a { background-color: #894DCC; }
a { background-color: rgb(137,77,204); }
div.DivClassName
{
background-color: #894DCC;
}
.BgClassName
{
background-color: #894DCC;
}
</style>
border-color css
<style>
span { border-color: #894DCC; }
span { border-color: rgb(137,77,204); }
td.TdClassName
{
border-color: #894DCC;
}
.TagClassName
{
border-color: #894DCC;
}
</style>