Shades of Deep Lilac #8649CE
Tints of Deep Lilac #8649CE
RGB
CMYK
RGB Variations
Color information
#8649CE (or 0x8649CE) is known color: Deep Lilac. HEX triplet: 86, 49 and CE. RGB value is (134,73,206). Sum of RGB (Red+Green+Blue) = 134+73+206=413 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.45% from 413); Green value is 73 (28.91% from 255 or 17.68% from 413); Blue value is 206 (80.86% from 255 or 49.88% from 413); Max value from RGB is 206 - color contains mainly: blue. Hex color #8649CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8649CE is #79B631. Grayscale: #696969. Windows color (decimal): -7976498 or 13519238. OLE color: 13519238.
HSL color Cylindrical-coordinate representation of color #8649CE: hue angle of 267.52º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8649CE is Cyan = 0.35, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 134 | 73 | 206 | - |
| CMYK | 0.35 | 0.65 | 0 | 0.19 |
| HSL | 267.52º | 0.58% | 0.55% | - |
| HSV(B) | 267.52º | 0.65% | 0.81% | - |
| XYZ | 23.35 | 14.29 | 59.92 | - |
| YUV | 106.4 | 184.21 | 147.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 73 | 206 | 0.35 | 0.65 | 0 | 0.19 | 267.52 | 0.58 | 0.55 |
| Hex | 86 | 49 | CE | 23 | 41 | 0 | 13 | 10C | 3A | 37 |
| Octal | 206 | 111 | 316 | 43 | 101 | 0 | 23 | 414 | 72 | 67 |
| Binary | 10000110 | 1001001 | 11001110 | 100011 | 1000001 | 0 | 10011 | 100001100 | 111010 | 110111 |
Color Harmonies of #8649CE
Complementary color
Monochromatic Colors of #8649CE
Black with #8649CE
Text Example
Text Example
White with #8649CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8649CE; }
p { color: rgb(134,73,206); }
H1.HeaderClassName
{
color: #8649CE;
}
.AnyTagClassName
{
color: #8649CE;
}
</style>
background-color css
<style>
a { background-color: #8649CE; }
a { background-color: rgb(134,73,206); }
div.DivClassName
{
background-color: #8649CE;
}
.BgClassName
{
background-color: #8649CE;
}
</style>
border-color css
<style>
span { border-color: #8649CE; }
span { border-color: rgb(134,73,206); }
td.TdClassName
{
border-color: #8649CE;
}
.TagClassName
{
border-color: #8649CE;
}
</style>