Shades of Deep Lilac #8354BA
Tints of Deep Lilac #8354BA
RGB
CMYK
RGB Variations
Color information
#8354BA (or 0x8354BA) is known color: Deep Lilac. HEX triplet: 83, 54 and BA. RGB value is (131,84,186). Sum of RGB (Red+Green+Blue) = 131+84+186=401 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.67% from 401); Green value is 84 (33.20% from 255 or 20.95% from 401); Blue value is 186 (73.05% from 255 or 46.38% from 401); Max value from RGB is 186 - color contains mainly: blue. Hex color #8354BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8354BA is #7CAB45. Grayscale: #6D6D6D. Windows color (decimal): -8170310 or 12211331. OLE color: 12211331.
HSL color Cylindrical-coordinate representation of color #8354BA: hue angle of 267.65º 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 #8354BA is Cyan = 0.30, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 131 | 84 | 186 | - |
| CMYK | 0.30 | 0.55 | 0 | 0.27 |
| HSL | 267.65º | 0.43% | 0.53% | - |
| HSV(B) | 267.65º | 0.55% | 0.73% | - |
| XYZ | 21.39 | 14.71 | 48.17 | - |
| YUV | 109.68 | 171.07 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 84 | 186 | 0.30 | 0.55 | 0 | 0.27 | 267.65 | 0.43 | 0.53 |
| Hex | 83 | 54 | BA | 1E | 37 | 0 | 1B | 10C | 2A | 35 |
| Octal | 203 | 124 | 272 | 36 | 67 | 0 | 33 | 414 | 52 | 65 |
| Binary | 10000011 | 1010100 | 10111010 | 11110 | 110111 | 0 | 11011 | 100001100 | 101010 | 110101 |
Color Harmonies of #8354BA
Complementary color
Monochromatic Colors of #8354BA
Black with #8354BA
Text Example
Text Example
White with #8354BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8354BA; }
p { color: rgb(131,84,186); }
H1.HeaderClassName
{
color: #8354BA;
}
.AnyTagClassName
{
color: #8354BA;
}
</style>
background-color css
<style>
a { background-color: #8354BA; }
a { background-color: rgb(131,84,186); }
div.DivClassName
{
background-color: #8354BA;
}
.BgClassName
{
background-color: #8354BA;
}
</style>
border-color css
<style>
span { border-color: #8354BA; }
span { border-color: rgb(131,84,186); }
td.TdClassName
{
border-color: #8354BA;
}
.TagClassName
{
border-color: #8354BA;
}
</style>