Shades of Deep Lilac #8742B0
Tints of Deep Lilac #8742B0
RGB
CMYK
RGB Variations
Color information
#8742B0 (or 0x8742B0) is known color: Deep Lilac. HEX triplet: 87, 42 and B0. RGB value is (135,66,176). Sum of RGB (Red+Green+Blue) = 135+66+176=377 (49% of max value = 765). Red value is 135 (53.12% from 255 or 35.81% from 377); Green value is 66 (26.17% from 255 or 17.51% from 377); Blue value is 176 (69.14% from 255 or 46.68% from 377); Max value from RGB is 176 - color contains mainly: blue. Hex color #8742B0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8742B0 is #78BD4F. Grayscale: #626262. Windows color (decimal): -7912784 or 11551367. OLE color: 11551367.
HSL color Cylindrical-coordinate representation of color #8742B0: hue angle of 277.64º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8742B0 is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 135 | 66 | 176 | - |
| CMYK | 0.23 | 0.62 | 0 | 0.31 |
| HSL | 277.64º | 0.45% | 0.47% | - |
| HSV(B) | 277.64º | 0.63% | 0.69% | - |
| XYZ | 19.78 | 12.18 | 42.38 | - |
| YUV | 99.17 | 171.36 | 153.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 66 | 176 | 0.23 | 0.62 | 0 | 0.31 | 277.64 | 0.45 | 0.47 |
| Hex | 87 | 42 | B0 | 17 | 3E | 0 | 1F | 116 | 2D | 2F |
| Octal | 207 | 102 | 260 | 27 | 76 | 0 | 37 | 426 | 55 | 57 |
| Binary | 10000111 | 1000010 | 10110000 | 10111 | 111110 | 0 | 11111 | 100010110 | 101101 | 101111 |
Color Harmonies of #8742B0
Complementary color
Monochromatic Colors of #8742B0
Black with #8742B0
Text Example
Text Example
White with #8742B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8742B0; }
p { color: rgb(135,66,176); }
H1.HeaderClassName
{
color: #8742B0;
}
.AnyTagClassName
{
color: #8742B0;
}
</style>
background-color css
<style>
a { background-color: #8742B0; }
a { background-color: rgb(135,66,176); }
div.DivClassName
{
background-color: #8742B0;
}
.BgClassName
{
background-color: #8742B0;
}
</style>
border-color css
<style>
span { border-color: #8742B0; }
span { border-color: rgb(135,66,176); }
td.TdClassName
{
border-color: #8742B0;
}
.TagClassName
{
border-color: #8742B0;
}
</style>