Shades of Deep Lilac #9B63AD
Tints of Deep Lilac #9B63AD
RGB
CMYK
RGB Variations
Color information
#9B63AD (or 0x9B63AD) is known color: Deep Lilac. HEX triplet: 9B, 63 and AD. RGB value is (155,99,173). Sum of RGB (Red+Green+Blue) = 155+99+173=427 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.30% from 427); Green value is 99 (39.06% from 255 or 23.19% from 427); Blue value is 173 (67.97% from 255 or 40.52% from 427); Max value from RGB is 173 - color contains mainly: blue. Hex color #9B63AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B63AD is #649C52. Grayscale: #7B7B7B. Windows color (decimal): -6593619 or 11363227. OLE color: 11363227.
HSL color Cylindrical-coordinate representation of color #9B63AD: hue angle of 285.41º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9B63AD is Cyan = 0.10, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 155 | 99 | 173 | - |
| CMYK | 0.10 | 0.43 | 0 | 0.32 |
| HSL | 285.41º | 0.31% | 0.53% | - |
| HSV(B) | 285.41º | 0.43% | 0.68% | - |
| XYZ | 25.52 | 18.91 | 41.84 | - |
| YUV | 124.18 | 155.55 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 99 | 173 | 0.10 | 0.43 | 0 | 0.32 | 285.41 | 0.31 | 0.53 |
| Hex | 9B | 63 | AD | A | 2B | 0 | 20 | 11D | 1F | 35 |
| Octal | 233 | 143 | 255 | 12 | 53 | 0 | 40 | 435 | 37 | 65 |
| Binary | 10011011 | 1100011 | 10101101 | 1010 | 101011 | 0 | 100000 | 100011101 | 11111 | 110101 |
Color Harmonies of #9B63AD
Complementary color
Monochromatic Colors of #9B63AD
Black with #9B63AD
Text Example
Text Example
White with #9B63AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B63AD; }
p { color: rgb(155,99,173); }
H1.HeaderClassName
{
color: #9B63AD;
}
.AnyTagClassName
{
color: #9B63AD;
}
</style>
background-color css
<style>
a { background-color: #9B63AD; }
a { background-color: rgb(155,99,173); }
div.DivClassName
{
background-color: #9B63AD;
}
.BgClassName
{
background-color: #9B63AD;
}
</style>
border-color css
<style>
span { border-color: #9B63AD; }
span { border-color: rgb(155,99,173); }
td.TdClassName
{
border-color: #9B63AD;
}
.TagClassName
{
border-color: #9B63AD;
}
</style>