Shades of Deep Lilac #8353BC
Tints of Deep Lilac #8353BC
RGB
CMYK
RGB Variations
Color information
#8353BC (or 0x8353BC) is known color: Deep Lilac. HEX triplet: 83, 53 and BC. RGB value is (131,83,188). Sum of RGB (Red+Green+Blue) = 131+83+188=402 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.59% from 402); Green value is 83 (32.81% from 255 or 20.65% from 402); Blue value is 188 (73.83% from 255 or 46.77% from 402); Max value from RGB is 188 - color contains mainly: blue. Hex color #8353BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8353BC is #7CAC43. Grayscale: #6C6C6C. Windows color (decimal): -8170564 or 12342147. OLE color: 12342147.
HSL color Cylindrical-coordinate representation of color #8353BC: hue angle of 267.43º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8353BC is Cyan = 0.30, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 131 | 83 | 188 | - |
| CMYK | 0.30 | 0.56 | 0 | 0.26 |
| HSL | 267.43º | 0.44% | 0.53% | - |
| HSV(B) | 267.43º | 0.56% | 0.74% | - |
| XYZ | 21.53 | 14.64 | 49.27 | - |
| YUV | 109.32 | 172.4 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 83 | 188 | 0.30 | 0.56 | 0 | 0.26 | 267.43 | 0.44 | 0.53 |
| Hex | 83 | 53 | BC | 1E | 38 | 0 | 1A | 10B | 2C | 35 |
| Octal | 203 | 123 | 274 | 36 | 70 | 0 | 32 | 413 | 54 | 65 |
| Binary | 10000011 | 1010011 | 10111100 | 11110 | 111000 | 0 | 11010 | 100001011 | 101100 | 110101 |
Color Harmonies of #8353BC
Complementary color
Monochromatic Colors of #8353BC
Black with #8353BC
Text Example
Text Example
White with #8353BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8353BC; }
p { color: rgb(131,83,188); }
H1.HeaderClassName
{
color: #8353BC;
}
.AnyTagClassName
{
color: #8353BC;
}
</style>
background-color css
<style>
a { background-color: #8353BC; }
a { background-color: rgb(131,83,188); }
div.DivClassName
{
background-color: #8353BC;
}
.BgClassName
{
background-color: #8353BC;
}
</style>
border-color css
<style>
span { border-color: #8353BC; }
span { border-color: rgb(131,83,188); }
td.TdClassName
{
border-color: #8353BC;
}
.TagClassName
{
border-color: #8353BC;
}
</style>