Shades of Deep Lilac #9B60B2
Tints of Deep Lilac #9B60B2
RGB
CMYK
RGB Variations
Color information
#9B60B2 (or 0x9B60B2) is known color: Deep Lilac. HEX triplet: 9B, 60 and B2. RGB value is (155,96,178). Sum of RGB (Red+Green+Blue) = 155+96+178=429 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.13% from 429); Green value is 96 (37.89% from 255 or 22.38% from 429); Blue value is 178 (69.92% from 255 or 41.49% from 429); Max value from RGB is 178 - color contains mainly: blue. Hex color #9B60B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B60B2 is #649F4D. Grayscale: #7A7A7A. Windows color (decimal): -6594382 or 11690139. OLE color: 11690139.
HSL color Cylindrical-coordinate representation of color #9B60B2: hue angle of 283.17º 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 #9B60B2 is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 155 | 96 | 178 | - |
| CMYK | 0.13 | 0.46 | 0 | 0.30 |
| HSL | 283.17º | 0.35% | 0.54% | - |
| HSV(B) | 283.17º | 0.46% | 0.7% | - |
| XYZ | 25.74 | 18.55 | 44.34 | - |
| YUV | 122.99 | 159.05 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 96 | 178 | 0.13 | 0.46 | 0 | 0.30 | 283.17 | 0.35 | 0.54 |
| Hex | 9B | 60 | B2 | D | 2E | 0 | 1E | 11B | 23 | 36 |
| Octal | 233 | 140 | 262 | 15 | 56 | 0 | 36 | 433 | 43 | 66 |
| Binary | 10011011 | 1100000 | 10110010 | 1101 | 101110 | 0 | 11110 | 100011011 | 100011 | 110110 |
Color Harmonies of #9B60B2
Complementary color
Monochromatic Colors of #9B60B2
Black with #9B60B2
Text Example
Text Example
White with #9B60B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B60B2; }
p { color: rgb(155,96,178); }
H1.HeaderClassName
{
color: #9B60B2;
}
.AnyTagClassName
{
color: #9B60B2;
}
</style>
background-color css
<style>
a { background-color: #9B60B2; }
a { background-color: rgb(155,96,178); }
div.DivClassName
{
background-color: #9B60B2;
}
.BgClassName
{
background-color: #9B60B2;
}
</style>
border-color css
<style>
span { border-color: #9B60B2; }
span { border-color: rgb(155,96,178); }
td.TdClassName
{
border-color: #9B60B2;
}
.TagClassName
{
border-color: #9B60B2;
}
</style>