Shades of Deep Lilac #8440BC
Tints of Deep Lilac #8440BC
RGB
CMYK
RGB Variations
Color information
#8440BC (or 0x8440BC) is known color: Deep Lilac. HEX triplet: 84, 40 and BC. RGB value is (132,64,188). Sum of RGB (Red+Green+Blue) = 132+64+188=384 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.38% from 384); Green value is 64 (25.39% from 255 or 16.67% from 384); Blue value is 188 (73.83% from 255 or 48.96% from 384); Max value from RGB is 188 - color contains mainly: blue. Hex color #8440BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8440BC is #7BBF43. Grayscale: #626262. Windows color (decimal): -8109892 or 12337284. OLE color: 12337284.
HSL color Cylindrical-coordinate representation of color #8440BC: hue angle of 272.9º 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 #8440BC is Cyan = 0.30, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 132 | 64 | 188 | - |
| CMYK | 0.30 | 0.66 | 0 | 0.26 |
| HSL | 272.9º | 0.49% | 0.49% | - |
| HSV(B) | 272.9º | 0.66% | 0.74% | - |
| XYZ | 20.43 | 12.2 | 48.86 | - |
| YUV | 98.47 | 178.53 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 64 | 188 | 0.30 | 0.66 | 0 | 0.26 | 272.9 | 0.49 | 0.49 |
| Hex | 84 | 40 | BC | 1E | 42 | 0 | 1A | 111 | 31 | 31 |
| Octal | 204 | 100 | 274 | 36 | 102 | 0 | 32 | 421 | 61 | 61 |
| Binary | 10000100 | 1000000 | 10111100 | 11110 | 1000010 | 0 | 11010 | 100010001 | 110001 | 110001 |
Color Harmonies of #8440BC
Complementary color
Monochromatic Colors of #8440BC
Black with #8440BC
Text Example
Text Example
White with #8440BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8440BC; }
p { color: rgb(132,64,188); }
H1.HeaderClassName
{
color: #8440BC;
}
.AnyTagClassName
{
color: #8440BC;
}
</style>
background-color css
<style>
a { background-color: #8440BC; }
a { background-color: rgb(132,64,188); }
div.DivClassName
{
background-color: #8440BC;
}
.BgClassName
{
background-color: #8440BC;
}
</style>
border-color css
<style>
span { border-color: #8440BC; }
span { border-color: rgb(132,64,188); }
td.TdClassName
{
border-color: #8440BC;
}
.TagClassName
{
border-color: #8440BC;
}
</style>