Shades of Deep Lilac #9357BD
Tints of Deep Lilac #9357BD
RGB
CMYK
RGB Variations
Color information
#9357BD (or 0x9357BD) is known color: Deep Lilac. HEX triplet: 93, 57 and BD. RGB value is (147,87,189). Sum of RGB (Red+Green+Blue) = 147+87+189=423 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.75% from 423); Green value is 87 (34.38% from 255 or 20.57% from 423); Blue value is 189 (74.22% from 255 or 44.68% from 423); Max value from RGB is 189 - color contains mainly: blue. Hex color #9357BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9357BD is #6CA842. Grayscale: #747474. Windows color (decimal): -7120963 or 12408723. OLE color: 12408723.
HSL color Cylindrical-coordinate representation of color #9357BD: hue angle of 275.29º 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 #9357BD is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 147 | 87 | 189 | - |
| CMYK | 0.22 | 0.54 | 0 | 0.26 |
| HSL | 275.29º | 0.44% | 0.54% | - |
| HSV(B) | 275.29º | 0.54% | 0.74% | - |
| XYZ | 24.63 | 16.69 | 50.07 | - |
| YUV | 116.57 | 168.88 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 87 | 189 | 0.22 | 0.54 | 0 | 0.26 | 275.29 | 0.44 | 0.54 |
| Hex | 93 | 57 | BD | 16 | 36 | 0 | 1A | 113 | 2C | 36 |
| Octal | 223 | 127 | 275 | 26 | 66 | 0 | 32 | 423 | 54 | 66 |
| Binary | 10010011 | 1010111 | 10111101 | 10110 | 110110 | 0 | 11010 | 100010011 | 101100 | 110110 |
Color Harmonies of #9357BD
Complementary color
Monochromatic Colors of #9357BD
Black with #9357BD
Text Example
Text Example
White with #9357BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9357BD; }
p { color: rgb(147,87,189); }
H1.HeaderClassName
{
color: #9357BD;
}
.AnyTagClassName
{
color: #9357BD;
}
</style>
background-color css
<style>
a { background-color: #9357BD; }
a { background-color: rgb(147,87,189); }
div.DivClassName
{
background-color: #9357BD;
}
.BgClassName
{
background-color: #9357BD;
}
</style>
border-color css
<style>
span { border-color: #9357BD; }
span { border-color: rgb(147,87,189); }
td.TdClassName
{
border-color: #9357BD;
}
.TagClassName
{
border-color: #9357BD;
}
</style>