Shades of Deep Lilac #9357BC
Tints of Deep Lilac #9357BC
RGB
CMYK
RGB Variations
Color information
#9357BC (or 0x9357BC) is known color: Deep Lilac. HEX triplet: 93, 57 and BC. RGB value is (147,87,188). Sum of RGB (Red+Green+Blue) = 147+87+188=422 (55% of max value = 765). Red value is 147 (57.81% from 255 or 34.83% from 422); Green value is 87 (34.38% from 255 or 20.62% from 422); Blue value is 188 (73.83% from 255 or 44.55% from 422); Max value from RGB is 188 - color contains mainly: blue. Hex color #9357BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9357BC is #6CA843. Grayscale: #747474. Windows color (decimal): -7120964 or 12343187. OLE color: 12343187.
HSL color Cylindrical-coordinate representation of color #9357BC: hue angle of 275.64º degrees, saturation: 0.43, 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 #9357BC is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 147 | 87 | 188 | - |
| CMYK | 0.22 | 0.54 | 0 | 0.26 |
| HSL | 275.64º | 0.43% | 0.54% | - |
| HSV(B) | 275.64º | 0.54% | 0.74% | - |
| XYZ | 24.52 | 16.65 | 49.5 | - |
| YUV | 116.45 | 168.38 | 149.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 87 | 188 | 0.22 | 0.54 | 0 | 0.26 | 275.64 | 0.43 | 0.54 |
| Hex | 93 | 57 | BC | 16 | 36 | 0 | 1A | 114 | 2B | 36 |
| Octal | 223 | 127 | 274 | 26 | 66 | 0 | 32 | 424 | 53 | 66 |
| Binary | 10010011 | 1010111 | 10111100 | 10110 | 110110 | 0 | 11010 | 100010100 | 101011 | 110110 |
Color Harmonies of #9357BC
Complementary color
Monochromatic Colors of #9357BC
Black with #9357BC
Text Example
Text Example
White with #9357BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9357BC; }
p { color: rgb(147,87,188); }
H1.HeaderClassName
{
color: #9357BC;
}
.AnyTagClassName
{
color: #9357BC;
}
</style>
background-color css
<style>
a { background-color: #9357BC; }
a { background-color: rgb(147,87,188); }
div.DivClassName
{
background-color: #9357BC;
}
.BgClassName
{
background-color: #9357BC;
}
</style>
border-color css
<style>
span { border-color: #9357BC; }
span { border-color: rgb(147,87,188); }
td.TdClassName
{
border-color: #9357BC;
}
.TagClassName
{
border-color: #9357BC;
}
</style>