Shades of Deep Lilac #8644BD
Tints of Deep Lilac #8644BD
RGB
CMYK
RGB Variations
Color information
#8644BD (or 0x8644BD) is known color: Deep Lilac. HEX triplet: 86, 44 and BD. RGB value is (134,68,189). Sum of RGB (Red+Green+Blue) = 134+68+189=391 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.27% from 391); Green value is 68 (26.95% from 255 or 17.39% from 391); Blue value is 189 (74.22% from 255 or 48.34% from 391); Max value from RGB is 189 - color contains mainly: blue. Hex color #8644BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8644BD is #79BB42. Grayscale: #656565. Windows color (decimal): -7977795 or 12403846. OLE color: 12403846.
HSL color Cylindrical-coordinate representation of color #8644BD: hue angle of 272.73º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8644BD is Cyan = 0.29, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 134 | 68 | 189 | - |
| CMYK | 0.29 | 0.64 | 0 | 0.26 |
| HSL | 272.73º | 0.48% | 0.5% | - |
| HSV(B) | 272.73º | 0.64% | 0.74% | - |
| XYZ | 21.08 | 12.88 | 49.52 | - |
| YUV | 101.53 | 177.37 | 151.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 68 | 189 | 0.29 | 0.64 | 0 | 0.26 | 272.73 | 0.48 | 0.5 |
| Hex | 86 | 44 | BD | 1D | 40 | 0 | 1A | 111 | 30 | 32 |
| Octal | 206 | 104 | 275 | 35 | 100 | 0 | 32 | 421 | 60 | 62 |
| Binary | 10000110 | 1000100 | 10111101 | 11101 | 1000000 | 0 | 11010 | 100010001 | 110000 | 110010 |
Color Harmonies of #8644BD
Complementary color
Monochromatic Colors of #8644BD
Black with #8644BD
Text Example
Text Example
White with #8644BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8644BD; }
p { color: rgb(134,68,189); }
H1.HeaderClassName
{
color: #8644BD;
}
.AnyTagClassName
{
color: #8644BD;
}
</style>
background-color css
<style>
a { background-color: #8644BD; }
a { background-color: rgb(134,68,189); }
div.DivClassName
{
background-color: #8644BD;
}
.BgClassName
{
background-color: #8644BD;
}
</style>
border-color css
<style>
span { border-color: #8644BD; }
span { border-color: rgb(134,68,189); }
td.TdClassName
{
border-color: #8644BD;
}
.TagClassName
{
border-color: #8644BD;
}
</style>