Shades of Deep Lilac #9449AC
Tints of Deep Lilac #9449AC
RGB
CMYK
RGB Variations
Color information
#9449AC (or 0x9449AC) is known color: Deep Lilac. HEX triplet: 94, 49 and AC. RGB value is (148,73,172). Sum of RGB (Red+Green+Blue) = 148+73+172=393 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.66% from 393); Green value is 73 (28.91% from 255 or 18.58% from 393); Blue value is 172 (67.58% from 255 or 43.77% from 393); Max value from RGB is 172 - color contains mainly: blue. Hex color #9449AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9449AC is #6BB653. Grayscale: #6A6A6A. Windows color (decimal): -7059028 or 11291028. OLE color: 11291028.
HSL color Cylindrical-coordinate representation of color #9449AC: hue angle of 285.45º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9449AC is Cyan = 0.14, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 148 | 73 | 172 | - |
| CMYK | 0.14 | 0.58 | 0 | 0.33 |
| HSL | 285.45º | 0.4% | 0.48% | - |
| HSV(B) | 285.45º | 0.58% | 0.67% | - |
| XYZ | 22.04 | 14.04 | 40.58 | - |
| YUV | 106.71 | 164.85 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 73 | 172 | 0.14 | 0.58 | 0 | 0.33 | 285.45 | 0.4 | 0.48 |
| Hex | 94 | 49 | AC | E | 3A | 0 | 21 | 11D | 28 | 30 |
| Octal | 224 | 111 | 254 | 16 | 72 | 0 | 41 | 435 | 50 | 60 |
| Binary | 10010100 | 1001001 | 10101100 | 1110 | 111010 | 0 | 100001 | 100011101 | 101000 | 110000 |
Color Harmonies of #9449AC
Complementary color
Monochromatic Colors of #9449AC
Black with #9449AC
Text Example
Text Example
White with #9449AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9449AC; }
p { color: rgb(148,73,172); }
H1.HeaderClassName
{
color: #9449AC;
}
.AnyTagClassName
{
color: #9449AC;
}
</style>
background-color css
<style>
a { background-color: #9449AC; }
a { background-color: rgb(148,73,172); }
div.DivClassName
{
background-color: #9449AC;
}
.BgClassName
{
background-color: #9449AC;
}
</style>
border-color css
<style>
span { border-color: #9449AC; }
span { border-color: rgb(148,73,172); }
td.TdClassName
{
border-color: #9449AC;
}
.TagClassName
{
border-color: #9449AC;
}
</style>