Shades of Deep Lilac #8841BC
Tints of Deep Lilac #8841BC
RGB
CMYK
RGB Variations
Color information
#8841BC (or 0x8841BC) is known color: Deep Lilac. HEX triplet: 88, 41 and BC. RGB value is (136,65,188). Sum of RGB (Red+Green+Blue) = 136+65+188=389 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.96% from 389); Green value is 65 (25.78% from 255 or 16.71% from 389); Blue value is 188 (73.83% from 255 or 48.33% from 389); Max value from RGB is 188 - color contains mainly: blue. Hex color #8841BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8841BC is #77BE43. Grayscale: #636363. Windows color (decimal): -7847492 or 12337544. OLE color: 12337544.
HSL color Cylindrical-coordinate representation of color #8841BC: hue angle of 274.63º 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 #8841BC is Cyan = 0.28, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 136 | 65 | 188 | - |
| CMYK | 0.28 | 0.65 | 0 | 0.26 |
| HSL | 274.63º | 0.49% | 0.5% | - |
| HSV(B) | 274.63º | 0.65% | 0.74% | - |
| XYZ | 21.12 | 12.65 | 48.9 | - |
| YUV | 100.25 | 177.52 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 65 | 188 | 0.28 | 0.65 | 0 | 0.26 | 274.63 | 0.49 | 0.5 |
| Hex | 88 | 41 | BC | 1C | 41 | 0 | 1A | 113 | 31 | 32 |
| Octal | 210 | 101 | 274 | 34 | 101 | 0 | 32 | 423 | 61 | 62 |
| Binary | 10001000 | 1000001 | 10111100 | 11100 | 1000001 | 0 | 11010 | 100010011 | 110001 | 110010 |
Color Harmonies of #8841BC
Complementary color
Monochromatic Colors of #8841BC
Black with #8841BC
Text Example
Text Example
White with #8841BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8841BC; }
p { color: rgb(136,65,188); }
H1.HeaderClassName
{
color: #8841BC;
}
.AnyTagClassName
{
color: #8841BC;
}
</style>
background-color css
<style>
a { background-color: #8841BC; }
a { background-color: rgb(136,65,188); }
div.DivClassName
{
background-color: #8841BC;
}
.BgClassName
{
background-color: #8841BC;
}
</style>
border-color css
<style>
span { border-color: #8841BC; }
span { border-color: rgb(136,65,188); }
td.TdClassName
{
border-color: #8841BC;
}
.TagClassName
{
border-color: #8841BC;
}
</style>