Shades of Deep Lilac #894AB7
Tints of Deep Lilac #894AB7
RGB
CMYK
RGB Variations
Color information
#894AB7 (or 0x894AB7) is known color: Deep Lilac. HEX triplet: 89, 4A and B7. RGB value is (137,74,183). Sum of RGB (Red+Green+Blue) = 137+74+183=394 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.77% from 394); Green value is 74 (29.30% from 255 or 18.78% from 394); Blue value is 183 (71.88% from 255 or 46.45% from 394); Max value from RGB is 183 - color contains mainly: blue. Hex color #894AB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #894AB7 is #76B548. Grayscale: #686868. Windows color (decimal): -7779657 or 12012169. OLE color: 12012169.
HSL color Cylindrical-coordinate representation of color #894AB7: hue angle of 274.68º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #894AB7 is Cyan = 0.25, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 137 | 74 | 183 | - |
| CMYK | 0.25 | 0.60 | 0 | 0.28 |
| HSL | 274.68º | 0.43% | 0.5% | - |
| HSV(B) | 274.68º | 0.6% | 0.72% | - |
| XYZ | 21.31 | 13.63 | 46.31 | - |
| YUV | 105.26 | 171.87 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 74 | 183 | 0.25 | 0.60 | 0 | 0.28 | 274.68 | 0.43 | 0.5 |
| Hex | 89 | 4A | B7 | 19 | 3C | 0 | 1C | 113 | 2B | 32 |
| Octal | 211 | 112 | 267 | 31 | 74 | 0 | 34 | 423 | 53 | 62 |
| Binary | 10001001 | 1001010 | 10110111 | 11001 | 111100 | 0 | 11100 | 100010011 | 101011 | 110010 |
Color Harmonies of #894AB7
Complementary color
Monochromatic Colors of #894AB7
Black with #894AB7
Text Example
Text Example
White with #894AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894AB7; }
p { color: rgb(137,74,183); }
H1.HeaderClassName
{
color: #894AB7;
}
.AnyTagClassName
{
color: #894AB7;
}
</style>
background-color css
<style>
a { background-color: #894AB7; }
a { background-color: rgb(137,74,183); }
div.DivClassName
{
background-color: #894AB7;
}
.BgClassName
{
background-color: #894AB7;
}
</style>
border-color css
<style>
span { border-color: #894AB7; }
span { border-color: rgb(137,74,183); }
td.TdClassName
{
border-color: #894AB7;
}
.TagClassName
{
border-color: #894AB7;
}
</style>