Shades of Deep Lilac #8644B7
Tints of Deep Lilac #8644B7
RGB
CMYK
RGB Variations
Color information
#8644B7 (or 0x8644B7) is known color: Deep Lilac. HEX triplet: 86, 44 and B7. RGB value is (134,68,183). Sum of RGB (Red+Green+Blue) = 134+68+183=385 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.81% from 385); Green value is 68 (26.95% from 255 or 17.66% from 385); Blue value is 183 (71.88% from 255 or 47.53% from 385); Max value from RGB is 183 - color contains mainly: blue. Hex color #8644B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8644B7 is #79BB48. Grayscale: #646464. Windows color (decimal): -7977801 or 12010630. OLE color: 12010630.
HSL color Cylindrical-coordinate representation of color #8644B7: hue angle of 274.43º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8644B7 is Cyan = 0.27, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 134 | 68 | 183 | - |
| CMYK | 0.27 | 0.63 | 0 | 0.28 |
| HSL | 274.43º | 0.46% | 0.49% | - |
| HSV(B) | 274.43º | 0.63% | 0.72% | - |
| XYZ | 20.45 | 12.62 | 46.16 | - |
| YUV | 100.84 | 174.37 | 151.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 68 | 183 | 0.27 | 0.63 | 0 | 0.28 | 274.43 | 0.46 | 0.49 |
| Hex | 86 | 44 | B7 | 1B | 3F | 0 | 1C | 112 | 2E | 31 |
| Octal | 206 | 104 | 267 | 33 | 77 | 0 | 34 | 422 | 56 | 61 |
| Binary | 10000110 | 1000100 | 10110111 | 11011 | 111111 | 0 | 11100 | 100010010 | 101110 | 110001 |
Color Harmonies of #8644B7
Complementary color
Monochromatic Colors of #8644B7
Black with #8644B7
Text Example
Text Example
White with #8644B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8644B7; }
p { color: rgb(134,68,183); }
H1.HeaderClassName
{
color: #8644B7;
}
.AnyTagClassName
{
color: #8644B7;
}
</style>
background-color css
<style>
a { background-color: #8644B7; }
a { background-color: rgb(134,68,183); }
div.DivClassName
{
background-color: #8644B7;
}
.BgClassName
{
background-color: #8644B7;
}
</style>
border-color css
<style>
span { border-color: #8644B7; }
span { border-color: rgb(134,68,183); }
td.TdClassName
{
border-color: #8644B7;
}
.TagClassName
{
border-color: #8644B7;
}
</style>