Shades of Deep Lilac #9B40AB
Tints of Deep Lilac #9B40AB
RGB
CMYK
RGB Variations
Color information
#9B40AB (or 0x9B40AB) is known color: Deep Lilac. HEX triplet: 9B, 40 and AB. RGB value is (155,64,171). Sum of RGB (Red+Green+Blue) = 155+64+171=390 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.74% from 390); Green value is 64 (25.39% from 255 or 16.41% from 390); Blue value is 171 (67.19% from 255 or 43.85% from 390); Max value from RGB is 171 - color contains mainly: blue. Hex color #9B40AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B40AB is #64BF54. Grayscale: #676767. Windows color (decimal): -6602581 or 11223195. OLE color: 11223195.
HSL color Cylindrical-coordinate representation of color #9B40AB: hue angle of 291.03º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9B40AB is Cyan = 0.09, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 155 | 64 | 171 | - |
| CMYK | 0.09 | 0.63 | 0 | 0.33 |
| HSL | 291.03º | 0.46% | 0.46% | - |
| HSV(B) | 291.03º | 0.63% | 0.67% | - |
| XYZ | 22.7 | 13.58 | 39.95 | - |
| YUV | 103.41 | 166.15 | 164.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 64 | 171 | 0.09 | 0.63 | 0 | 0.33 | 291.03 | 0.46 | 0.46 |
| Hex | 9B | 40 | AB | 9 | 3F | 0 | 21 | 123 | 2E | 2E |
| Octal | 233 | 100 | 253 | 11 | 77 | 0 | 41 | 443 | 56 | 56 |
| Binary | 10011011 | 1000000 | 10101011 | 1001 | 111111 | 0 | 100001 | 100100011 | 101110 | 101110 |
Color Harmonies of #9B40AB
Complementary color
Monochromatic Colors of #9B40AB
Black with #9B40AB
Text Example
Text Example
White with #9B40AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B40AB; }
p { color: rgb(155,64,171); }
H1.HeaderClassName
{
color: #9B40AB;
}
.AnyTagClassName
{
color: #9B40AB;
}
</style>
background-color css
<style>
a { background-color: #9B40AB; }
a { background-color: rgb(155,64,171); }
div.DivClassName
{
background-color: #9B40AB;
}
.BgClassName
{
background-color: #9B40AB;
}
</style>
border-color css
<style>
span { border-color: #9B40AB; }
span { border-color: rgb(155,64,171); }
td.TdClassName
{
border-color: #9B40AB;
}
.TagClassName
{
border-color: #9B40AB;
}
</style>