Shades of Deep Lilac #8648BA
Tints of Deep Lilac #8648BA
RGB
CMYK
RGB Variations
Color information
#8648BA (or 0x8648BA) is known color: Deep Lilac. HEX triplet: 86, 48 and BA. RGB value is (134,72,186). Sum of RGB (Red+Green+Blue) = 134+72+186=392 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.18% from 392); Green value is 72 (28.52% from 255 or 18.37% from 392); Blue value is 186 (73.05% from 255 or 47.45% from 392); Max value from RGB is 186 - color contains mainly: blue. Hex color #8648BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8648BA is #79B745. Grayscale: #676767. Windows color (decimal): -7976774 or 12208262. OLE color: 12208262.
HSL color Cylindrical-coordinate representation of color #8648BA: hue angle of 272.63º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8648BA is Cyan = 0.28, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 134 | 72 | 186 | - |
| CMYK | 0.28 | 0.61 | 0 | 0.27 |
| HSL | 272.63º | 0.45% | 0.51% | - |
| HSV(B) | 272.63º | 0.61% | 0.73% | - |
| XYZ | 21.01 | 13.25 | 47.9 | - |
| YUV | 103.53 | 174.54 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 72 | 186 | 0.28 | 0.61 | 0 | 0.27 | 272.63 | 0.45 | 0.51 |
| Hex | 86 | 48 | BA | 1C | 3D | 0 | 1B | 111 | 2D | 33 |
| Octal | 206 | 110 | 272 | 34 | 75 | 0 | 33 | 421 | 55 | 63 |
| Binary | 10000110 | 1001000 | 10111010 | 11100 | 111101 | 0 | 11011 | 100010001 | 101101 | 110011 |
Color Harmonies of #8648BA
Complementary color
Monochromatic Colors of #8648BA
Black with #8648BA
Text Example
Text Example
White with #8648BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8648BA; }
p { color: rgb(134,72,186); }
H1.HeaderClassName
{
color: #8648BA;
}
.AnyTagClassName
{
color: #8648BA;
}
</style>
background-color css
<style>
a { background-color: #8648BA; }
a { background-color: rgb(134,72,186); }
div.DivClassName
{
background-color: #8648BA;
}
.BgClassName
{
background-color: #8648BA;
}
</style>
border-color css
<style>
span { border-color: #8648BA; }
span { border-color: rgb(134,72,186); }
td.TdClassName
{
border-color: #8648BA;
}
.TagClassName
{
border-color: #8648BA;
}
</style>