Shades of Deep Lilac #9360B2
Tints of Deep Lilac #9360B2
RGB
CMYK
RGB Variations
Color information
#9360B2 (or 0x9360B2) is known color: Deep Lilac. HEX triplet: 93, 60 and B2. RGB value is (147,96,178). Sum of RGB (Red+Green+Blue) = 147+96+178=421 (55% of max value = 765). Red value is 147 (57.81% from 255 or 34.92% from 421); Green value is 96 (37.89% from 255 or 22.80% from 421); Blue value is 178 (69.92% from 255 or 42.28% from 421); Max value from RGB is 178 - color contains mainly: blue. Hex color #9360B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9360B2 is #6C9F4D. Grayscale: #787878. Windows color (decimal): -7118670 or 11690131. OLE color: 11690131.
HSL color Cylindrical-coordinate representation of color #9360B2: hue angle of 277.32º 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 #9360B2 is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 147 | 96 | 178 | - |
| CMYK | 0.17 | 0.46 | 0 | 0.30 |
| HSL | 277.32º | 0.35% | 0.54% | - |
| HSV(B) | 277.32º | 0.46% | 0.7% | - |
| XYZ | 24.25 | 17.78 | 44.27 | - |
| YUV | 120.6 | 160.4 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 96 | 178 | 0.17 | 0.46 | 0 | 0.30 | 277.32 | 0.35 | 0.54 |
| Hex | 93 | 60 | B2 | 11 | 2E | 0 | 1E | 115 | 23 | 36 |
| Octal | 223 | 140 | 262 | 21 | 56 | 0 | 36 | 425 | 43 | 66 |
| Binary | 10010011 | 1100000 | 10110010 | 10001 | 101110 | 0 | 11110 | 100010101 | 100011 | 110110 |
Color Harmonies of #9360B2
Complementary color
Monochromatic Colors of #9360B2
Black with #9360B2
Text Example
Text Example
White with #9360B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9360B2; }
p { color: rgb(147,96,178); }
H1.HeaderClassName
{
color: #9360B2;
}
.AnyTagClassName
{
color: #9360B2;
}
</style>
background-color css
<style>
a { background-color: #9360B2; }
a { background-color: rgb(147,96,178); }
div.DivClassName
{
background-color: #9360B2;
}
.BgClassName
{
background-color: #9360B2;
}
</style>
border-color css
<style>
span { border-color: #9360B2; }
span { border-color: rgb(147,96,178); }
td.TdClassName
{
border-color: #9360B2;
}
.TagClassName
{
border-color: #9360B2;
}
</style>