Shades of Deep Lilac #8644B4
Tints of Deep Lilac #8644B4
RGB
CMYK
RGB Variations
Color information
#8644B4 (or 0x8644B4) is known color: Deep Lilac. HEX triplet: 86, 44 and B4. RGB value is (134,68,180). Sum of RGB (Red+Green+Blue) = 134+68+180=382 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.08% from 382); Green value is 68 (26.95% from 255 or 17.80% from 382); Blue value is 180 (70.70% from 255 or 47.12% from 382); Max value from RGB is 180 - color contains mainly: blue. Hex color #8644B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8644B4 is #79BB4B. Grayscale: #646464. Windows color (decimal): -7977804 or 11814022. OLE color: 11814022.
HSL color Cylindrical-coordinate representation of color #8644B4: hue angle of 275.36º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8644B4 is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 134 | 68 | 180 | - |
| CMYK | 0.26 | 0.62 | 0 | 0.29 |
| HSL | 275.36º | 0.45% | 0.49% | - |
| HSV(B) | 275.36º | 0.62% | 0.71% | - |
| XYZ | 20.14 | 12.5 | 44.53 | - |
| YUV | 100.5 | 172.87 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 68 | 180 | 0.26 | 0.62 | 0 | 0.29 | 275.36 | 0.45 | 0.49 |
| Hex | 86 | 44 | B4 | 1A | 3E | 0 | 1D | 113 | 2D | 31 |
| Octal | 206 | 104 | 264 | 32 | 76 | 0 | 35 | 423 | 55 | 61 |
| Binary | 10000110 | 1000100 | 10110100 | 11010 | 111110 | 0 | 11101 | 100010011 | 101101 | 110001 |
Color Harmonies of #8644B4
Complementary color
Monochromatic Colors of #8644B4
Black with #8644B4
Text Example
Text Example
White with #8644B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8644B4; }
p { color: rgb(134,68,180); }
H1.HeaderClassName
{
color: #8644B4;
}
.AnyTagClassName
{
color: #8644B4;
}
</style>
background-color css
<style>
a { background-color: #8644B4; }
a { background-color: rgb(134,68,180); }
div.DivClassName
{
background-color: #8644B4;
}
.BgClassName
{
background-color: #8644B4;
}
</style>
border-color css
<style>
span { border-color: #8644B4; }
span { border-color: rgb(134,68,180); }
td.TdClassName
{
border-color: #8644B4;
}
.TagClassName
{
border-color: #8644B4;
}
</style>