Shades of Deep Lilac #9360B3
Tints of Deep Lilac #9360B3
RGB
CMYK
RGB Variations
Color information
#9360B3 (or 0x9360B3) is known color: Deep Lilac. HEX triplet: 93, 60 and B3. RGB value is (147,96,179). Sum of RGB (Red+Green+Blue) = 147+96+179=422 (55% of max value = 765). Red value is 147 (57.81% from 255 or 34.83% from 422); Green value is 96 (37.89% from 255 or 22.75% from 422); Blue value is 179 (70.31% from 255 or 42.42% from 422); Max value from RGB is 179 - color contains mainly: blue. Hex color #9360B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9360B3 is #6C9F4C. Grayscale: #787878. Windows color (decimal): -7118669 or 11755667. OLE color: 11755667.
HSL color Cylindrical-coordinate representation of color #9360B3: hue angle of 276.87º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9360B3 is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 147 | 96 | 179 | - |
| CMYK | 0.18 | 0.46 | 0 | 0.30 |
| HSL | 276.87º | 0.35% | 0.54% | - |
| HSV(B) | 276.87º | 0.46% | 0.7% | - |
| XYZ | 24.35 | 17.82 | 44.8 | - |
| YUV | 120.71 | 160.9 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 96 | 179 | 0.18 | 0.46 | 0 | 0.30 | 276.87 | 0.35 | 0.54 |
| Hex | 93 | 60 | B3 | 12 | 2E | 0 | 1E | 115 | 23 | 36 |
| Octal | 223 | 140 | 263 | 22 | 56 | 0 | 36 | 425 | 43 | 66 |
| Binary | 10010011 | 1100000 | 10110011 | 10010 | 101110 | 0 | 11110 | 100010101 | 100011 | 110110 |
Color Harmonies of #9360B3
Complementary color
Monochromatic Colors of #9360B3
Black with #9360B3
Text Example
Text Example
White with #9360B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9360B3; }
p { color: rgb(147,96,179); }
H1.HeaderClassName
{
color: #9360B3;
}
.AnyTagClassName
{
color: #9360B3;
}
</style>
background-color css
<style>
a { background-color: #9360B3; }
a { background-color: rgb(147,96,179); }
div.DivClassName
{
background-color: #9360B3;
}
.BgClassName
{
background-color: #9360B3;
}
</style>
border-color css
<style>
span { border-color: #9360B3; }
span { border-color: rgb(147,96,179); }
td.TdClassName
{
border-color: #9360B3;
}
.TagClassName
{
border-color: #9360B3;
}
</style>