Shades of Deep Lilac #9359B4
Tints of Deep Lilac #9359B4
RGB
CMYK
RGB Variations
Color information
#9359B4 (or 0x9359B4) is known color: Deep Lilac. HEX triplet: 93, 59 and B4. RGB value is (147,89,180). Sum of RGB (Red+Green+Blue) = 147+89+180=416 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.34% from 416); Green value is 89 (35.16% from 255 or 21.39% from 416); Blue value is 180 (70.70% from 255 or 43.27% from 416); Max value from RGB is 180 - color contains mainly: blue. Hex color #9359B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9359B4 is #6CA64B. Grayscale: #747474. Windows color (decimal): -7120460 or 11819411. OLE color: 11819411.
HSL color Cylindrical-coordinate representation of color #9359B4: hue angle of 278.24º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9359B4 is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 147 | 89 | 180 | - |
| CMYK | 0.18 | 0.51 | 0 | 0.29 |
| HSL | 278.24º | 0.38% | 0.53% | - |
| HSV(B) | 278.24º | 0.51% | 0.71% | - |
| XYZ | 23.84 | 16.64 | 45.14 | - |
| YUV | 116.72 | 163.72 | 149.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 89 | 180 | 0.18 | 0.51 | 0 | 0.29 | 278.24 | 0.38 | 0.53 |
| Hex | 93 | 59 | B4 | 12 | 33 | 0 | 1D | 116 | 26 | 35 |
| Octal | 223 | 131 | 264 | 22 | 63 | 0 | 35 | 426 | 46 | 65 |
| Binary | 10010011 | 1011001 | 10110100 | 10010 | 110011 | 0 | 11101 | 100010110 | 100110 | 110101 |
Color Harmonies of #9359B4
Complementary color
Monochromatic Colors of #9359B4
Black with #9359B4
Text Example
Text Example
White with #9359B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9359B4; }
p { color: rgb(147,89,180); }
H1.HeaderClassName
{
color: #9359B4;
}
.AnyTagClassName
{
color: #9359B4;
}
</style>
background-color css
<style>
a { background-color: #9359B4; }
a { background-color: rgb(147,89,180); }
div.DivClassName
{
background-color: #9359B4;
}
.BgClassName
{
background-color: #9359B4;
}
</style>
border-color css
<style>
span { border-color: #9359B4; }
span { border-color: rgb(147,89,180); }
td.TdClassName
{
border-color: #9359B4;
}
.TagClassName
{
border-color: #9359B4;
}
</style>