Shades of Deep Lilac #8352C0
Tints of Deep Lilac #8352C0
RGB
CMYK
RGB Variations
Color information
#8352C0 (or 0x8352C0) is known color: Deep Lilac. HEX triplet: 83, 52 and C0. RGB value is (131,82,192). Sum of RGB (Red+Green+Blue) = 131+82+192=405 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.35% from 405); Green value is 82 (32.42% from 255 or 20.25% from 405); Blue value is 192 (75.39% from 255 or 47.41% from 405); Max value from RGB is 192 - color contains mainly: blue. Hex color #8352C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8352C0 is #7CAD3F. Grayscale: #6C6C6C. Windows color (decimal): -8170816 or 12604035. OLE color: 12604035.
HSL color Cylindrical-coordinate representation of color #8352C0: hue angle of 266.73º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8352C0 is Cyan = 0.32, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 131 | 82 | 192 | - |
| CMYK | 0.32 | 0.57 | 0 | 0.25 |
| HSL | 266.73º | 0.47% | 0.54% | - |
| HSV(B) | 266.73º | 0.57% | 0.75% | - |
| XYZ | 21.89 | 14.67 | 51.55 | - |
| YUV | 109.19 | 174.73 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 82 | 192 | 0.32 | 0.57 | 0 | 0.25 | 266.73 | 0.47 | 0.54 |
| Hex | 83 | 52 | C0 | 20 | 39 | 0 | 19 | 10B | 2F | 36 |
| Octal | 203 | 122 | 300 | 40 | 71 | 0 | 31 | 413 | 57 | 66 |
| Binary | 10000011 | 1010010 | 11000000 | 100000 | 111001 | 0 | 11001 | 100001011 | 101111 | 110110 |
Color Harmonies of #8352C0
Complementary color
Monochromatic Colors of #8352C0
Black with #8352C0
Text Example
Text Example
White with #8352C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8352C0; }
p { color: rgb(131,82,192); }
H1.HeaderClassName
{
color: #8352C0;
}
.AnyTagClassName
{
color: #8352C0;
}
</style>
background-color css
<style>
a { background-color: #8352C0; }
a { background-color: rgb(131,82,192); }
div.DivClassName
{
background-color: #8352C0;
}
.BgClassName
{
background-color: #8352C0;
}
</style>
border-color css
<style>
span { border-color: #8352C0; }
span { border-color: rgb(131,82,192); }
td.TdClassName
{
border-color: #8352C0;
}
.TagClassName
{
border-color: #8352C0;
}
</style>