Shades of Deep Lilac #8942BC
Tints of Deep Lilac #8942BC
RGB
CMYK
RGB Variations
Color information
#8942BC (or 0x8942BC) is known color: Deep Lilac. HEX triplet: 89, 42 and BC. RGB value is (137,66,188). Sum of RGB (Red+Green+Blue) = 137+66+188=391 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.04% from 391); Green value is 66 (26.17% from 255 or 16.88% from 391); Blue value is 188 (73.83% from 255 or 48.08% from 391); Max value from RGB is 188 - color contains mainly: blue. Hex color #8942BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8942BC is #76BD43. Grayscale: #646464. Windows color (decimal): -7781700 or 12337801. OLE color: 12337801.
HSL color Cylindrical-coordinate representation of color #8942BC: hue angle of 274.92º 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 #8942BC is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 137 | 66 | 188 | - |
| CMYK | 0.27 | 0.65 | 0 | 0.26 |
| HSL | 274.92º | 0.48% | 0.5% | - |
| HSV(B) | 274.92º | 0.65% | 0.74% | - |
| XYZ | 21.34 | 12.85 | 48.93 | - |
| YUV | 101.14 | 177.02 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 66 | 188 | 0.27 | 0.65 | 0 | 0.26 | 274.92 | 0.48 | 0.5 |
| Hex | 89 | 42 | BC | 1B | 41 | 0 | 1A | 113 | 30 | 32 |
| Octal | 211 | 102 | 274 | 33 | 101 | 0 | 32 | 423 | 60 | 62 |
| Binary | 10001001 | 1000010 | 10111100 | 11011 | 1000001 | 0 | 11010 | 100010011 | 110000 | 110010 |
Color Harmonies of #8942BC
Complementary color
Monochromatic Colors of #8942BC
Black with #8942BC
Text Example
Text Example
White with #8942BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8942BC; }
p { color: rgb(137,66,188); }
H1.HeaderClassName
{
color: #8942BC;
}
.AnyTagClassName
{
color: #8942BC;
}
</style>
background-color css
<style>
a { background-color: #8942BC; }
a { background-color: rgb(137,66,188); }
div.DivClassName
{
background-color: #8942BC;
}
.BgClassName
{
background-color: #8942BC;
}
</style>
border-color css
<style>
span { border-color: #8942BC; }
span { border-color: rgb(137,66,188); }
td.TdClassName
{
border-color: #8942BC;
}
.TagClassName
{
border-color: #8942BC;
}
</style>