Shades of Deep Lilac #8355B9
Tints of Deep Lilac #8355B9
RGB
CMYK
RGB Variations
Color information
#8355B9 (or 0x8355B9) is known color: Deep Lilac. HEX triplet: 83, 55 and B9. RGB value is (131,85,185). Sum of RGB (Red+Green+Blue) = 131+85+185=401 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.67% from 401); Green value is 85 (33.59% from 255 or 21.20% from 401); Blue value is 185 (72.66% from 255 or 46.13% from 401); Max value from RGB is 185 - color contains mainly: blue. Hex color #8355B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8355B9 is #7CAA46. Grayscale: #6D6D6D. Windows color (decimal): -8170055 or 12146051. OLE color: 12146051.
HSL color Cylindrical-coordinate representation of color #8355B9: hue angle of 267.6º 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 #8355B9 is Cyan = 0.29, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 131 | 85 | 185 | - |
| CMYK | 0.29 | 0.54 | 0 | 0.27 |
| HSL | 267.6º | 0.42% | 0.53% | - |
| HSV(B) | 267.6º | 0.54% | 0.73% | - |
| XYZ | 21.37 | 14.83 | 47.63 | - |
| YUV | 110.15 | 170.24 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 85 | 185 | 0.29 | 0.54 | 0 | 0.27 | 267.6 | 0.42 | 0.53 |
| Hex | 83 | 55 | B9 | 1D | 36 | 0 | 1B | 10C | 2A | 35 |
| Octal | 203 | 125 | 271 | 35 | 66 | 0 | 33 | 414 | 52 | 65 |
| Binary | 10000011 | 1010101 | 10111001 | 11101 | 110110 | 0 | 11011 | 100001100 | 101010 | 110101 |
Color Harmonies of #8355B9
Complementary color
Monochromatic Colors of #8355B9
Black with #8355B9
Text Example
Text Example
White with #8355B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8355B9; }
p { color: rgb(131,85,185); }
H1.HeaderClassName
{
color: #8355B9;
}
.AnyTagClassName
{
color: #8355B9;
}
</style>
background-color css
<style>
a { background-color: #8355B9; }
a { background-color: rgb(131,85,185); }
div.DivClassName
{
background-color: #8355B9;
}
.BgClassName
{
background-color: #8355B9;
}
</style>
border-color css
<style>
span { border-color: #8355B9; }
span { border-color: rgb(131,85,185); }
td.TdClassName
{
border-color: #8355B9;
}
.TagClassName
{
border-color: #8355B9;
}
</style>