Shades of Deep Lilac #9458AD
Tints of Deep Lilac #9458AD
RGB
CMYK
RGB Variations
Color information
#9458AD (or 0x9458AD) is known color: Deep Lilac. HEX triplet: 94, 58 and AD. RGB value is (148,88,173). Sum of RGB (Red+Green+Blue) = 148+88+173=409 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.19% from 409); Green value is 88 (34.77% from 255 or 21.52% from 409); Blue value is 173 (67.97% from 255 or 42.30% from 409); Max value from RGB is 173 - color contains mainly: blue. Hex color #9458AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9458AD is #6BA752. Grayscale: #737373. Windows color (decimal): -7055187 or 11360404. OLE color: 11360404.
HSL color Cylindrical-coordinate representation of color #9458AD: hue angle of 282.35º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9458AD is Cyan = 0.14, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 148 | 88 | 173 | - |
| CMYK | 0.14 | 0.49 | 0 | 0.32 |
| HSL | 282.35º | 0.34% | 0.51% | - |
| HSV(B) | 282.35º | 0.49% | 0.68% | - |
| XYZ | 23.25 | 16.29 | 41.45 | - |
| YUV | 115.63 | 160.38 | 151.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 88 | 173 | 0.14 | 0.49 | 0 | 0.32 | 282.35 | 0.34 | 0.51 |
| Hex | 94 | 58 | AD | E | 31 | 0 | 20 | 11A | 22 | 33 |
| Octal | 224 | 130 | 255 | 16 | 61 | 0 | 40 | 432 | 42 | 63 |
| Binary | 10010100 | 1011000 | 10101101 | 1110 | 110001 | 0 | 100000 | 100011010 | 100010 | 110011 |
Color Harmonies of #9458AD
Complementary color
Monochromatic Colors of #9458AD
Black with #9458AD
Text Example
Text Example
White with #9458AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9458AD; }
p { color: rgb(148,88,173); }
H1.HeaderClassName
{
color: #9458AD;
}
.AnyTagClassName
{
color: #9458AD;
}
</style>
background-color css
<style>
a { background-color: #9458AD; }
a { background-color: rgb(148,88,173); }
div.DivClassName
{
background-color: #9458AD;
}
.BgClassName
{
background-color: #9458AD;
}
</style>
border-color css
<style>
span { border-color: #9458AD; }
span { border-color: rgb(148,88,173); }
td.TdClassName
{
border-color: #9458AD;
}
.TagClassName
{
border-color: #9458AD;
}
</style>