Shades of Deep Lilac #9B40AE
Tints of Deep Lilac #9B40AE
RGB
CMYK
RGB Variations
Color information
#9B40AE (or 0x9B40AE) is known color: Deep Lilac. HEX triplet: 9B, 40 and AE. RGB value is (155,64,174). Sum of RGB (Red+Green+Blue) = 155+64+174=393 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.44% from 393); Green value is 64 (25.39% from 255 or 16.28% from 393); Blue value is 174 (68.36% from 255 or 44.27% from 393); Max value from RGB is 174 - color contains mainly: blue. Hex color #9B40AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B40AE is #64BF51. Grayscale: #676767. Windows color (decimal): -6602578 or 11419803. OLE color: 11419803.
HSL color Cylindrical-coordinate representation of color #9B40AE: hue angle of 289.64º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9B40AE is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 155 | 64 | 174 | - |
| CMYK | 0.11 | 0.63 | 0 | 0.32 |
| HSL | 289.64º | 0.46% | 0.47% | - |
| HSV(B) | 289.64º | 0.63% | 0.68% | - |
| XYZ | 22.99 | 13.69 | 41.48 | - |
| YUV | 103.75 | 167.65 | 164.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 64 | 174 | 0.11 | 0.63 | 0 | 0.32 | 289.64 | 0.46 | 0.47 |
| Hex | 9B | 40 | AE | B | 3F | 0 | 20 | 122 | 2E | 2F |
| Octal | 233 | 100 | 256 | 13 | 77 | 0 | 40 | 442 | 56 | 57 |
| Binary | 10011011 | 1000000 | 10101110 | 1011 | 111111 | 0 | 100000 | 100100010 | 101110 | 101111 |
Color Harmonies of #9B40AE
Complementary color
Monochromatic Colors of #9B40AE
Black with #9B40AE
Text Example
Text Example
White with #9B40AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B40AE; }
p { color: rgb(155,64,174); }
H1.HeaderClassName
{
color: #9B40AE;
}
.AnyTagClassName
{
color: #9B40AE;
}
</style>
background-color css
<style>
a { background-color: #9B40AE; }
a { background-color: rgb(155,64,174); }
div.DivClassName
{
background-color: #9B40AE;
}
.BgClassName
{
background-color: #9B40AE;
}
</style>
border-color css
<style>
span { border-color: #9B40AE; }
span { border-color: rgb(155,64,174); }
td.TdClassName
{
border-color: #9B40AE;
}
.TagClassName
{
border-color: #9B40AE;
}
</style>