Shades of Deep Lilac #8648BC
Tints of Deep Lilac #8648BC
RGB
CMYK
RGB Variations
Color information
#8648BC (or 0x8648BC) is known color: Deep Lilac. HEX triplet: 86, 48 and BC. RGB value is (134,72,188). Sum of RGB (Red+Green+Blue) = 134+72+188=394 (52% of max value = 765). Red value is 134 (52.73% from 255 or 34.01% from 394); Green value is 72 (28.52% from 255 or 18.27% from 394); Blue value is 188 (73.83% from 255 or 47.72% from 394); Max value from RGB is 188 - color contains mainly: blue. Hex color #8648BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8648BC is #79B743. Grayscale: #676767. Windows color (decimal): -7976772 or 12339334. OLE color: 12339334.
HSL color Cylindrical-coordinate representation of color #8648BC: hue angle of 272.07º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8648BC is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 134 | 72 | 188 | - |
| CMYK | 0.29 | 0.62 | 0 | 0.26 |
| HSL | 272.07º | 0.46% | 0.51% | - |
| HSV(B) | 272.07º | 0.62% | 0.74% | - |
| XYZ | 21.23 | 13.33 | 49.03 | - |
| YUV | 103.76 | 175.54 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 72 | 188 | 0.29 | 0.62 | 0 | 0.26 | 272.07 | 0.46 | 0.51 |
| Hex | 86 | 48 | BC | 1D | 3E | 0 | 1A | 110 | 2E | 33 |
| Octal | 206 | 110 | 274 | 35 | 76 | 0 | 32 | 420 | 56 | 63 |
| Binary | 10000110 | 1001000 | 10111100 | 11101 | 111110 | 0 | 11010 | 100010000 | 101110 | 110011 |
Color Harmonies of #8648BC
Complementary color
Monochromatic Colors of #8648BC
Black with #8648BC
Text Example
Text Example
White with #8648BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8648BC; }
p { color: rgb(134,72,188); }
H1.HeaderClassName
{
color: #8648BC;
}
.AnyTagClassName
{
color: #8648BC;
}
</style>
background-color css
<style>
a { background-color: #8648BC; }
a { background-color: rgb(134,72,188); }
div.DivClassName
{
background-color: #8648BC;
}
.BgClassName
{
background-color: #8648BC;
}
</style>
border-color css
<style>
span { border-color: #8648BC; }
span { border-color: rgb(134,72,188); }
td.TdClassName
{
border-color: #8648BC;
}
.TagClassName
{
border-color: #8648BC;
}
</style>