Shades of Deep Lilac #894CCD
Tints of Deep Lilac #894CCD
RGB
CMYK
RGB Variations
Color information
#894CCD (or 0x894CCD) is known color: Deep Lilac. HEX triplet: 89, 4C and CD. RGB value is (137,76,205). Sum of RGB (Red+Green+Blue) = 137+76+205=418 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.78% from 418); Green value is 76 (30.08% from 255 or 18.18% from 418); Blue value is 205 (80.47% from 255 or 49.04% from 418); Max value from RGB is 205 - color contains mainly: blue. Hex color #894CCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #894CCD is #76B332. Grayscale: #6C6C6C. Windows color (decimal): -7779123 or 13454473. OLE color: 13454473.
HSL color Cylindrical-coordinate representation of color #894CCD: hue angle of 268.37º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #894CCD is Cyan = 0.33, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 137 | 76 | 205 | - |
| CMYK | 0.33 | 0.63 | 0 | 0.20 |
| HSL | 268.37º | 0.56% | 0.55% | - |
| HSV(B) | 268.37º | 0.63% | 0.8% | - |
| XYZ | 23.92 | 14.9 | 59.37 | - |
| YUV | 108.95 | 182.21 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 76 | 205 | 0.33 | 0.63 | 0 | 0.20 | 268.37 | 0.56 | 0.55 |
| Hex | 89 | 4C | CD | 21 | 3F | 0 | 14 | 10C | 38 | 37 |
| Octal | 211 | 114 | 315 | 41 | 77 | 0 | 24 | 414 | 70 | 67 |
| Binary | 10001001 | 1001100 | 11001101 | 100001 | 111111 | 0 | 10100 | 100001100 | 111000 | 110111 |
Color Harmonies of #894CCD
Complementary color
Monochromatic Colors of #894CCD
Black with #894CCD
Text Example
Text Example
White with #894CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894CCD; }
p { color: rgb(137,76,205); }
H1.HeaderClassName
{
color: #894CCD;
}
.AnyTagClassName
{
color: #894CCD;
}
</style>
background-color css
<style>
a { background-color: #894CCD; }
a { background-color: rgb(137,76,205); }
div.DivClassName
{
background-color: #894CCD;
}
.BgClassName
{
background-color: #894CCD;
}
</style>
border-color css
<style>
span { border-color: #894CCD; }
span { border-color: rgb(137,76,205); }
td.TdClassName
{
border-color: #894CCD;
}
.TagClassName
{
border-color: #894CCD;
}
</style>