Shades of Deep Lilac #8353B8
Tints of Deep Lilac #8353B8
RGB
CMYK
RGB Variations
Color information
#8353B8 (or 0x8353B8) is known color: Deep Lilac. HEX triplet: 83, 53 and B8. RGB value is (131,83,184). Sum of RGB (Red+Green+Blue) = 131+83+184=398 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.91% from 398); Green value is 83 (32.81% from 255 or 20.85% from 398); Blue value is 184 (72.27% from 255 or 46.23% from 398); Max value from RGB is 184 - color contains mainly: blue. Hex color #8353B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8353B8 is #7CAC47. Grayscale: #6C6C6C. Windows color (decimal): -8170568 or 12080003. OLE color: 12080003.
HSL color Cylindrical-coordinate representation of color #8353B8: hue angle of 268.51º degrees, saturation: 0.42, 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 #8353B8 is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 131 | 83 | 184 | - |
| CMYK | 0.29 | 0.55 | 0 | 0.28 |
| HSL | 268.51º | 0.42% | 0.52% | - |
| HSV(B) | 268.51º | 0.55% | 0.72% | - |
| XYZ | 21.11 | 14.47 | 47.03 | - |
| YUV | 108.87 | 170.4 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 83 | 184 | 0.29 | 0.55 | 0 | 0.28 | 268.51 | 0.42 | 0.52 |
| Hex | 83 | 53 | B8 | 1D | 37 | 0 | 1C | 10D | 2A | 34 |
| Octal | 203 | 123 | 270 | 35 | 67 | 0 | 34 | 415 | 52 | 64 |
| Binary | 10000011 | 1010011 | 10111000 | 11101 | 110111 | 0 | 11100 | 100001101 | 101010 | 110100 |
Color Harmonies of #8353B8
Complementary color
Monochromatic Colors of #8353B8
Black with #8353B8
Text Example
Text Example
White with #8353B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8353B8; }
p { color: rgb(131,83,184); }
H1.HeaderClassName
{
color: #8353B8;
}
.AnyTagClassName
{
color: #8353B8;
}
</style>
background-color css
<style>
a { background-color: #8353B8; }
a { background-color: rgb(131,83,184); }
div.DivClassName
{
background-color: #8353B8;
}
.BgClassName
{
background-color: #8353B8;
}
</style>
border-color css
<style>
span { border-color: #8353B8; }
span { border-color: rgb(131,83,184); }
td.TdClassName
{
border-color: #8353B8;
}
.TagClassName
{
border-color: #8353B8;
}
</style>