Shades of Deep Lilac #8455BC
Tints of Deep Lilac #8455BC
RGB
CMYK
RGB Variations
Color information
#8455BC (or 0x8455BC) is known color: Deep Lilac. HEX triplet: 84, 55 and BC. RGB value is (132,85,188). Sum of RGB (Red+Green+Blue) = 132+85+188=405 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.59% from 405); Green value is 85 (33.59% from 255 or 20.99% from 405); Blue value is 188 (73.83% from 255 or 46.42% from 405); Max value from RGB is 188 - color contains mainly: blue. Hex color #8455BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8455BC is #7BAA43. Grayscale: #6E6E6E. Windows color (decimal): -8104516 or 12342660. OLE color: 12342660.
HSL color Cylindrical-coordinate representation of color #8455BC: hue angle of 267.38º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8455BC is Cyan = 0.30, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 132 | 85 | 188 | - |
| CMYK | 0.30 | 0.55 | 0 | 0.26 |
| HSL | 267.38º | 0.43% | 0.54% | - |
| HSV(B) | 267.38º | 0.55% | 0.74% | - |
| XYZ | 21.84 | 15.03 | 49.33 | - |
| YUV | 110.8 | 171.57 | 143.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 85 | 188 | 0.30 | 0.55 | 0 | 0.26 | 267.38 | 0.43 | 0.54 |
| Hex | 84 | 55 | BC | 1E | 37 | 0 | 1A | 10B | 2B | 36 |
| Octal | 204 | 125 | 274 | 36 | 67 | 0 | 32 | 413 | 53 | 66 |
| Binary | 10000100 | 1010101 | 10111100 | 11110 | 110111 | 0 | 11010 | 100001011 | 101011 | 110110 |
Color Harmonies of #8455BC
Complementary color
Monochromatic Colors of #8455BC
Black with #8455BC
Text Example
Text Example
White with #8455BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8455BC; }
p { color: rgb(132,85,188); }
H1.HeaderClassName
{
color: #8455BC;
}
.AnyTagClassName
{
color: #8455BC;
}
</style>
background-color css
<style>
a { background-color: #8455BC; }
a { background-color: rgb(132,85,188); }
div.DivClassName
{
background-color: #8455BC;
}
.BgClassName
{
background-color: #8455BC;
}
</style>
border-color css
<style>
span { border-color: #8455BC; }
span { border-color: rgb(132,85,188); }
td.TdClassName
{
border-color: #8455BC;
}
.TagClassName
{
border-color: #8455BC;
}
</style>