Shades of Deep Lilac #8649BC
Tints of Deep Lilac #8649BC
RGB
CMYK
RGB Variations
Color information
#8649BC (or 0x8649BC) is known color: Deep Lilac. HEX triplet: 86, 49 and BC. RGB value is (134,73,188). Sum of RGB (Red+Green+Blue) = 134+73+188=395 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.92% from 395); Green value is 73 (28.91% from 255 or 18.48% from 395); Blue value is 188 (73.83% from 255 or 47.59% from 395); Max value from RGB is 188 - color contains mainly: blue. Hex color #8649BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8649BC is #79B643. Grayscale: #676767. Windows color (decimal): -7976516 or 12339590. OLE color: 12339590.
HSL color Cylindrical-coordinate representation of color #8649BC: hue angle of 271.83º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8649BC is Cyan = 0.29, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 134 | 73 | 188 | - |
| CMYK | 0.29 | 0.61 | 0 | 0.26 |
| HSL | 271.83º | 0.46% | 0.51% | - |
| HSV(B) | 271.83º | 0.61% | 0.74% | - |
| XYZ | 21.29 | 13.46 | 49.05 | - |
| YUV | 104.35 | 175.21 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 73 | 188 | 0.29 | 0.61 | 0 | 0.26 | 271.83 | 0.46 | 0.51 |
| Hex | 86 | 49 | BC | 1D | 3D | 0 | 1A | 110 | 2E | 33 |
| Octal | 206 | 111 | 274 | 35 | 75 | 0 | 32 | 420 | 56 | 63 |
| Binary | 10000110 | 1001001 | 10111100 | 11101 | 111101 | 0 | 11010 | 100010000 | 101110 | 110011 |
Color Harmonies of #8649BC
Complementary color
Monochromatic Colors of #8649BC
Black with #8649BC
Text Example
Text Example
White with #8649BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8649BC; }
p { color: rgb(134,73,188); }
H1.HeaderClassName
{
color: #8649BC;
}
.AnyTagClassName
{
color: #8649BC;
}
</style>
background-color css
<style>
a { background-color: #8649BC; }
a { background-color: rgb(134,73,188); }
div.DivClassName
{
background-color: #8649BC;
}
.BgClassName
{
background-color: #8649BC;
}
</style>
border-color css
<style>
span { border-color: #8649BC; }
span { border-color: rgb(134,73,188); }
td.TdClassName
{
border-color: #8649BC;
}
.TagClassName
{
border-color: #8649BC;
}
</style>