Shades of Deep Lilac #8749B7
Tints of Deep Lilac #8749B7
RGB
CMYK
RGB Variations
Color information
#8749B7 (or 0x8749B7) is known color: Deep Lilac. HEX triplet: 87, 49 and B7. RGB value is (135,73,183). Sum of RGB (Red+Green+Blue) = 135+73+183=391 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.53% from 391); Green value is 73 (28.91% from 255 or 18.67% from 391); Blue value is 183 (71.88% from 255 or 46.80% from 391); Max value from RGB is 183 - color contains mainly: blue. Hex color #8749B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8749B7 is #78B648. Grayscale: #676767. Windows color (decimal): -7910985 or 12011911. OLE color: 12011911.
HSL color Cylindrical-coordinate representation of color #8749B7: hue angle of 273.82º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8749B7 is Cyan = 0.26, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 135 | 73 | 183 | - |
| CMYK | 0.26 | 0.60 | 0 | 0.28 |
| HSL | 273.82º | 0.43% | 0.5% | - |
| HSV(B) | 273.82º | 0.6% | 0.72% | - |
| XYZ | 20.92 | 13.33 | 46.27 | - |
| YUV | 104.08 | 172.54 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 73 | 183 | 0.26 | 0.60 | 0 | 0.28 | 273.82 | 0.43 | 0.5 |
| Hex | 87 | 49 | B7 | 1A | 3C | 0 | 1C | 112 | 2B | 32 |
| Octal | 207 | 111 | 267 | 32 | 74 | 0 | 34 | 422 | 53 | 62 |
| Binary | 10000111 | 1001001 | 10110111 | 11010 | 111100 | 0 | 11100 | 100010010 | 101011 | 110010 |
Color Harmonies of #8749B7
Complementary color
Monochromatic Colors of #8749B7
Black with #8749B7
Text Example
Text Example
White with #8749B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8749B7; }
p { color: rgb(135,73,183); }
H1.HeaderClassName
{
color: #8749B7;
}
.AnyTagClassName
{
color: #8749B7;
}
</style>
background-color css
<style>
a { background-color: #8749B7; }
a { background-color: rgb(135,73,183); }
div.DivClassName
{
background-color: #8749B7;
}
.BgClassName
{
background-color: #8749B7;
}
</style>
border-color css
<style>
span { border-color: #8749B7; }
span { border-color: rgb(135,73,183); }
td.TdClassName
{
border-color: #8749B7;
}
.TagClassName
{
border-color: #8749B7;
}
</style>