Shades of Deep Lilac #8357BD
Tints of Deep Lilac #8357BD
RGB
CMYK
RGB Variations
Color information
#8357BD (or 0x8357BD) is known color: Deep Lilac. HEX triplet: 83, 57 and BD. RGB value is (131,87,189). Sum of RGB (Red+Green+Blue) = 131+87+189=407 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.19% from 407); Green value is 87 (34.38% from 255 or 21.38% from 407); Blue value is 189 (74.22% from 255 or 46.44% from 407); Max value from RGB is 189 - color contains mainly: blue. Hex color #8357BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8357BD is #7CA842. Grayscale: #6F6F6F. Windows color (decimal): -8169539 or 12408707. OLE color: 12408707.
HSL color Cylindrical-coordinate representation of color #8357BD: hue angle of 265.88º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8357BD is Cyan = 0.31, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 131 | 87 | 189 | - |
| CMYK | 0.31 | 0.54 | 0 | 0.26 |
| HSL | 265.88º | 0.44% | 0.54% | - |
| HSV(B) | 265.88º | 0.54% | 0.74% | - |
| XYZ | 21.95 | 15.32 | 49.94 | - |
| YUV | 111.78 | 171.58 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 87 | 189 | 0.31 | 0.54 | 0 | 0.26 | 265.88 | 0.44 | 0.54 |
| Hex | 83 | 57 | BD | 1F | 36 | 0 | 1A | 10A | 2C | 36 |
| Octal | 203 | 127 | 275 | 37 | 66 | 0 | 32 | 412 | 54 | 66 |
| Binary | 10000011 | 1010111 | 10111101 | 11111 | 110110 | 0 | 11010 | 100001010 | 101100 | 110110 |
Color Harmonies of #8357BD
Complementary color
Monochromatic Colors of #8357BD
Black with #8357BD
Text Example
Text Example
White with #8357BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8357BD; }
p { color: rgb(131,87,189); }
H1.HeaderClassName
{
color: #8357BD;
}
.AnyTagClassName
{
color: #8357BD;
}
</style>
background-color css
<style>
a { background-color: #8357BD; }
a { background-color: rgb(131,87,189); }
div.DivClassName
{
background-color: #8357BD;
}
.BgClassName
{
background-color: #8357BD;
}
</style>
border-color css
<style>
span { border-color: #8357BD; }
span { border-color: rgb(131,87,189); }
td.TdClassName
{
border-color: #8357BD;
}
.TagClassName
{
border-color: #8357BD;
}
</style>