Shades of Deep Lilac #8642BB
Tints of Deep Lilac #8642BB
RGB
CMYK
RGB Variations
Color information
#8642BB (or 0x8642BB) is known color: Deep Lilac. HEX triplet: 86, 42 and BB. RGB value is (134,66,187). Sum of RGB (Red+Green+Blue) = 134+66+187=387 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.63% from 387); Green value is 66 (26.17% from 255 or 17.05% from 387); Blue value is 187 (73.44% from 255 or 48.32% from 387); Max value from RGB is 187 - color contains mainly: blue. Hex color #8642BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8642BB is #79BD44. Grayscale: #636363. Windows color (decimal): -7978309 or 12272262. OLE color: 12272262.
HSL color Cylindrical-coordinate representation of color #8642BB: hue angle of 273.72º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8642BB is Cyan = 0.28, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 134 | 66 | 187 | - |
| CMYK | 0.28 | 0.65 | 0 | 0.27 |
| HSL | 273.72º | 0.48% | 0.5% | - |
| HSV(B) | 273.72º | 0.65% | 0.73% | - |
| XYZ | 20.75 | 12.55 | 48.34 | - |
| YUV | 100.13 | 177.03 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 66 | 187 | 0.28 | 0.65 | 0 | 0.27 | 273.72 | 0.48 | 0.5 |
| Hex | 86 | 42 | BB | 1C | 41 | 0 | 1B | 112 | 30 | 32 |
| Octal | 206 | 102 | 273 | 34 | 101 | 0 | 33 | 422 | 60 | 62 |
| Binary | 10000110 | 1000010 | 10111011 | 11100 | 1000001 | 0 | 11011 | 100010010 | 110000 | 110010 |
Color Harmonies of #8642BB
Complementary color
Monochromatic Colors of #8642BB
Black with #8642BB
Text Example
Text Example
White with #8642BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8642BB; }
p { color: rgb(134,66,187); }
H1.HeaderClassName
{
color: #8642BB;
}
.AnyTagClassName
{
color: #8642BB;
}
</style>
background-color css
<style>
a { background-color: #8642BB; }
a { background-color: rgb(134,66,187); }
div.DivClassName
{
background-color: #8642BB;
}
.BgClassName
{
background-color: #8642BB;
}
</style>
border-color css
<style>
span { border-color: #8642BB; }
span { border-color: rgb(134,66,187); }
td.TdClassName
{
border-color: #8642BB;
}
.TagClassName
{
border-color: #8642BB;
}
</style>