Shades of Deep Lilac #9450AC
Tints of Deep Lilac #9450AC
RGB
CMYK
RGB Variations
Color information
#9450AC (or 0x9450AC) is known color: Deep Lilac. HEX triplet: 94, 50 and AC. RGB value is (148,80,172). Sum of RGB (Red+Green+Blue) = 148+80+172=400 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37% from 400); Green value is 80 (31.64% from 255 or 20% from 400); Blue value is 172 (67.58% from 255 or 43% from 400); Max value from RGB is 172 - color contains mainly: blue. Hex color #9450AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9450AC is #6BAF53. Grayscale: #6E6E6E. Windows color (decimal): -7057236 or 11292820. OLE color: 11292820.
HSL color Cylindrical-coordinate representation of color #9450AC: hue angle of 284.35º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9450AC is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 148 | 80 | 172 | - |
| CMYK | 0.14 | 0.53 | 0 | 0.33 |
| HSL | 284.35º | 0.37% | 0.49% | - |
| HSV(B) | 284.35º | 0.53% | 0.67% | - |
| XYZ | 22.53 | 15.01 | 40.74 | - |
| YUV | 110.82 | 162.53 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 80 | 172 | 0.14 | 0.53 | 0 | 0.33 | 284.35 | 0.37 | 0.49 |
| Hex | 94 | 50 | AC | E | 35 | 0 | 21 | 11C | 25 | 31 |
| Octal | 224 | 120 | 254 | 16 | 65 | 0 | 41 | 434 | 45 | 61 |
| Binary | 10010100 | 1010000 | 10101100 | 1110 | 110101 | 0 | 100001 | 100011100 | 100101 | 110001 |
Color Harmonies of #9450AC
Complementary color
Monochromatic Colors of #9450AC
Black with #9450AC
Text Example
Text Example
White with #9450AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9450AC; }
p { color: rgb(148,80,172); }
H1.HeaderClassName
{
color: #9450AC;
}
.AnyTagClassName
{
color: #9450AC;
}
</style>
background-color css
<style>
a { background-color: #9450AC; }
a { background-color: rgb(148,80,172); }
div.DivClassName
{
background-color: #9450AC;
}
.BgClassName
{
background-color: #9450AC;
}
</style>
border-color css
<style>
span { border-color: #9450AC; }
span { border-color: rgb(148,80,172); }
td.TdClassName
{
border-color: #9450AC;
}
.TagClassName
{
border-color: #9450AC;
}
</style>