Shades of Deep Lilac #9356BB
Tints of Deep Lilac #9356BB
RGB
CMYK
RGB Variations
Color information
#9356BB (or 0x9356BB) is known color: Deep Lilac. HEX triplet: 93, 56 and BB. RGB value is (147,86,187). Sum of RGB (Red+Green+Blue) = 147+86+187=420 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35% from 420); Green value is 86 (33.98% from 255 or 20.48% from 420); Blue value is 187 (73.44% from 255 or 44.52% from 420); Max value from RGB is 187 - color contains mainly: blue. Hex color #9356BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9356BB is #6CA944. Grayscale: #737373. Windows color (decimal): -7121221 or 12277395. OLE color: 12277395.
HSL color Cylindrical-coordinate representation of color #9356BB: hue angle of 276.24º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9356BB is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 147 | 86 | 187 | - |
| CMYK | 0.21 | 0.54 | 0 | 0.27 |
| HSL | 276.24º | 0.43% | 0.54% | - |
| HSV(B) | 276.24º | 0.54% | 0.73% | - |
| XYZ | 24.33 | 16.45 | 48.91 | - |
| YUV | 115.75 | 168.21 | 150.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 86 | 187 | 0.21 | 0.54 | 0 | 0.27 | 276.24 | 0.43 | 0.54 |
| Hex | 93 | 56 | BB | 15 | 36 | 0 | 1B | 114 | 2B | 36 |
| Octal | 223 | 126 | 273 | 25 | 66 | 0 | 33 | 424 | 53 | 66 |
| Binary | 10010011 | 1010110 | 10111011 | 10101 | 110110 | 0 | 11011 | 100010100 | 101011 | 110110 |
Color Harmonies of #9356BB
Complementary color
Monochromatic Colors of #9356BB
Black with #9356BB
Text Example
Text Example
White with #9356BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9356BB; }
p { color: rgb(147,86,187); }
H1.HeaderClassName
{
color: #9356BB;
}
.AnyTagClassName
{
color: #9356BB;
}
</style>
background-color css
<style>
a { background-color: #9356BB; }
a { background-color: rgb(147,86,187); }
div.DivClassName
{
background-color: #9356BB;
}
.BgClassName
{
background-color: #9356BB;
}
</style>
border-color css
<style>
span { border-color: #9356BB; }
span { border-color: rgb(147,86,187); }
td.TdClassName
{
border-color: #9356BB;
}
.TagClassName
{
border-color: #9356BB;
}
</style>