Shades of Deep Lilac #8742BD
Tints of Deep Lilac #8742BD
RGB
CMYK
RGB Variations
Color information
#8742BD (or 0x8742BD) is known color: Deep Lilac. HEX triplet: 87, 42 and BD. RGB value is (135,66,189). Sum of RGB (Red+Green+Blue) = 135+66+189=390 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.62% from 390); Green value is 66 (26.17% from 255 or 16.92% from 390); Blue value is 189 (74.22% from 255 or 48.46% from 390); Max value from RGB is 189 - color contains mainly: blue. Hex color #8742BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8742BD is #78BD42. Grayscale: #646464. Windows color (decimal): -7912771 or 12403335. OLE color: 12403335.
HSL color Cylindrical-coordinate representation of color #8742BD: hue angle of 273.66º 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 #8742BD is Cyan = 0.29, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 135 | 66 | 189 | - |
| CMYK | 0.29 | 0.65 | 0 | 0.26 |
| HSL | 273.66º | 0.48% | 0.5% | - |
| HSV(B) | 273.66º | 0.65% | 0.74% | - |
| XYZ | 21.13 | 12.72 | 49.49 | - |
| YUV | 100.65 | 177.86 | 152.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 66 | 189 | 0.29 | 0.65 | 0 | 0.26 | 273.66 | 0.48 | 0.5 |
| Hex | 87 | 42 | BD | 1D | 41 | 0 | 1A | 112 | 30 | 32 |
| Octal | 207 | 102 | 275 | 35 | 101 | 0 | 32 | 422 | 60 | 62 |
| Binary | 10000111 | 1000010 | 10111101 | 11101 | 1000001 | 0 | 11010 | 100010010 | 110000 | 110010 |
Color Harmonies of #8742BD
Complementary color
Monochromatic Colors of #8742BD
Black with #8742BD
Text Example
Text Example
White with #8742BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8742BD; }
p { color: rgb(135,66,189); }
H1.HeaderClassName
{
color: #8742BD;
}
.AnyTagClassName
{
color: #8742BD;
}
</style>
background-color css
<style>
a { background-color: #8742BD; }
a { background-color: rgb(135,66,189); }
div.DivClassName
{
background-color: #8742BD;
}
.BgClassName
{
background-color: #8742BD;
}
</style>
border-color css
<style>
span { border-color: #8742BD; }
span { border-color: rgb(135,66,189); }
td.TdClassName
{
border-color: #8742BD;
}
.TagClassName
{
border-color: #8742BD;
}
</style>