Shades of Deep Lilac #894CBD
Tints of Deep Lilac #894CBD
RGB
CMYK
RGB Variations
Color information
#894CBD (or 0x894CBD) is known color: Deep Lilac. HEX triplet: 89, 4C and BD. RGB value is (137,76,189). Sum of RGB (Red+Green+Blue) = 137+76+189=402 (53% of max value = 765). Red value is 137 (53.91% from 255 or 34.08% from 402); Green value is 76 (30.08% from 255 or 18.91% from 402); Blue value is 189 (74.22% from 255 or 47.01% from 402); Max value from RGB is 189 - color contains mainly: blue. Hex color #894CBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #894CBD is #76B342. Grayscale: #6A6A6A. Windows color (decimal): -7779139 or 12405897. OLE color: 12405897.
HSL color Cylindrical-coordinate representation of color #894CBD: hue angle of 272.39º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #894CBD is Cyan = 0.28, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 137 | 76 | 189 | - |
| CMYK | 0.28 | 0.60 | 0 | 0.26 |
| HSL | 272.39º | 0.46% | 0.52% | - |
| HSV(B) | 272.39º | 0.6% | 0.74% | - |
| XYZ | 22.09 | 14.16 | 49.71 | - |
| YUV | 107.12 | 174.21 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 76 | 189 | 0.28 | 0.60 | 0 | 0.26 | 272.39 | 0.46 | 0.52 |
| Hex | 89 | 4C | BD | 1C | 3C | 0 | 1A | 110 | 2E | 34 |
| Octal | 211 | 114 | 275 | 34 | 74 | 0 | 32 | 420 | 56 | 64 |
| Binary | 10001001 | 1001100 | 10111101 | 11100 | 111100 | 0 | 11010 | 100010000 | 101110 | 110100 |
Color Harmonies of #894CBD
Complementary color
Monochromatic Colors of #894CBD
Black with #894CBD
Text Example
Text Example
White with #894CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894CBD; }
p { color: rgb(137,76,189); }
H1.HeaderClassName
{
color: #894CBD;
}
.AnyTagClassName
{
color: #894CBD;
}
</style>
background-color css
<style>
a { background-color: #894CBD; }
a { background-color: rgb(137,76,189); }
div.DivClassName
{
background-color: #894CBD;
}
.BgClassName
{
background-color: #894CBD;
}
</style>
border-color css
<style>
span { border-color: #894CBD; }
span { border-color: rgb(137,76,189); }
td.TdClassName
{
border-color: #894CBD;
}
.TagClassName
{
border-color: #894CBD;
}
</style>