Shades of Deep Lilac #9B5EAC
Tints of Deep Lilac #9B5EAC
RGB
CMYK
RGB Variations
Color information
#9B5EAC (or 0x9B5EAC) is known color: Deep Lilac. HEX triplet: 9B, 5E and AC. RGB value is (155,94,172). Sum of RGB (Red+Green+Blue) = 155+94+172=421 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.82% from 421); Green value is 94 (37.11% from 255 or 22.33% from 421); Blue value is 172 (67.58% from 255 or 40.86% from 421); Max value from RGB is 172 - color contains mainly: blue. Hex color #9B5EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B5EAC is #64A153. Grayscale: #787878. Windows color (decimal): -6594900 or 11296411. OLE color: 11296411.
HSL color Cylindrical-coordinate representation of color #9B5EAC: hue angle of 286.92º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9B5EAC is Cyan = 0.10, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 155 | 94 | 172 | - |
| CMYK | 0.10 | 0.45 | 0 | 0.33 |
| HSL | 286.92º | 0.32% | 0.52% | - |
| HSV(B) | 286.92º | 0.45% | 0.67% | - |
| XYZ | 24.97 | 17.95 | 41.18 | - |
| YUV | 121.13 | 156.71 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 94 | 172 | 0.10 | 0.45 | 0 | 0.33 | 286.92 | 0.32 | 0.52 |
| Hex | 9B | 5E | AC | A | 2D | 0 | 21 | 11F | 20 | 34 |
| Octal | 233 | 136 | 254 | 12 | 55 | 0 | 41 | 437 | 40 | 64 |
| Binary | 10011011 | 1011110 | 10101100 | 1010 | 101101 | 0 | 100001 | 100011111 | 100000 | 110100 |
Color Harmonies of #9B5EAC
Complementary color
Monochromatic Colors of #9B5EAC
Black with #9B5EAC
Text Example
Text Example
White with #9B5EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5EAC; }
p { color: rgb(155,94,172); }
H1.HeaderClassName
{
color: #9B5EAC;
}
.AnyTagClassName
{
color: #9B5EAC;
}
</style>
background-color css
<style>
a { background-color: #9B5EAC; }
a { background-color: rgb(155,94,172); }
div.DivClassName
{
background-color: #9B5EAC;
}
.BgClassName
{
background-color: #9B5EAC;
}
</style>
border-color css
<style>
span { border-color: #9B5EAC; }
span { border-color: rgb(155,94,172); }
td.TdClassName
{
border-color: #9B5EAC;
}
.TagClassName
{
border-color: #9B5EAC;
}
</style>