Shades of Deep Lilac #8450BF
Tints of Deep Lilac #8450BF
RGB
CMYK
RGB Variations
Color information
#8450BF (or 0x8450BF) is known color: Deep Lilac. HEX triplet: 84, 50 and BF. RGB value is (132,80,191). Sum of RGB (Red+Green+Blue) = 132+80+191=403 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.75% from 403); Green value is 80 (31.64% from 255 or 19.85% from 403); Blue value is 191 (75% from 255 or 47.39% from 403); Max value from RGB is 191 - color contains mainly: blue. Hex color #8450BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8450BF is #7BAF40. Grayscale: #6B6B6B. Windows color (decimal): -8105793 or 12537988. OLE color: 12537988.
HSL color Cylindrical-coordinate representation of color #8450BF: hue angle of 268.11º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8450BF is Cyan = 0.31, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 132 | 80 | 191 | - |
| CMYK | 0.31 | 0.58 | 0 | 0.25 |
| HSL | 268.11º | 0.46% | 0.53% | - |
| HSV(B) | 268.11º | 0.58% | 0.75% | - |
| XYZ | 21.79 | 14.4 | 50.92 | - |
| YUV | 108.2 | 174.73 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 80 | 191 | 0.31 | 0.58 | 0 | 0.25 | 268.11 | 0.46 | 0.53 |
| Hex | 84 | 50 | BF | 1F | 3A | 0 | 19 | 10C | 2E | 35 |
| Octal | 204 | 120 | 277 | 37 | 72 | 0 | 31 | 414 | 56 | 65 |
| Binary | 10000100 | 1010000 | 10111111 | 11111 | 111010 | 0 | 11001 | 100001100 | 101110 | 110101 |
Color Harmonies of #8450BF
Complementary color
Monochromatic Colors of #8450BF
Black with #8450BF
Text Example
Text Example
White with #8450BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8450BF; }
p { color: rgb(132,80,191); }
H1.HeaderClassName
{
color: #8450BF;
}
.AnyTagClassName
{
color: #8450BF;
}
</style>
background-color css
<style>
a { background-color: #8450BF; }
a { background-color: rgb(132,80,191); }
div.DivClassName
{
background-color: #8450BF;
}
.BgClassName
{
background-color: #8450BF;
}
</style>
border-color css
<style>
span { border-color: #8450BF; }
span { border-color: rgb(132,80,191); }
td.TdClassName
{
border-color: #8450BF;
}
.TagClassName
{
border-color: #8450BF;
}
</style>