Shades of Deep Lilac #8741BC
Tints of Deep Lilac #8741BC
RGB
CMYK
RGB Variations
Color information
#8741BC (or 0x8741BC) is known color: Deep Lilac. HEX triplet: 87, 41 and BC. RGB value is (135,65,188). Sum of RGB (Red+Green+Blue) = 135+65+188=388 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.79% from 388); Green value is 65 (25.78% from 255 or 16.75% from 388); Blue value is 188 (73.83% from 255 or 48.45% from 388); Max value from RGB is 188 - color contains mainly: blue. Hex color #8741BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8741BC is #78BE43. Grayscale: #636363. Windows color (decimal): -7913028 or 12337543. OLE color: 12337543.
HSL color Cylindrical-coordinate representation of color #8741BC: hue angle of 274.15º degrees, saturation: 0.49, 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 #8741BC is Cyan = 0.28, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 135 | 65 | 188 | - |
| CMYK | 0.28 | 0.65 | 0 | 0.26 |
| HSL | 274.15º | 0.49% | 0.5% | - |
| HSV(B) | 274.15º | 0.65% | 0.74% | - |
| XYZ | 20.96 | 12.56 | 48.9 | - |
| YUV | 99.95 | 177.69 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 65 | 188 | 0.28 | 0.65 | 0 | 0.26 | 274.15 | 0.49 | 0.5 |
| Hex | 87 | 41 | BC | 1C | 41 | 0 | 1A | 112 | 31 | 32 |
| Octal | 207 | 101 | 274 | 34 | 101 | 0 | 32 | 422 | 61 | 62 |
| Binary | 10000111 | 1000001 | 10111100 | 11100 | 1000001 | 0 | 11010 | 100010010 | 110001 | 110010 |
Color Harmonies of #8741BC
Complementary color
Monochromatic Colors of #8741BC
Black with #8741BC
Text Example
Text Example
White with #8741BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8741BC; }
p { color: rgb(135,65,188); }
H1.HeaderClassName
{
color: #8741BC;
}
.AnyTagClassName
{
color: #8741BC;
}
</style>
background-color css
<style>
a { background-color: #8741BC; }
a { background-color: rgb(135,65,188); }
div.DivClassName
{
background-color: #8741BC;
}
.BgClassName
{
background-color: #8741BC;
}
</style>
border-color css
<style>
span { border-color: #8741BC; }
span { border-color: rgb(135,65,188); }
td.TdClassName
{
border-color: #8741BC;
}
.TagClassName
{
border-color: #8741BC;
}
</style>