Shades of Deep Lilac #9451AD
Tints of Deep Lilac #9451AD
RGB
CMYK
RGB Variations
Color information
#9451AD (or 0x9451AD) is known color: Deep Lilac. HEX triplet: 94, 51 and AD. RGB value is (148,81,173). Sum of RGB (Red+Green+Blue) = 148+81+173=402 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.82% from 402); Green value is 81 (32.03% from 255 or 20.15% from 402); Blue value is 173 (67.97% from 255 or 43.03% from 402); Max value from RGB is 173 - color contains mainly: blue. Hex color #9451AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9451AD is #6BAE52. Grayscale: #6F6F6F. Windows color (decimal): -7056979 or 11358612. OLE color: 11358612.
HSL color Cylindrical-coordinate representation of color #9451AD: hue angle of 283.7º 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 #9451AD is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 148 | 81 | 173 | - |
| CMYK | 0.14 | 0.53 | 0 | 0.32 |
| HSL | 283.7º | 0.36% | 0.5% | - |
| HSV(B) | 283.7º | 0.53% | 0.68% | - |
| XYZ | 22.7 | 15.2 | 41.27 | - |
| YUV | 111.52 | 162.7 | 154.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 81 | 173 | 0.14 | 0.53 | 0 | 0.32 | 283.7 | 0.36 | 0.5 |
| Hex | 94 | 51 | AD | E | 35 | 0 | 20 | 11C | 24 | 32 |
| Octal | 224 | 121 | 255 | 16 | 65 | 0 | 40 | 434 | 44 | 62 |
| Binary | 10010100 | 1010001 | 10101101 | 1110 | 110101 | 0 | 100000 | 100011100 | 100100 | 110010 |
Color Harmonies of #9451AD
Complementary color
Monochromatic Colors of #9451AD
Black with #9451AD
Text Example
Text Example
White with #9451AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9451AD; }
p { color: rgb(148,81,173); }
H1.HeaderClassName
{
color: #9451AD;
}
.AnyTagClassName
{
color: #9451AD;
}
</style>
background-color css
<style>
a { background-color: #9451AD; }
a { background-color: rgb(148,81,173); }
div.DivClassName
{
background-color: #9451AD;
}
.BgClassName
{
background-color: #9451AD;
}
</style>
border-color css
<style>
span { border-color: #9451AD; }
span { border-color: rgb(148,81,173); }
td.TdClassName
{
border-color: #9451AD;
}
.TagClassName
{
border-color: #9451AD;
}
</style>