Shades of Deep Lilac #8840BA
Tints of Deep Lilac #8840BA
RGB
CMYK
RGB Variations
Color information
#8840BA (or 0x8840BA) is known color: Deep Lilac. HEX triplet: 88, 40 and BA. RGB value is (136,64,186). Sum of RGB (Red+Green+Blue) = 136+64+186=386 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.23% from 386); Green value is 64 (25.39% from 255 or 16.58% from 386); Blue value is 186 (73.05% from 255 or 48.19% from 386); Max value from RGB is 186 - color contains mainly: blue. Hex color #8840BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8840BA is #77BF45. Grayscale: #636363. Windows color (decimal): -7847750 or 12206216. OLE color: 12206216.
HSL color Cylindrical-coordinate representation of color #8840BA: hue angle of 275.41º 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 #8840BA is Cyan = 0.27, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 136 | 64 | 186 | - |
| CMYK | 0.27 | 0.66 | 0 | 0.27 |
| HSL | 275.41º | 0.49% | 0.49% | - |
| HSV(B) | 275.41º | 0.66% | 0.73% | - |
| XYZ | 20.85 | 12.45 | 47.76 | - |
| YUV | 99.44 | 176.85 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 64 | 186 | 0.27 | 0.66 | 0 | 0.27 | 275.41 | 0.49 | 0.49 |
| Hex | 88 | 40 | BA | 1B | 42 | 0 | 1B | 113 | 31 | 31 |
| Octal | 210 | 100 | 272 | 33 | 102 | 0 | 33 | 423 | 61 | 61 |
| Binary | 10001000 | 1000000 | 10111010 | 11011 | 1000010 | 0 | 11011 | 100010011 | 110001 | 110001 |
Color Harmonies of #8840BA
Complementary color
Monochromatic Colors of #8840BA
Black with #8840BA
Text Example
Text Example
White with #8840BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8840BA; }
p { color: rgb(136,64,186); }
H1.HeaderClassName
{
color: #8840BA;
}
.AnyTagClassName
{
color: #8840BA;
}
</style>
background-color css
<style>
a { background-color: #8840BA; }
a { background-color: rgb(136,64,186); }
div.DivClassName
{
background-color: #8840BA;
}
.BgClassName
{
background-color: #8840BA;
}
</style>
border-color css
<style>
span { border-color: #8840BA; }
span { border-color: rgb(136,64,186); }
td.TdClassName
{
border-color: #8840BA;
}
.TagClassName
{
border-color: #8840BA;
}
</style>