Shades of Deep Lilac #894ACD
Tints of Deep Lilac #894ACD
RGB
CMYK
RGB Variations
Color information
#894ACD (or 0x894ACD) is known color: Deep Lilac. HEX triplet: 89, 4A and CD. RGB value is (137,74,205). Sum of RGB (Red+Green+Blue) = 137+74+205=416 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.93% from 416); Green value is 74 (29.30% from 255 or 17.79% from 416); Blue value is 205 (80.47% from 255 or 49.28% from 416); Max value from RGB is 205 - color contains mainly: blue. Hex color #894ACD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #894ACD is #76B532. Grayscale: #6B6B6B. Windows color (decimal): -7779635 or 13453961. OLE color: 13453961.
HSL color Cylindrical-coordinate representation of color #894ACD: hue angle of 268.85º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #894ACD is Cyan = 0.33, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 137 | 74 | 205 | - |
| CMYK | 0.33 | 0.64 | 0 | 0.20 |
| HSL | 268.85º | 0.57% | 0.55% | - |
| HSV(B) | 268.85º | 0.64% | 0.8% | - |
| XYZ | 23.78 | 14.62 | 59.33 | - |
| YUV | 107.77 | 182.87 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 74 | 205 | 0.33 | 0.64 | 0 | 0.20 | 268.85 | 0.57 | 0.55 |
| Hex | 89 | 4A | CD | 21 | 40 | 0 | 14 | 10D | 39 | 37 |
| Octal | 211 | 112 | 315 | 41 | 100 | 0 | 24 | 415 | 71 | 67 |
| Binary | 10001001 | 1001010 | 11001101 | 100001 | 1000000 | 0 | 10100 | 100001101 | 111001 | 110111 |
Color Harmonies of #894ACD
Complementary color
Monochromatic Colors of #894ACD
Black with #894ACD
Text Example
Text Example
White with #894ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894ACD; }
p { color: rgb(137,74,205); }
H1.HeaderClassName
{
color: #894ACD;
}
.AnyTagClassName
{
color: #894ACD;
}
</style>
background-color css
<style>
a { background-color: #894ACD; }
a { background-color: rgb(137,74,205); }
div.DivClassName
{
background-color: #894ACD;
}
.BgClassName
{
background-color: #894ACD;
}
</style>
border-color css
<style>
span { border-color: #894ACD; }
span { border-color: rgb(137,74,205); }
td.TdClassName
{
border-color: #894ACD;
}
.TagClassName
{
border-color: #894ACD;
}
</style>