Shades of Deep Lilac #8643BA
Tints of Deep Lilac #8643BA
RGB
CMYK
RGB Variations
Color information
#8643BA (or 0x8643BA) is known color: Deep Lilac. HEX triplet: 86, 43 and BA. RGB value is (134,67,186). Sum of RGB (Red+Green+Blue) = 134+67+186=387 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.63% from 387); Green value is 67 (26.56% from 255 or 17.31% from 387); Blue value is 186 (73.05% from 255 or 48.06% from 387); Max value from RGB is 186 - color contains mainly: blue. Hex color #8643BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8643BA is #79BC45. Grayscale: #646464. Windows color (decimal): -7978054 or 12206982. OLE color: 12206982.
HSL color Cylindrical-coordinate representation of color #8643BA: hue angle of 273.78º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8643BA is Cyan = 0.28, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 134 | 67 | 186 | - |
| CMYK | 0.28 | 0.64 | 0 | 0.27 |
| HSL | 273.78º | 0.47% | 0.5% | - |
| HSV(B) | 273.78º | 0.64% | 0.73% | - |
| XYZ | 20.7 | 12.63 | 47.8 | - |
| YUV | 100.6 | 176.2 | 151.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 67 | 186 | 0.28 | 0.64 | 0 | 0.27 | 273.78 | 0.47 | 0.5 |
| Hex | 86 | 43 | BA | 1C | 40 | 0 | 1B | 112 | 2F | 32 |
| Octal | 206 | 103 | 272 | 34 | 100 | 0 | 33 | 422 | 57 | 62 |
| Binary | 10000110 | 1000011 | 10111010 | 11100 | 1000000 | 0 | 11011 | 100010010 | 101111 | 110010 |
Color Harmonies of #8643BA
Complementary color
Monochromatic Colors of #8643BA
Black with #8643BA
Text Example
Text Example
White with #8643BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8643BA; }
p { color: rgb(134,67,186); }
H1.HeaderClassName
{
color: #8643BA;
}
.AnyTagClassName
{
color: #8643BA;
}
</style>
background-color css
<style>
a { background-color: #8643BA; }
a { background-color: rgb(134,67,186); }
div.DivClassName
{
background-color: #8643BA;
}
.BgClassName
{
background-color: #8643BA;
}
</style>
border-color css
<style>
span { border-color: #8643BA; }
span { border-color: rgb(134,67,186); }
td.TdClassName
{
border-color: #8643BA;
}
.TagClassName
{
border-color: #8643BA;
}
</style>