Shades of Deep Lilac #894CCC
Tints of Deep Lilac #894CCC
RGB
CMYK
RGB Variations
Color information
#894CCC (or 0x894CCC) is known color: Deep Lilac. HEX triplet: 89, 4C and CC. RGB value is (137,76,204). Sum of RGB (Red+Green+Blue) = 137+76+204=417 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.85% from 417); Green value is 76 (30.08% from 255 or 18.23% from 417); Blue value is 204 (80.08% from 255 or 48.92% from 417); Max value from RGB is 204 - color contains mainly: blue. Hex color #894CCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #894CCC is #76B333. Grayscale: #6C6C6C. Windows color (decimal): -7779124 or 13388937. OLE color: 13388937.
HSL color Cylindrical-coordinate representation of color #894CCC: hue angle of 268.59º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #894CCC is Cyan = 0.33, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 137 | 76 | 204 | - |
| CMYK | 0.33 | 0.63 | 0 | 0.2 |
| HSL | 268.59º | 0.56% | 0.55% | - |
| HSV(B) | 268.59º | 0.63% | 0.8% | - |
| XYZ | 23.8 | 14.85 | 58.74 | - |
| YUV | 108.83 | 181.71 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 76 | 204 | 0.33 | 0.63 | 0 | 0.2 | 268.59 | 0.56 | 0.55 |
| Hex | 89 | 4C | CC | 21 | 3F | 0 | 14 | 10D | 38 | 37 |
| Octal | 211 | 114 | 314 | 41 | 77 | 0 | 24 | 415 | 70 | 67 |
| Binary | 10001001 | 1001100 | 11001100 | 100001 | 111111 | 0 | 10100 | 100001101 | 111000 | 110111 |
Color Harmonies of #894CCC
Complementary color
Monochromatic Colors of #894CCC
Black with #894CCC
Text Example
Text Example
White with #894CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894CCC; }
p { color: rgb(137,76,204); }
H1.HeaderClassName
{
color: #894CCC;
}
.AnyTagClassName
{
color: #894CCC;
}
</style>
background-color css
<style>
a { background-color: #894CCC; }
a { background-color: rgb(137,76,204); }
div.DivClassName
{
background-color: #894CCC;
}
.BgClassName
{
background-color: #894CCC;
}
</style>
border-color css
<style>
span { border-color: #894CCC; }
span { border-color: rgb(137,76,204); }
td.TdClassName
{
border-color: #894CCC;
}
.TagClassName
{
border-color: #894CCC;
}
</style>