Shades of Deep Lilac #9458AE
Tints of Deep Lilac #9458AE
RGB
CMYK
RGB Variations
Color information
#9458AE (or 0x9458AE) is known color: Deep Lilac. HEX triplet: 94, 58 and AE. RGB value is (148,88,174). Sum of RGB (Red+Green+Blue) = 148+88+174=410 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.10% from 410); Green value is 88 (34.77% from 255 or 21.46% from 410); Blue value is 174 (68.36% from 255 or 42.44% from 410); Max value from RGB is 174 - color contains mainly: blue. Hex color #9458AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9458AE is #6BA751. Grayscale: #737373. Windows color (decimal): -7055186 or 11425940. OLE color: 11425940.
HSL color Cylindrical-coordinate representation of color #9458AE: hue angle of 281.86º degrees, saturation: 0.35, 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 #9458AE is Cyan = 0.15, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 148 | 88 | 174 | - |
| CMYK | 0.15 | 0.49 | 0 | 0.32 |
| HSL | 281.86º | 0.35% | 0.51% | - |
| HSV(B) | 281.86º | 0.49% | 0.68% | - |
| XYZ | 23.34 | 16.33 | 41.97 | - |
| YUV | 115.74 | 160.88 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 88 | 174 | 0.15 | 0.49 | 0 | 0.32 | 281.86 | 0.35 | 0.51 |
| Hex | 94 | 58 | AE | F | 31 | 0 | 20 | 11A | 23 | 33 |
| Octal | 224 | 130 | 256 | 17 | 61 | 0 | 40 | 432 | 43 | 63 |
| Binary | 10010100 | 1011000 | 10101110 | 1111 | 110001 | 0 | 100000 | 100011010 | 100011 | 110011 |
Color Harmonies of #9458AE
Complementary color
Monochromatic Colors of #9458AE
Black with #9458AE
Text Example
Text Example
White with #9458AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9458AE; }
p { color: rgb(148,88,174); }
H1.HeaderClassName
{
color: #9458AE;
}
.AnyTagClassName
{
color: #9458AE;
}
</style>
background-color css
<style>
a { background-color: #9458AE; }
a { background-color: rgb(148,88,174); }
div.DivClassName
{
background-color: #9458AE;
}
.BgClassName
{
background-color: #9458AE;
}
</style>
border-color css
<style>
span { border-color: #9458AE; }
span { border-color: rgb(148,88,174); }
td.TdClassName
{
border-color: #9458AE;
}
.TagClassName
{
border-color: #9458AE;
}
</style>