Shades of Deep Lilac #8459BC
Tints of Deep Lilac #8459BC
RGB
CMYK
RGB Variations
Color information
#8459BC (or 0x8459BC) is known color: Deep Lilac. HEX triplet: 84, 59 and BC. RGB value is (132,89,188). Sum of RGB (Red+Green+Blue) = 132+89+188=409 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.27% from 409); Green value is 89 (35.16% from 255 or 21.76% from 409); Blue value is 188 (73.83% from 255 or 45.97% from 409); Max value from RGB is 188 - color contains mainly: blue. Hex color #8459BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8459BC is #7BA643. Grayscale: #707070. Windows color (decimal): -8103492 or 12343684. OLE color: 12343684.
HSL color Cylindrical-coordinate representation of color #8459BC: hue angle of 266.06º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8459BC is Cyan = 0.30, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 132 | 89 | 188 | - |
| CMYK | 0.30 | 0.53 | 0 | 0.26 |
| HSL | 266.06º | 0.42% | 0.54% | - |
| HSV(B) | 266.06º | 0.53% | 0.74% | - |
| XYZ | 22.17 | 15.68 | 49.44 | - |
| YUV | 113.14 | 170.25 | 141.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 89 | 188 | 0.30 | 0.53 | 0 | 0.26 | 266.06 | 0.42 | 0.54 |
| Hex | 84 | 59 | BC | 1E | 35 | 0 | 1A | 10A | 2A | 36 |
| Octal | 204 | 131 | 274 | 36 | 65 | 0 | 32 | 412 | 52 | 66 |
| Binary | 10000100 | 1011001 | 10111100 | 11110 | 110101 | 0 | 11010 | 100001010 | 101010 | 110110 |
Color Harmonies of #8459BC
Complementary color
Monochromatic Colors of #8459BC
Black with #8459BC
Text Example
Text Example
White with #8459BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8459BC; }
p { color: rgb(132,89,188); }
H1.HeaderClassName
{
color: #8459BC;
}
.AnyTagClassName
{
color: #8459BC;
}
</style>
background-color css
<style>
a { background-color: #8459BC; }
a { background-color: rgb(132,89,188); }
div.DivClassName
{
background-color: #8459BC;
}
.BgClassName
{
background-color: #8459BC;
}
</style>
border-color css
<style>
span { border-color: #8459BC; }
span { border-color: rgb(132,89,188); }
td.TdClassName
{
border-color: #8459BC;
}
.TagClassName
{
border-color: #8459BC;
}
</style>