Shades of Deep Lilac #8459B1
Tints of Deep Lilac #8459B1
RGB
CMYK
RGB Variations
Color information
#8459B1 (or 0x8459B1) is known color: Deep Lilac. HEX triplet: 84, 59 and B1. RGB value is (132,89,177). Sum of RGB (Red+Green+Blue) = 132+89+177=398 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.17% from 398); Green value is 89 (35.16% from 255 or 22.36% from 398); Blue value is 177 (69.53% from 255 or 44.47% from 398); Max value from RGB is 177 - color contains mainly: blue. Hex color #8459B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8459B1 is #7BA64E. Grayscale: #6F6F6F. Windows color (decimal): -8103503 or 11622788. OLE color: 11622788.
HSL color Cylindrical-coordinate representation of color #8459B1: hue angle of 269.32º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8459B1 is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 132 | 89 | 177 | - |
| CMYK | 0.25 | 0.50 | 0 | 0.31 |
| HSL | 269.32º | 0.36% | 0.52% | - |
| HSV(B) | 269.32º | 0.5% | 0.69% | - |
| XYZ | 21.02 | 15.22 | 43.43 | - |
| YUV | 111.89 | 164.75 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 89 | 177 | 0.25 | 0.50 | 0 | 0.31 | 269.32 | 0.36 | 0.52 |
| Hex | 84 | 59 | B1 | 19 | 32 | 0 | 1F | 10D | 24 | 34 |
| Octal | 204 | 131 | 261 | 31 | 62 | 0 | 37 | 415 | 44 | 64 |
| Binary | 10000100 | 1011001 | 10110001 | 11001 | 110010 | 0 | 11111 | 100001101 | 100100 | 110100 |
Color Harmonies of #8459B1
Complementary color
Monochromatic Colors of #8459B1
Black with #8459B1
Text Example
Text Example
White with #8459B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8459B1; }
p { color: rgb(132,89,177); }
H1.HeaderClassName
{
color: #8459B1;
}
.AnyTagClassName
{
color: #8459B1;
}
</style>
background-color css
<style>
a { background-color: #8459B1; }
a { background-color: rgb(132,89,177); }
div.DivClassName
{
background-color: #8459B1;
}
.BgClassName
{
background-color: #8459B1;
}
</style>
border-color css
<style>
span { border-color: #8459B1; }
span { border-color: rgb(132,89,177); }
td.TdClassName
{
border-color: #8459B1;
}
.TagClassName
{
border-color: #8459B1;
}
</style>