Shades of Deep Lilac #8641BC
Tints of Deep Lilac #8641BC
RGB
CMYK
RGB Variations
Color information
#8641BC (or 0x8641BC) is known color: Deep Lilac. HEX triplet: 86, 41 and BC. RGB value is (134,65,188). Sum of RGB (Red+Green+Blue) = 134+65+188=387 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.63% from 387); Green value is 65 (25.78% from 255 or 16.80% from 387); Blue value is 188 (73.83% from 255 or 48.58% from 387); Max value from RGB is 188 - color contains mainly: blue. Hex color #8641BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8641BC is #79BE43. Grayscale: #636363. Windows color (decimal): -7978564 or 12337542. OLE color: 12337542.
HSL color Cylindrical-coordinate representation of color #8641BC: hue angle of 273.66º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8641BC is Cyan = 0.29, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 134 | 65 | 188 | - |
| CMYK | 0.29 | 0.65 | 0 | 0.26 |
| HSL | 273.66º | 0.49% | 0.5% | - |
| HSV(B) | 273.66º | 0.65% | 0.74% | - |
| XYZ | 20.8 | 12.48 | 48.89 | - |
| YUV | 99.65 | 177.86 | 152.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 65 | 188 | 0.29 | 0.65 | 0 | 0.26 | 273.66 | 0.49 | 0.5 |
| Hex | 86 | 41 | BC | 1D | 41 | 0 | 1A | 112 | 31 | 32 |
| Octal | 206 | 101 | 274 | 35 | 101 | 0 | 32 | 422 | 61 | 62 |
| Binary | 10000110 | 1000001 | 10111100 | 11101 | 1000001 | 0 | 11010 | 100010010 | 110001 | 110010 |
Color Harmonies of #8641BC
Complementary color
Monochromatic Colors of #8641BC
Black with #8641BC
Text Example
Text Example
White with #8641BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8641BC; }
p { color: rgb(134,65,188); }
H1.HeaderClassName
{
color: #8641BC;
}
.AnyTagClassName
{
color: #8641BC;
}
</style>
background-color css
<style>
a { background-color: #8641BC; }
a { background-color: rgb(134,65,188); }
div.DivClassName
{
background-color: #8641BC;
}
.BgClassName
{
background-color: #8641BC;
}
</style>
border-color css
<style>
span { border-color: #8641BC; }
span { border-color: rgb(134,65,188); }
td.TdClassName
{
border-color: #8641BC;
}
.TagClassName
{
border-color: #8641BC;
}
</style>