Shades of Deep Lilac #8642BA
Tints of Deep Lilac #8642BA
RGB
CMYK
RGB Variations
Color information
#8642BA (or 0x8642BA) is known color: Deep Lilac. HEX triplet: 86, 42 and BA. RGB value is (134,66,186). Sum of RGB (Red+Green+Blue) = 134+66+186=386 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.72% from 386); Green value is 66 (26.17% from 255 or 17.10% 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 #8642BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8642BA is #79BD45. Grayscale: #636363. Windows color (decimal): -7978310 or 12206726. OLE color: 12206726.
HSL color Cylindrical-coordinate representation of color #8642BA: hue angle of 274º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8642BA is Cyan = 0.28, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 134 | 66 | 186 | - |
| CMYK | 0.28 | 0.65 | 0 | 0.27 |
| HSL | 274º | 0.48% | 0.49% | - |
| HSV(B) | 274º | 0.65% | 0.73% | - |
| XYZ | 20.64 | 12.51 | 47.78 | - |
| YUV | 100.01 | 176.53 | 152.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 66 | 186 | 0.28 | 0.65 | 0 | 0.27 | 274 | 0.48 | 0.49 |
| Hex | 86 | 42 | BA | 1C | 41 | 0 | 1B | 112 | 30 | 31 |
| Octal | 206 | 102 | 272 | 34 | 101 | 0 | 33 | 422 | 60 | 61 |
| Binary | 10000110 | 1000010 | 10111010 | 11100 | 1000001 | 0 | 11011 | 100010010 | 110000 | 110001 |
Color Harmonies of #8642BA
Complementary color
Monochromatic Colors of #8642BA
Black with #8642BA
Text Example
Text Example
White with #8642BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8642BA; }
p { color: rgb(134,66,186); }
H1.HeaderClassName
{
color: #8642BA;
}
.AnyTagClassName
{
color: #8642BA;
}
</style>
background-color css
<style>
a { background-color: #8642BA; }
a { background-color: rgb(134,66,186); }
div.DivClassName
{
background-color: #8642BA;
}
.BgClassName
{
background-color: #8642BA;
}
</style>
border-color css
<style>
span { border-color: #8642BA; }
span { border-color: rgb(134,66,186); }
td.TdClassName
{
border-color: #8642BA;
}
.TagClassName
{
border-color: #8642BA;
}
</style>