Shades of Deep Lilac #894BCE
Tints of Deep Lilac #894BCE
RGB
CMYK
RGB Variations
Color information
#894BCE (or 0x894BCE) is known color: Deep Lilac. HEX triplet: 89, 4B and CE. RGB value is (137,75,206). Sum of RGB (Red+Green+Blue) = 137+75+206=418 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.78% from 418); Green value is 75 (29.69% from 255 or 17.94% from 418); Blue value is 206 (80.86% from 255 or 49.28% from 418); Max value from RGB is 206 - color contains mainly: blue. Hex color #894BCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #894BCE is #76B431. Grayscale: #6C6C6C. Windows color (decimal): -7779378 or 13519753. OLE color: 13519753.
HSL color Cylindrical-coordinate representation of color #894BCE: hue angle of 268.4º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #894BCE is Cyan = 0.33, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 137 | 75 | 206 | - |
| CMYK | 0.33 | 0.64 | 0 | 0.19 |
| HSL | 268.4º | 0.57% | 0.55% | - |
| HSV(B) | 268.4º | 0.64% | 0.81% | - |
| XYZ | 23.97 | 14.81 | 59.99 | - |
| YUV | 108.47 | 183.04 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 75 | 206 | 0.33 | 0.64 | 0 | 0.19 | 268.4 | 0.57 | 0.55 |
| Hex | 89 | 4B | CE | 21 | 40 | 0 | 13 | 10C | 39 | 37 |
| Octal | 211 | 113 | 316 | 41 | 100 | 0 | 23 | 414 | 71 | 67 |
| Binary | 10001001 | 1001011 | 11001110 | 100001 | 1000000 | 0 | 10011 | 100001100 | 111001 | 110111 |
Color Harmonies of #894BCE
Complementary color
Monochromatic Colors of #894BCE
Black with #894BCE
Text Example
Text Example
White with #894BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894BCE; }
p { color: rgb(137,75,206); }
H1.HeaderClassName
{
color: #894BCE;
}
.AnyTagClassName
{
color: #894BCE;
}
</style>
background-color css
<style>
a { background-color: #894BCE; }
a { background-color: rgb(137,75,206); }
div.DivClassName
{
background-color: #894BCE;
}
.BgClassName
{
background-color: #894BCE;
}
</style>
border-color css
<style>
span { border-color: #894BCE; }
span { border-color: rgb(137,75,206); }
td.TdClassName
{
border-color: #894BCE;
}
.TagClassName
{
border-color: #894BCE;
}
</style>