Shades of Deep Lilac #9351AD
Tints of Deep Lilac #9351AD
RGB
CMYK
RGB Variations
Color information
#9351AD (or 0x9351AD) is known color: Deep Lilac. HEX triplet: 93, 51 and AD. RGB value is (147,81,173). Sum of RGB (Red+Green+Blue) = 147+81+173=401 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.66% from 401); Green value is 81 (32.03% from 255 or 20.20% from 401); Blue value is 173 (67.97% from 255 or 43.14% from 401); Max value from RGB is 173 - color contains mainly: blue. Hex color #9351AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9351AD is #6CAE52. Grayscale: #6E6E6E. Windows color (decimal): -7122515 or 11358611. OLE color: 11358611.
HSL color Cylindrical-coordinate representation of color #9351AD: hue angle of 283.04º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9351AD is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 147 | 81 | 173 | - |
| CMYK | 0.15 | 0.53 | 0 | 0.32 |
| HSL | 283.04º | 0.36% | 0.5% | - |
| HSV(B) | 283.04º | 0.53% | 0.68% | - |
| XYZ | 22.52 | 15.11 | 41.26 | - |
| YUV | 111.22 | 162.87 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 81 | 173 | 0.15 | 0.53 | 0 | 0.32 | 283.04 | 0.36 | 0.5 |
| Hex | 93 | 51 | AD | F | 35 | 0 | 20 | 11B | 24 | 32 |
| Octal | 223 | 121 | 255 | 17 | 65 | 0 | 40 | 433 | 44 | 62 |
| Binary | 10010011 | 1010001 | 10101101 | 1111 | 110101 | 0 | 100000 | 100011011 | 100100 | 110010 |
Color Harmonies of #9351AD
Complementary color
Monochromatic Colors of #9351AD
Black with #9351AD
Text Example
Text Example
White with #9351AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9351AD; }
p { color: rgb(147,81,173); }
H1.HeaderClassName
{
color: #9351AD;
}
.AnyTagClassName
{
color: #9351AD;
}
</style>
background-color css
<style>
a { background-color: #9351AD; }
a { background-color: rgb(147,81,173); }
div.DivClassName
{
background-color: #9351AD;
}
.BgClassName
{
background-color: #9351AD;
}
</style>
border-color css
<style>
span { border-color: #9351AD; }
span { border-color: rgb(147,81,173); }
td.TdClassName
{
border-color: #9351AD;
}
.TagClassName
{
border-color: #9351AD;
}
</style>