Shades of Deep Lilac #894ACE
Tints of Deep Lilac #894ACE
RGB
CMYK
RGB Variations
Color information
#894ACE (or 0x894ACE) is known color: Deep Lilac. HEX triplet: 89, 4A and CE. RGB value is (137,74,206). Sum of RGB (Red+Green+Blue) = 137+74+206=417 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.85% from 417); Green value is 74 (29.30% from 255 or 17.75% from 417); Blue value is 206 (80.86% from 255 or 49.40% from 417); Max value from RGB is 206 - color contains mainly: blue. Hex color #894ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #894ACE is #76B531. Grayscale: #6B6B6B. Windows color (decimal): -7779634 or 13519497. OLE color: 13519497.
HSL color Cylindrical-coordinate representation of color #894ACE: hue angle of 268.64º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #894ACE is Cyan = 0.33, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 137 | 74 | 206 | - |
| CMYK | 0.33 | 0.64 | 0 | 0.19 |
| HSL | 268.64º | 0.57% | 0.55% | - |
| HSV(B) | 268.64º | 0.64% | 0.81% | - |
| XYZ | 23.91 | 14.67 | 59.96 | - |
| YUV | 107.89 | 183.37 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 74 | 206 | 0.33 | 0.64 | 0 | 0.19 | 268.64 | 0.57 | 0.55 |
| Hex | 89 | 4A | CE | 21 | 40 | 0 | 13 | 10D | 39 | 37 |
| Octal | 211 | 112 | 316 | 41 | 100 | 0 | 23 | 415 | 71 | 67 |
| Binary | 10001001 | 1001010 | 11001110 | 100001 | 1000000 | 0 | 10011 | 100001101 | 111001 | 110111 |
Color Harmonies of #894ACE
Complementary color
Monochromatic Colors of #894ACE
Black with #894ACE
Text Example
Text Example
White with #894ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894ACE; }
p { color: rgb(137,74,206); }
H1.HeaderClassName
{
color: #894ACE;
}
.AnyTagClassName
{
color: #894ACE;
}
</style>
background-color css
<style>
a { background-color: #894ACE; }
a { background-color: rgb(137,74,206); }
div.DivClassName
{
background-color: #894ACE;
}
.BgClassName
{
background-color: #894ACE;
}
</style>
border-color css
<style>
span { border-color: #894ACE; }
span { border-color: rgb(137,74,206); }
td.TdClassName
{
border-color: #894ACE;
}
.TagClassName
{
border-color: #894ACE;
}
</style>