Shades of Deep Lilac #893BAF
Tints of Deep Lilac #893BAF
RGB
CMYK
RGB Variations
Color information
#893BAF (or 0x893BAF) is known color: Deep Lilac. HEX triplet: 89, 3B and AF. RGB value is (137,59,175). Sum of RGB (Red+Green+Blue) = 137+59+175=371 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.93% from 371); Green value is 59 (23.44% from 255 or 15.90% from 371); Blue value is 175 (68.75% from 255 or 47.17% from 371); Max value from RGB is 175 - color contains mainly: blue. Hex color #893BAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893BAF is #76C450. Grayscale: #5F5F5F. Windows color (decimal): -7783505 or 11484041. OLE color: 11484041.
HSL color Cylindrical-coordinate representation of color #893BAF: hue angle of 280.34º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #893BAF is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 137 | 59 | 175 | - |
| CMYK | 0.22 | 0.66 | 0 | 0.31 |
| HSL | 280.34º | 0.5% | 0.46% | - |
| HSV(B) | 280.34º | 0.66% | 0.69% | - |
| XYZ | 19.62 | 11.54 | 41.75 | - |
| YUV | 95.55 | 172.84 | 157.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 59 | 175 | 0.22 | 0.66 | 0 | 0.31 | 280.34 | 0.5 | 0.46 |
| Hex | 89 | 3B | AF | 16 | 42 | 0 | 1F | 118 | 32 | 2E |
| Octal | 211 | 73 | 257 | 26 | 102 | 0 | 37 | 430 | 62 | 56 |
| Binary | 10001001 | 111011 | 10101111 | 10110 | 1000010 | 0 | 11111 | 100011000 | 110010 | 101110 |
Color Harmonies of #893BAF
Complementary color
Monochromatic Colors of #893BAF
Black with #893BAF
Text Example
Text Example
White with #893BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893BAF; }
p { color: rgb(137,59,175); }
H1.HeaderClassName
{
color: #893BAF;
}
.AnyTagClassName
{
color: #893BAF;
}
</style>
background-color css
<style>
a { background-color: #893BAF; }
a { background-color: rgb(137,59,175); }
div.DivClassName
{
background-color: #893BAF;
}
.BgClassName
{
background-color: #893BAF;
}
</style>
border-color css
<style>
span { border-color: #893BAF; }
span { border-color: rgb(137,59,175); }
td.TdClassName
{
border-color: #893BAF;
}
.TagClassName
{
border-color: #893BAF;
}
</style>