Shades of Deep Lilac #894BCC
Tints of Deep Lilac #894BCC
RGB
CMYK
RGB Variations
Color information
#894BCC (or 0x894BCC) is known color: Deep Lilac. HEX triplet: 89, 4B and CC. RGB value is (137,75,204). Sum of RGB (Red+Green+Blue) = 137+75+204=416 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.93% from 416); Green value is 75 (29.69% from 255 or 18.03% from 416); Blue value is 204 (80.08% from 255 or 49.04% from 416); Max value from RGB is 204 - color contains mainly: blue. Hex color #894BCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #894BCC is #76B433. Grayscale: #6B6B6B. Windows color (decimal): -7779380 or 13388681. OLE color: 13388681.
HSL color Cylindrical-coordinate representation of color #894BCC: hue angle of 268.84º 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 #894BCC is Cyan = 0.33, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 137 | 75 | 204 | - |
| CMYK | 0.33 | 0.63 | 0 | 0.2 |
| HSL | 268.84º | 0.56% | 0.55% | - |
| HSV(B) | 268.84º | 0.63% | 0.8% | - |
| XYZ | 23.73 | 14.71 | 58.72 | - |
| YUV | 108.24 | 182.04 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 75 | 204 | 0.33 | 0.63 | 0 | 0.2 | 268.84 | 0.56 | 0.55 |
| Hex | 89 | 4B | CC | 21 | 3F | 0 | 14 | 10D | 38 | 37 |
| Octal | 211 | 113 | 314 | 41 | 77 | 0 | 24 | 415 | 70 | 67 |
| Binary | 10001001 | 1001011 | 11001100 | 100001 | 111111 | 0 | 10100 | 100001101 | 111000 | 110111 |
Color Harmonies of #894BCC
Complementary color
Monochromatic Colors of #894BCC
Black with #894BCC
Text Example
Text Example
White with #894BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894BCC; }
p { color: rgb(137,75,204); }
H1.HeaderClassName
{
color: #894BCC;
}
.AnyTagClassName
{
color: #894BCC;
}
</style>
background-color css
<style>
a { background-color: #894BCC; }
a { background-color: rgb(137,75,204); }
div.DivClassName
{
background-color: #894BCC;
}
.BgClassName
{
background-color: #894BCC;
}
</style>
border-color css
<style>
span { border-color: #894BCC; }
span { border-color: rgb(137,75,204); }
td.TdClassName
{
border-color: #894BCC;
}
.TagClassName
{
border-color: #894BCC;
}
</style>