Shades of Deep Lilac #894AC1
Tints of Deep Lilac #894AC1
RGB
CMYK
RGB Variations
Color information
#894AC1 (or 0x894AC1) is known color: Deep Lilac. HEX triplet: 89, 4A and C1. RGB value is (137,74,193). Sum of RGB (Red+Green+Blue) = 137+74+193=404 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.91% from 404); Green value is 74 (29.30% from 255 or 18.32% from 404); Blue value is 193 (75.78% from 255 or 47.77% from 404); Max value from RGB is 193 - color contains mainly: blue. Hex color #894AC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #894AC1 is #76B53E. Grayscale: #696969. Windows color (decimal): -7779647 or 12667529. OLE color: 12667529.
HSL color Cylindrical-coordinate representation of color #894AC1: hue angle of 271.76º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #894AC1 is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 137 | 74 | 193 | - |
| CMYK | 0.29 | 0.62 | 0 | 0.24 |
| HSL | 271.76º | 0.49% | 0.52% | - |
| HSV(B) | 271.76º | 0.62% | 0.76% | - |
| XYZ | 22.39 | 14.07 | 51.99 | - |
| YUV | 106.4 | 176.87 | 149.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 74 | 193 | 0.29 | 0.62 | 0 | 0.24 | 271.76 | 0.49 | 0.52 |
| Hex | 89 | 4A | C1 | 1D | 3E | 0 | 18 | 110 | 31 | 34 |
| Octal | 211 | 112 | 301 | 35 | 76 | 0 | 30 | 420 | 61 | 64 |
| Binary | 10001001 | 1001010 | 11000001 | 11101 | 111110 | 0 | 11000 | 100010000 | 110001 | 110100 |
Color Harmonies of #894AC1
Complementary color
Monochromatic Colors of #894AC1
Black with #894AC1
Text Example
Text Example
White with #894AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894AC1; }
p { color: rgb(137,74,193); }
H1.HeaderClassName
{
color: #894AC1;
}
.AnyTagClassName
{
color: #894AC1;
}
</style>
background-color css
<style>
a { background-color: #894AC1; }
a { background-color: rgb(137,74,193); }
div.DivClassName
{
background-color: #894AC1;
}
.BgClassName
{
background-color: #894AC1;
}
</style>
border-color css
<style>
span { border-color: #894AC1; }
span { border-color: rgb(137,74,193); }
td.TdClassName
{
border-color: #894AC1;
}
.TagClassName
{
border-color: #894AC1;
}
</style>