Shades of Deep Lilac #8454BB
Tints of Deep Lilac #8454BB
RGB
CMYK
RGB Variations
Color information
#8454BB (or 0x8454BB) is known color: Deep Lilac. HEX triplet: 84, 54 and BB. RGB value is (132,84,187). Sum of RGB (Red+Green+Blue) = 132+84+187=403 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.75% from 403); Green value is 84 (33.20% from 255 or 20.84% from 403); Blue value is 187 (73.44% from 255 or 46.40% from 403); Max value from RGB is 187 - color contains mainly: blue. Hex color #8454BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8454BB is #7BAB44. Grayscale: #6D6D6D. Windows color (decimal): -8104773 or 12276868. OLE color: 12276868.
HSL color Cylindrical-coordinate representation of color #8454BB: hue angle of 267.96º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8454BB is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 84 | 187 | - |
| CMYK | 0.29 | 0.55 | 0 | 0.27 |
| HSL | 267.96º | 0.43% | 0.53% | - |
| HSV(B) | 267.96º | 0.55% | 0.73% | - |
| XYZ | 21.66 | 14.83 | 48.74 | - |
| YUV | 110.09 | 171.4 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 84 | 187 | 0.29 | 0.55 | 0 | 0.27 | 267.96 | 0.43 | 0.53 |
| Hex | 84 | 54 | BB | 1D | 37 | 0 | 1B | 10C | 2B | 35 |
| Octal | 204 | 124 | 273 | 35 | 67 | 0 | 33 | 414 | 53 | 65 |
| Binary | 10000100 | 1010100 | 10111011 | 11101 | 110111 | 0 | 11011 | 100001100 | 101011 | 110101 |
Color Harmonies of #8454BB
Complementary color
Monochromatic Colors of #8454BB
Black with #8454BB
Text Example
Text Example
White with #8454BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8454BB; }
p { color: rgb(132,84,187); }
H1.HeaderClassName
{
color: #8454BB;
}
.AnyTagClassName
{
color: #8454BB;
}
</style>
background-color css
<style>
a { background-color: #8454BB; }
a { background-color: rgb(132,84,187); }
div.DivClassName
{
background-color: #8454BB;
}
.BgClassName
{
background-color: #8454BB;
}
</style>
border-color css
<style>
span { border-color: #8454BB; }
span { border-color: rgb(132,84,187); }
td.TdClassName
{
border-color: #8454BB;
}
.TagClassName
{
border-color: #8454BB;
}
</style>