Shades of Deep Lilac #8749AB
Tints of Deep Lilac #8749AB
RGB
CMYK
RGB Variations
Color information
#8749AB (or 0x8749AB) is known color: Deep Lilac. HEX triplet: 87, 49 and AB. RGB value is (135,73,171). Sum of RGB (Red+Green+Blue) = 135+73+171=379 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.62% from 379); Green value is 73 (28.91% from 255 or 19.26% from 379); Blue value is 171 (67.19% from 255 or 45.12% from 379); Max value from RGB is 171 - color contains mainly: blue. Hex color #8749AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8749AB is #78B654. Grayscale: #666666. Windows color (decimal): -7910997 or 11225479. OLE color: 11225479.
HSL color Cylindrical-coordinate representation of color #8749AB: hue angle of 277.96º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8749AB is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 135 | 73 | 171 | - |
| CMYK | 0.21 | 0.57 | 0 | 0.33 |
| HSL | 277.96º | 0.4% | 0.48% | - |
| HSV(B) | 277.96º | 0.57% | 0.67% | - |
| XYZ | 19.72 | 12.86 | 39.97 | - |
| YUV | 102.71 | 166.54 | 151.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 73 | 171 | 0.21 | 0.57 | 0 | 0.33 | 277.96 | 0.4 | 0.48 |
| Hex | 87 | 49 | AB | 15 | 39 | 0 | 21 | 116 | 28 | 30 |
| Octal | 207 | 111 | 253 | 25 | 71 | 0 | 41 | 426 | 50 | 60 |
| Binary | 10000111 | 1001001 | 10101011 | 10101 | 111001 | 0 | 100001 | 100010110 | 101000 | 110000 |
Color Harmonies of #8749AB
Complementary color
Monochromatic Colors of #8749AB
Black with #8749AB
Text Example
Text Example
White with #8749AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8749AB; }
p { color: rgb(135,73,171); }
H1.HeaderClassName
{
color: #8749AB;
}
.AnyTagClassName
{
color: #8749AB;
}
</style>
background-color css
<style>
a { background-color: #8749AB; }
a { background-color: rgb(135,73,171); }
div.DivClassName
{
background-color: #8749AB;
}
.BgClassName
{
background-color: #8749AB;
}
</style>
border-color css
<style>
span { border-color: #8749AB; }
span { border-color: rgb(135,73,171); }
td.TdClassName
{
border-color: #8749AB;
}
.TagClassName
{
border-color: #8749AB;
}
</style>