Shades of Deep Lilac #8352B7
Tints of Deep Lilac #8352B7
RGB
CMYK
RGB Variations
Color information
#8352B7 (or 0x8352B7) is known color: Deep Lilac. HEX triplet: 83, 52 and B7. RGB value is (131,82,183). Sum of RGB (Red+Green+Blue) = 131+82+183=396 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.08% from 396); Green value is 82 (32.42% from 255 or 20.71% from 396); Blue value is 183 (71.88% from 255 or 46.21% from 396); Max value from RGB is 183 - color contains mainly: blue. Hex color #8352B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8352B7 is #7CAD48. Grayscale: #6B6B6B. Windows color (decimal): -8170825 or 12014211. OLE color: 12014211.
HSL color Cylindrical-coordinate representation of color #8352B7: hue angle of 269.11º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8352B7 is Cyan = 0.28, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 131 | 82 | 183 | - |
| CMYK | 0.28 | 0.55 | 0 | 0.28 |
| HSL | 269.11º | 0.41% | 0.52% | - |
| HSV(B) | 269.11º | 0.55% | 0.72% | - |
| XYZ | 20.92 | 14.28 | 46.45 | - |
| YUV | 108.17 | 170.23 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 82 | 183 | 0.28 | 0.55 | 0 | 0.28 | 269.11 | 0.41 | 0.52 |
| Hex | 83 | 52 | B7 | 1C | 37 | 0 | 1C | 10D | 29 | 34 |
| Octal | 203 | 122 | 267 | 34 | 67 | 0 | 34 | 415 | 51 | 64 |
| Binary | 10000011 | 1010010 | 10110111 | 11100 | 110111 | 0 | 11100 | 100001101 | 101001 | 110100 |
Color Harmonies of #8352B7
Complementary color
Monochromatic Colors of #8352B7
Black with #8352B7
Text Example
Text Example
White with #8352B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8352B7; }
p { color: rgb(131,82,183); }
H1.HeaderClassName
{
color: #8352B7;
}
.AnyTagClassName
{
color: #8352B7;
}
</style>
background-color css
<style>
a { background-color: #8352B7; }
a { background-color: rgb(131,82,183); }
div.DivClassName
{
background-color: #8352B7;
}
.BgClassName
{
background-color: #8352B7;
}
</style>
border-color css
<style>
span { border-color: #8352B7; }
span { border-color: rgb(131,82,183); }
td.TdClassName
{
border-color: #8352B7;
}
.TagClassName
{
border-color: #8352B7;
}
</style>