Shades of Deep Lilac #8742BC
Tints of Deep Lilac #8742BC
RGB
CMYK
RGB Variations
Color information
#8742BC (or 0x8742BC) is known color: Deep Lilac. HEX triplet: 87, 42 and BC. RGB value is (135,66,188). Sum of RGB (Red+Green+Blue) = 135+66+188=389 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.70% from 389); Green value is 66 (26.17% from 255 or 16.97% from 389); Blue value is 188 (73.83% from 255 or 48.33% from 389); Max value from RGB is 188 - color contains mainly: blue. Hex color #8742BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8742BC is #78BD43. Grayscale: #646464. Windows color (decimal): -7912772 or 12337799. OLE color: 12337799.
HSL color Cylindrical-coordinate representation of color #8742BC: hue angle of 273.93º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8742BC is Cyan = 0.28, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 135 | 66 | 188 | - |
| CMYK | 0.28 | 0.65 | 0 | 0.26 |
| HSL | 273.93º | 0.48% | 0.5% | - |
| HSV(B) | 273.93º | 0.65% | 0.74% | - |
| XYZ | 21.02 | 12.68 | 48.92 | - |
| YUV | 100.54 | 177.36 | 152.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 66 | 188 | 0.28 | 0.65 | 0 | 0.26 | 273.93 | 0.48 | 0.5 |
| Hex | 87 | 42 | BC | 1C | 41 | 0 | 1A | 112 | 30 | 32 |
| Octal | 207 | 102 | 274 | 34 | 101 | 0 | 32 | 422 | 60 | 62 |
| Binary | 10000111 | 1000010 | 10111100 | 11100 | 1000001 | 0 | 11010 | 100010010 | 110000 | 110010 |
Color Harmonies of #8742BC
Complementary color
Monochromatic Colors of #8742BC
Black with #8742BC
Text Example
Text Example
White with #8742BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8742BC; }
p { color: rgb(135,66,188); }
H1.HeaderClassName
{
color: #8742BC;
}
.AnyTagClassName
{
color: #8742BC;
}
</style>
background-color css
<style>
a { background-color: #8742BC; }
a { background-color: rgb(135,66,188); }
div.DivClassName
{
background-color: #8742BC;
}
.BgClassName
{
background-color: #8742BC;
}
</style>
border-color css
<style>
span { border-color: #8742BC; }
span { border-color: rgb(135,66,188); }
td.TdClassName
{
border-color: #8742BC;
}
.TagClassName
{
border-color: #8742BC;
}
</style>