Shades of Deep Lilac #8640BC
Tints of Deep Lilac #8640BC
RGB
CMYK
RGB Variations
Color information
#8640BC (or 0x8640BC) is known color: Deep Lilac. HEX triplet: 86, 40 and BC. RGB value is (134,64,188). Sum of RGB (Red+Green+Blue) = 134+64+188=386 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.72% from 386); Green value is 64 (25.39% from 255 or 16.58% from 386); Blue value is 188 (73.83% from 255 or 48.70% from 386); Max value from RGB is 188 - color contains mainly: blue. Hex color #8640BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8640BC is #79BF43. Grayscale: #626262. Windows color (decimal): -7978820 or 12337286. OLE color: 12337286.
HSL color Cylindrical-coordinate representation of color #8640BC: hue angle of 273.87º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8640BC is Cyan = 0.29, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 134 | 64 | 188 | - |
| CMYK | 0.29 | 0.66 | 0 | 0.26 |
| HSL | 273.87º | 0.49% | 0.49% | - |
| HSV(B) | 273.87º | 0.66% | 0.74% | - |
| XYZ | 20.74 | 12.37 | 48.87 | - |
| YUV | 99.07 | 178.19 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 64 | 188 | 0.29 | 0.66 | 0 | 0.26 | 273.87 | 0.49 | 0.49 |
| Hex | 86 | 40 | BC | 1D | 42 | 0 | 1A | 112 | 31 | 31 |
| Octal | 206 | 100 | 274 | 35 | 102 | 0 | 32 | 422 | 61 | 61 |
| Binary | 10000110 | 1000000 | 10111100 | 11101 | 1000010 | 0 | 11010 | 100010010 | 110001 | 110001 |
Color Harmonies of #8640BC
Complementary color
Monochromatic Colors of #8640BC
Black with #8640BC
Text Example
Text Example
White with #8640BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8640BC; }
p { color: rgb(134,64,188); }
H1.HeaderClassName
{
color: #8640BC;
}
.AnyTagClassName
{
color: #8640BC;
}
</style>
background-color css
<style>
a { background-color: #8640BC; }
a { background-color: rgb(134,64,188); }
div.DivClassName
{
background-color: #8640BC;
}
.BgClassName
{
background-color: #8640BC;
}
</style>
border-color css
<style>
span { border-color: #8640BC; }
span { border-color: rgb(134,64,188); }
td.TdClassName
{
border-color: #8640BC;
}
.TagClassName
{
border-color: #8640BC;
}
</style>