Shades of Deep Lilac #8740BB
Tints of Deep Lilac #8740BB
RGB
CMYK
RGB Variations
Color information
#8740BB (or 0x8740BB) is known color: Deep Lilac. HEX triplet: 87, 40 and BB. RGB value is (135,64,187). Sum of RGB (Red+Green+Blue) = 135+64+187=386 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.97% from 386); Green value is 64 (25.39% from 255 or 16.58% from 386); Blue value is 187 (73.44% from 255 or 48.45% from 386); Max value from RGB is 187 - color contains mainly: blue. Hex color #8740BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8740BB is #78BF44. Grayscale: #626262. Windows color (decimal): -7913285 or 12271751. OLE color: 12271751.
HSL color Cylindrical-coordinate representation of color #8740BB: hue angle of 274.63º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8740BB is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 135 | 64 | 187 | - |
| CMYK | 0.28 | 0.66 | 0 | 0.27 |
| HSL | 274.63º | 0.49% | 0.49% | - |
| HSV(B) | 274.63º | 0.66% | 0.73% | - |
| XYZ | 20.79 | 12.41 | 48.31 | - |
| YUV | 99.25 | 177.52 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 64 | 187 | 0.28 | 0.66 | 0 | 0.27 | 274.63 | 0.49 | 0.49 |
| Hex | 87 | 40 | BB | 1C | 42 | 0 | 1B | 113 | 31 | 31 |
| Octal | 207 | 100 | 273 | 34 | 102 | 0 | 33 | 423 | 61 | 61 |
| Binary | 10000111 | 1000000 | 10111011 | 11100 | 1000010 | 0 | 11011 | 100010011 | 110001 | 110001 |
Color Harmonies of #8740BB
Complementary color
Monochromatic Colors of #8740BB
Black with #8740BB
Text Example
Text Example
White with #8740BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8740BB; }
p { color: rgb(135,64,187); }
H1.HeaderClassName
{
color: #8740BB;
}
.AnyTagClassName
{
color: #8740BB;
}
</style>
background-color css
<style>
a { background-color: #8740BB; }
a { background-color: rgb(135,64,187); }
div.DivClassName
{
background-color: #8740BB;
}
.BgClassName
{
background-color: #8740BB;
}
</style>
border-color css
<style>
span { border-color: #8740BB; }
span { border-color: rgb(135,64,187); }
td.TdClassName
{
border-color: #8740BB;
}
.TagClassName
{
border-color: #8740BB;
}
</style>