Shades of Deep Lilac #8840BC
Tints of Deep Lilac #8840BC
RGB
CMYK
RGB Variations
Color information
#8840BC (or 0x8840BC) is known color: Deep Lilac. HEX triplet: 88, 40 and BC. RGB value is (136,64,188). Sum of RGB (Red+Green+Blue) = 136+64+188=388 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.05% from 388); Green value is 64 (25.39% from 255 or 16.49% 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 #8840BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8840BC is #77BF43. Grayscale: #636363. Windows color (decimal): -7847748 or 12337288. OLE color: 12337288.
HSL color Cylindrical-coordinate representation of color #8840BC: hue angle of 274.84º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8840BC is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 136 | 64 | 188 | - |
| CMYK | 0.28 | 0.66 | 0 | 0.26 |
| HSL | 274.84º | 0.49% | 0.49% | - |
| HSV(B) | 274.84º | 0.66% | 0.74% | - |
| XYZ | 21.06 | 12.53 | 48.89 | - |
| YUV | 99.66 | 177.85 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 64 | 188 | 0.28 | 0.66 | 0 | 0.26 | 274.84 | 0.49 | 0.49 |
| Hex | 88 | 40 | BC | 1C | 42 | 0 | 1A | 113 | 31 | 31 |
| Octal | 210 | 100 | 274 | 34 | 102 | 0 | 32 | 423 | 61 | 61 |
| Binary | 10001000 | 1000000 | 10111100 | 11100 | 1000010 | 0 | 11010 | 100010011 | 110001 | 110001 |
Color Harmonies of #8840BC
Complementary color
Monochromatic Colors of #8840BC
Black with #8840BC
Text Example
Text Example
White with #8840BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8840BC; }
p { color: rgb(136,64,188); }
H1.HeaderClassName
{
color: #8840BC;
}
.AnyTagClassName
{
color: #8840BC;
}
</style>
background-color css
<style>
a { background-color: #8840BC; }
a { background-color: rgb(136,64,188); }
div.DivClassName
{
background-color: #8840BC;
}
.BgClassName
{
background-color: #8840BC;
}
</style>
border-color css
<style>
span { border-color: #8840BC; }
span { border-color: rgb(136,64,188); }
td.TdClassName
{
border-color: #8840BC;
}
.TagClassName
{
border-color: #8840BC;
}
</style>