Shades of Deep Lilac #8355BA
Tints of Deep Lilac #8355BA
RGB
CMYK
RGB Variations
Color information
#8355BA (or 0x8355BA) is known color: Deep Lilac. HEX triplet: 83, 55 and BA. RGB value is (131,85,186). Sum of RGB (Red+Green+Blue) = 131+85+186=402 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.59% from 402); Green value is 85 (33.59% from 255 or 21.14% from 402); Blue value is 186 (73.05% from 255 or 46.27% from 402); Max value from RGB is 186 - color contains mainly: blue. Hex color #8355BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8355BA is #7CAA45. Grayscale: #6D6D6D. Windows color (decimal): -8170054 or 12211587. OLE color: 12211587.
HSL color Cylindrical-coordinate representation of color #8355BA: hue angle of 267.33º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8355BA is Cyan = 0.30, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 131 | 85 | 186 | - |
| CMYK | 0.30 | 0.54 | 0 | 0.27 |
| HSL | 267.33º | 0.42% | 0.53% | - |
| HSV(B) | 267.33º | 0.54% | 0.73% | - |
| XYZ | 21.47 | 14.87 | 48.19 | - |
| YUV | 110.27 | 170.74 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 85 | 186 | 0.30 | 0.54 | 0 | 0.27 | 267.33 | 0.42 | 0.53 |
| Hex | 83 | 55 | BA | 1E | 36 | 0 | 1B | 10B | 2A | 35 |
| Octal | 203 | 125 | 272 | 36 | 66 | 0 | 33 | 413 | 52 | 65 |
| Binary | 10000011 | 1010101 | 10111010 | 11110 | 110110 | 0 | 11011 | 100001011 | 101010 | 110101 |
Color Harmonies of #8355BA
Complementary color
Monochromatic Colors of #8355BA
Black with #8355BA
Text Example
Text Example
White with #8355BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8355BA; }
p { color: rgb(131,85,186); }
H1.HeaderClassName
{
color: #8355BA;
}
.AnyTagClassName
{
color: #8355BA;
}
</style>
background-color css
<style>
a { background-color: #8355BA; }
a { background-color: rgb(131,85,186); }
div.DivClassName
{
background-color: #8355BA;
}
.BgClassName
{
background-color: #8355BA;
}
</style>
border-color css
<style>
span { border-color: #8355BA; }
span { border-color: rgb(131,85,186); }
td.TdClassName
{
border-color: #8355BA;
}
.TagClassName
{
border-color: #8355BA;
}
</style>