Shades of Deep Lilac #894BBC
Tints of Deep Lilac #894BBC
RGB
CMYK
RGB Variations
Color information
#894BBC (or 0x894BBC) is known color: Deep Lilac. HEX triplet: 89, 4B and BC. RGB value is (137,75,188). Sum of RGB (Red+Green+Blue) = 137+75+188=400 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.25% from 400); Green value is 75 (29.69% from 255 or 18.75% from 400); Blue value is 188 (73.83% from 255 or 47% from 400); Max value from RGB is 188 - color contains mainly: blue. Hex color #894BBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #894BBC is #76B443. Grayscale: #6A6A6A. Windows color (decimal): -7779396 or 12340105. OLE color: 12340105.
HSL color Cylindrical-coordinate representation of color #894BBC: hue angle of 272.92º 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 #894BBC is Cyan = 0.27, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 137 | 75 | 188 | - |
| CMYK | 0.27 | 0.60 | 0 | 0.26 |
| HSL | 272.92º | 0.46% | 0.52% | - |
| HSV(B) | 272.92º | 0.6% | 0.74% | - |
| XYZ | 21.91 | 13.98 | 49.12 | - |
| YUV | 106.42 | 174.04 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 75 | 188 | 0.27 | 0.60 | 0 | 0.26 | 272.92 | 0.46 | 0.52 |
| Hex | 89 | 4B | BC | 1B | 3C | 0 | 1A | 111 | 2E | 34 |
| Octal | 211 | 113 | 274 | 33 | 74 | 0 | 32 | 421 | 56 | 64 |
| Binary | 10001001 | 1001011 | 10111100 | 11011 | 111100 | 0 | 11010 | 100010001 | 101110 | 110100 |
Color Harmonies of #894BBC
Complementary color
Monochromatic Colors of #894BBC
Black with #894BBC
Text Example
Text Example
White with #894BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894BBC; }
p { color: rgb(137,75,188); }
H1.HeaderClassName
{
color: #894BBC;
}
.AnyTagClassName
{
color: #894BBC;
}
</style>
background-color css
<style>
a { background-color: #894BBC; }
a { background-color: rgb(137,75,188); }
div.DivClassName
{
background-color: #894BBC;
}
.BgClassName
{
background-color: #894BBC;
}
</style>
border-color css
<style>
span { border-color: #894BBC; }
span { border-color: rgb(137,75,188); }
td.TdClassName
{
border-color: #894BBC;
}
.TagClassName
{
border-color: #894BBC;
}
</style>