Shades of Deep Lilac #9B5AB2
Tints of Deep Lilac #9B5AB2
RGB
CMYK
RGB Variations
Color information
#9B5AB2 (or 0x9B5AB2) is known color: Deep Lilac. HEX triplet: 9B, 5A and B2. RGB value is (155,90,178). Sum of RGB (Red+Green+Blue) = 155+90+178=423 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.64% from 423); Green value is 90 (35.55% from 255 or 21.28% from 423); Blue value is 178 (69.92% from 255 or 42.08% from 423); Max value from RGB is 178 - color contains mainly: blue. Hex color #9B5AB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B5AB2 is #64A54D. Grayscale: #777777. Windows color (decimal): -6595918 or 11688603. OLE color: 11688603.
HSL color Cylindrical-coordinate representation of color #9B5AB2: hue angle of 284.32º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9B5AB2 is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 155 | 90 | 178 | - |
| CMYK | 0.13 | 0.49 | 0 | 0.30 |
| HSL | 284.32º | 0.36% | 0.53% | - |
| HSV(B) | 284.32º | 0.49% | 0.7% | - |
| XYZ | 25.21 | 17.5 | 44.17 | - |
| YUV | 119.47 | 161.03 | 153.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 90 | 178 | 0.13 | 0.49 | 0 | 0.30 | 284.32 | 0.36 | 0.53 |
| Hex | 9B | 5A | B2 | D | 31 | 0 | 1E | 11C | 24 | 35 |
| Octal | 233 | 132 | 262 | 15 | 61 | 0 | 36 | 434 | 44 | 65 |
| Binary | 10011011 | 1011010 | 10110010 | 1101 | 110001 | 0 | 11110 | 100011100 | 100100 | 110101 |
Color Harmonies of #9B5AB2
Complementary color
Monochromatic Colors of #9B5AB2
Black with #9B5AB2
Text Example
Text Example
White with #9B5AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5AB2; }
p { color: rgb(155,90,178); }
H1.HeaderClassName
{
color: #9B5AB2;
}
.AnyTagClassName
{
color: #9B5AB2;
}
</style>
background-color css
<style>
a { background-color: #9B5AB2; }
a { background-color: rgb(155,90,178); }
div.DivClassName
{
background-color: #9B5AB2;
}
.BgClassName
{
background-color: #9B5AB2;
}
</style>
border-color css
<style>
span { border-color: #9B5AB2; }
span { border-color: rgb(155,90,178); }
td.TdClassName
{
border-color: #9B5AB2;
}
.TagClassName
{
border-color: #9B5AB2;
}
</style>