Shades of Deep Lilac #894ACB
Tints of Deep Lilac #894ACB
RGB
CMYK
RGB Variations
Color information
#894ACB (or 0x894ACB) is known color: Deep Lilac. HEX triplet: 89, 4A and CB. RGB value is (137,74,203). Sum of RGB (Red+Green+Blue) = 137+74+203=414 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.09% from 414); Green value is 74 (29.30% from 255 or 17.87% from 414); Blue value is 203 (79.69% from 255 or 49.03% from 414); Max value from RGB is 203 - color contains mainly: blue. Hex color #894ACB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #894ACB is #76B534. Grayscale: #6B6B6B. Windows color (decimal): -7779637 or 13322889. OLE color: 13322889.
HSL color Cylindrical-coordinate representation of color #894ACB: hue angle of 269.3º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #894ACB is Cyan = 0.33, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 137 | 74 | 203 | - |
| CMYK | 0.33 | 0.64 | 0 | 0.20 |
| HSL | 269.3º | 0.55% | 0.54% | - |
| HSV(B) | 269.3º | 0.64% | 0.8% | - |
| XYZ | 23.54 | 14.53 | 58.06 | - |
| YUV | 107.54 | 181.87 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 74 | 203 | 0.33 | 0.64 | 0 | 0.20 | 269.3 | 0.55 | 0.54 |
| Hex | 89 | 4A | CB | 21 | 40 | 0 | 14 | 10D | 37 | 36 |
| Octal | 211 | 112 | 313 | 41 | 100 | 0 | 24 | 415 | 67 | 66 |
| Binary | 10001001 | 1001010 | 11001011 | 100001 | 1000000 | 0 | 10100 | 100001101 | 110111 | 110110 |
Color Harmonies of #894ACB
Complementary color
Monochromatic Colors of #894ACB
Black with #894ACB
Text Example
Text Example
White with #894ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894ACB; }
p { color: rgb(137,74,203); }
H1.HeaderClassName
{
color: #894ACB;
}
.AnyTagClassName
{
color: #894ACB;
}
</style>
background-color css
<style>
a { background-color: #894ACB; }
a { background-color: rgb(137,74,203); }
div.DivClassName
{
background-color: #894ACB;
}
.BgClassName
{
background-color: #894ACB;
}
</style>
border-color css
<style>
span { border-color: #894ACB; }
span { border-color: rgb(137,74,203); }
td.TdClassName
{
border-color: #894ACB;
}
.TagClassName
{
border-color: #894ACB;
}
</style>