Shades of Deep Lilac #9B3FAD
Tints of Deep Lilac #9B3FAD
RGB
CMYK
RGB Variations
Color information
#9B3FAD (or 0x9B3FAD) is known color: Deep Lilac. HEX triplet: 9B, 3F and AD. RGB value is (155,63,173). Sum of RGB (Red+Green+Blue) = 155+63+173=391 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.64% from 391); Green value is 63 (25% from 255 or 16.11% from 391); Blue value is 173 (67.97% from 255 or 44.25% from 391); Max value from RGB is 173 - color contains mainly: blue. Hex color #9B3FAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B3FAD is #64C052. Grayscale: #666666. Windows color (decimal): -6602835 or 11354011. OLE color: 11354011.
HSL color Cylindrical-coordinate representation of color #9B3FAD: hue angle of 290.18º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9B3FAD is Cyan = 0.10, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 155 | 63 | 173 | - |
| CMYK | 0.10 | 0.64 | 0 | 0.32 |
| HSL | 290.18º | 0.47% | 0.46% | - |
| HSV(B) | 290.18º | 0.64% | 0.68% | - |
| XYZ | 22.84 | 13.54 | 40.95 | - |
| YUV | 103.05 | 167.48 | 165.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 63 | 173 | 0.10 | 0.64 | 0 | 0.32 | 290.18 | 0.47 | 0.46 |
| Hex | 9B | 3F | AD | A | 40 | 0 | 20 | 122 | 2F | 2E |
| Octal | 233 | 77 | 255 | 12 | 100 | 0 | 40 | 442 | 57 | 56 |
| Binary | 10011011 | 111111 | 10101101 | 1010 | 1000000 | 0 | 100000 | 100100010 | 101111 | 101110 |
Color Harmonies of #9B3FAD
Complementary color
Monochromatic Colors of #9B3FAD
Black with #9B3FAD
Text Example
Text Example
White with #9B3FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B3FAD; }
p { color: rgb(155,63,173); }
H1.HeaderClassName
{
color: #9B3FAD;
}
.AnyTagClassName
{
color: #9B3FAD;
}
</style>
background-color css
<style>
a { background-color: #9B3FAD; }
a { background-color: rgb(155,63,173); }
div.DivClassName
{
background-color: #9B3FAD;
}
.BgClassName
{
background-color: #9B3FAD;
}
</style>
border-color css
<style>
span { border-color: #9B3FAD; }
span { border-color: rgb(155,63,173); }
td.TdClassName
{
border-color: #9B3FAD;
}
.TagClassName
{
border-color: #9B3FAD;
}
</style>