Shades of Deep Lilac #894CBF
Tints of Deep Lilac #894CBF
RGB
CMYK
RGB Variations
Color information
#894CBF (or 0x894CBF) is known color: Deep Lilac. HEX triplet: 89, 4C and BF. RGB value is (137,76,191). Sum of RGB (Red+Green+Blue) = 137+76+191=404 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.91% from 404); Green value is 76 (30.08% from 255 or 18.81% from 404); Blue value is 191 (75% from 255 or 47.28% from 404); Max value from RGB is 191 - color contains mainly: blue. Hex color #894CBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #894CBF is #76B340. Grayscale: #6A6A6A. Windows color (decimal): -7779137 or 12536969. OLE color: 12536969.
HSL color Cylindrical-coordinate representation of color #894CBF: hue angle of 271.83º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #894CBF is Cyan = 0.28, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 137 | 76 | 191 | - |
| CMYK | 0.28 | 0.60 | 0 | 0.25 |
| HSL | 271.83º | 0.47% | 0.52% | - |
| HSV(B) | 271.83º | 0.6% | 0.75% | - |
| XYZ | 22.3 | 14.25 | 50.86 | - |
| YUV | 107.35 | 175.21 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 76 | 191 | 0.28 | 0.60 | 0 | 0.25 | 271.83 | 0.47 | 0.52 |
| Hex | 89 | 4C | BF | 1C | 3C | 0 | 19 | 110 | 2F | 34 |
| Octal | 211 | 114 | 277 | 34 | 74 | 0 | 31 | 420 | 57 | 64 |
| Binary | 10001001 | 1001100 | 10111111 | 11100 | 111100 | 0 | 11001 | 100010000 | 101111 | 110100 |
Color Harmonies of #894CBF
Complementary color
Monochromatic Colors of #894CBF
Black with #894CBF
Text Example
Text Example
White with #894CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894CBF; }
p { color: rgb(137,76,191); }
H1.HeaderClassName
{
color: #894CBF;
}
.AnyTagClassName
{
color: #894CBF;
}
</style>
background-color css
<style>
a { background-color: #894CBF; }
a { background-color: rgb(137,76,191); }
div.DivClassName
{
background-color: #894CBF;
}
.BgClassName
{
background-color: #894CBF;
}
</style>
border-color css
<style>
span { border-color: #894CBF; }
span { border-color: rgb(137,76,191); }
td.TdClassName
{
border-color: #894CBF;
}
.TagClassName
{
border-color: #894CBF;
}
</style>