Shades of Deep Lilac #9B5FAC
Tints of Deep Lilac #9B5FAC
RGB
CMYK
RGB Variations
Color information
#9B5FAC (or 0x9B5FAC) is known color: Deep Lilac. HEX triplet: 9B, 5F and AC. RGB value is (155,95,172). Sum of RGB (Red+Green+Blue) = 155+95+172=422 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.73% from 422); Green value is 95 (37.5% from 255 or 22.51% from 422); Blue value is 172 (67.58% from 255 or 40.76% from 422); Max value from RGB is 172 - color contains mainly: blue. Hex color #9B5FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B5FAC is #64A053. Grayscale: #797979. Windows color (decimal): -6594644 or 11296667. OLE color: 11296667.
HSL color Cylindrical-coordinate representation of color #9B5FAC: hue angle of 286.75º 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 #9B5FAC is Cyan = 0.10, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 155 | 95 | 172 | - |
| CMYK | 0.10 | 0.45 | 0 | 0.33 |
| HSL | 286.75º | 0.32% | 0.52% | - |
| HSV(B) | 286.75º | 0.45% | 0.67% | - |
| XYZ | 25.06 | 18.13 | 41.21 | - |
| YUV | 121.72 | 156.38 | 151.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 95 | 172 | 0.10 | 0.45 | 0 | 0.33 | 286.75 | 0.32 | 0.52 |
| Hex | 9B | 5F | AC | A | 2D | 0 | 21 | 11F | 20 | 34 |
| Octal | 233 | 137 | 254 | 12 | 55 | 0 | 41 | 437 | 40 | 64 |
| Binary | 10011011 | 1011111 | 10101100 | 1010 | 101101 | 0 | 100001 | 100011111 | 100000 | 110100 |
Color Harmonies of #9B5FAC
Complementary color
Monochromatic Colors of #9B5FAC
Black with #9B5FAC
Text Example
Text Example
White with #9B5FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5FAC; }
p { color: rgb(155,95,172); }
H1.HeaderClassName
{
color: #9B5FAC;
}
.AnyTagClassName
{
color: #9B5FAC;
}
</style>
background-color css
<style>
a { background-color: #9B5FAC; }
a { background-color: rgb(155,95,172); }
div.DivClassName
{
background-color: #9B5FAC;
}
.BgClassName
{
background-color: #9B5FAC;
}
</style>
border-color css
<style>
span { border-color: #9B5FAC; }
span { border-color: rgb(155,95,172); }
td.TdClassName
{
border-color: #9B5FAC;
}
.TagClassName
{
border-color: #9B5FAC;
}
</style>