Shades of Deep Lilac #8457BB
Tints of Deep Lilac #8457BB
RGB
CMYK
RGB Variations
Color information
#8457BB (or 0x8457BB) is known color: Deep Lilac. HEX triplet: 84, 57 and BB. RGB value is (132,87,187). Sum of RGB (Red+Green+Blue) = 132+87+187=406 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.51% from 406); Green value is 87 (34.38% from 255 or 21.43% from 406); Blue value is 187 (73.44% from 255 or 46.06% from 406); Max value from RGB is 187 - color contains mainly: blue. Hex color #8457BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8457BB is #7BA844. Grayscale: #6F6F6F. Windows color (decimal): -8104005 or 12277636. OLE color: 12277636.
HSL color Cylindrical-coordinate representation of color #8457BB: hue angle of 267º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8457BB is Cyan = 0.29, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 87 | 187 | - |
| CMYK | 0.29 | 0.53 | 0 | 0.27 |
| HSL | 267º | 0.42% | 0.54% | - |
| HSV(B) | 267º | 0.53% | 0.73% | - |
| XYZ | 21.89 | 15.31 | 48.81 | - |
| YUV | 111.86 | 170.41 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 87 | 187 | 0.29 | 0.53 | 0 | 0.27 | 267 | 0.42 | 0.54 |
| Hex | 84 | 57 | BB | 1D | 35 | 0 | 1B | 10B | 2A | 36 |
| Octal | 204 | 127 | 273 | 35 | 65 | 0 | 33 | 413 | 52 | 66 |
| Binary | 10000100 | 1010111 | 10111011 | 11101 | 110101 | 0 | 11011 | 100001011 | 101010 | 110110 |
Color Harmonies of #8457BB
Complementary color
Monochromatic Colors of #8457BB
Black with #8457BB
Text Example
Text Example
White with #8457BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8457BB; }
p { color: rgb(132,87,187); }
H1.HeaderClassName
{
color: #8457BB;
}
.AnyTagClassName
{
color: #8457BB;
}
</style>
background-color css
<style>
a { background-color: #8457BB; }
a { background-color: rgb(132,87,187); }
div.DivClassName
{
background-color: #8457BB;
}
.BgClassName
{
background-color: #8457BB;
}
</style>
border-color css
<style>
span { border-color: #8457BB; }
span { border-color: rgb(132,87,187); }
td.TdClassName
{
border-color: #8457BB;
}
.TagClassName
{
border-color: #8457BB;
}
</style>