Shades of Deep Lilac #9454AC
Tints of Deep Lilac #9454AC
RGB
CMYK
RGB Variations
Color information
#9454AC (or 0x9454AC) is known color: Deep Lilac. HEX triplet: 94, 54 and AC. RGB value is (148,84,172). Sum of RGB (Red+Green+Blue) = 148+84+172=404 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.63% from 404); Green value is 84 (33.20% from 255 or 20.79% from 404); Blue value is 172 (67.58% from 255 or 42.57% from 404); Max value from RGB is 172 - color contains mainly: blue. Hex color #9454AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9454AC is #6BAB53. Grayscale: #707070. Windows color (decimal): -7056212 or 11293844. OLE color: 11293844.
HSL color Cylindrical-coordinate representation of color #9454AC: hue angle of 283.64º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9454AC is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 148 | 84 | 172 | - |
| CMYK | 0.14 | 0.51 | 0 | 0.33 |
| HSL | 283.64º | 0.35% | 0.5% | - |
| HSV(B) | 283.64º | 0.51% | 0.67% | - |
| XYZ | 22.83 | 15.62 | 40.84 | - |
| YUV | 113.17 | 161.2 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 84 | 172 | 0.14 | 0.51 | 0 | 0.33 | 283.64 | 0.35 | 0.5 |
| Hex | 94 | 54 | AC | E | 33 | 0 | 21 | 11C | 23 | 32 |
| Octal | 224 | 124 | 254 | 16 | 63 | 0 | 41 | 434 | 43 | 62 |
| Binary | 10010100 | 1010100 | 10101100 | 1110 | 110011 | 0 | 100001 | 100011100 | 100011 | 110010 |
Color Harmonies of #9454AC
Complementary color
Monochromatic Colors of #9454AC
Black with #9454AC
Text Example
Text Example
White with #9454AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9454AC; }
p { color: rgb(148,84,172); }
H1.HeaderClassName
{
color: #9454AC;
}
.AnyTagClassName
{
color: #9454AC;
}
</style>
background-color css
<style>
a { background-color: #9454AC; }
a { background-color: rgb(148,84,172); }
div.DivClassName
{
background-color: #9454AC;
}
.BgClassName
{
background-color: #9454AC;
}
</style>
border-color css
<style>
span { border-color: #9454AC; }
span { border-color: rgb(148,84,172); }
td.TdClassName
{
border-color: #9454AC;
}
.TagClassName
{
border-color: #9454AC;
}
</style>