Shades of Deep Lilac #9446AC
Tints of Deep Lilac #9446AC
RGB
CMYK
RGB Variations
Color information
#9446AC (or 0x9446AC) is known color: Deep Lilac. HEX triplet: 94, 46 and AC. RGB value is (148,70,172). Sum of RGB (Red+Green+Blue) = 148+70+172=390 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.95% from 390); Green value is 70 (27.73% from 255 or 17.95% from 390); Blue value is 172 (67.58% from 255 or 44.10% from 390); Max value from RGB is 172 - color contains mainly: blue. Hex color #9446AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9446AC is #6BB953. Grayscale: #686868. Windows color (decimal): -7059796 or 11290260. OLE color: 11290260.
HSL color Cylindrical-coordinate representation of color #9446AC: hue angle of 285.88º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9446AC is Cyan = 0.14, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 148 | 70 | 172 | - |
| CMYK | 0.14 | 0.59 | 0 | 0.33 |
| HSL | 285.88º | 0.42% | 0.47% | - |
| HSV(B) | 285.88º | 0.59% | 0.67% | - |
| XYZ | 21.85 | 13.65 | 40.51 | - |
| YUV | 104.95 | 165.84 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 70 | 172 | 0.14 | 0.59 | 0 | 0.33 | 285.88 | 0.42 | 0.47 |
| Hex | 94 | 46 | AC | E | 3B | 0 | 21 | 11E | 2A | 2F |
| Octal | 224 | 106 | 254 | 16 | 73 | 0 | 41 | 436 | 52 | 57 |
| Binary | 10010100 | 1000110 | 10101100 | 1110 | 111011 | 0 | 100001 | 100011110 | 101010 | 101111 |
Color Harmonies of #9446AC
Complementary color
Monochromatic Colors of #9446AC
Black with #9446AC
Text Example
Text Example
White with #9446AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9446AC; }
p { color: rgb(148,70,172); }
H1.HeaderClassName
{
color: #9446AC;
}
.AnyTagClassName
{
color: #9446AC;
}
</style>
background-color css
<style>
a { background-color: #9446AC; }
a { background-color: rgb(148,70,172); }
div.DivClassName
{
background-color: #9446AC;
}
.BgClassName
{
background-color: #9446AC;
}
</style>
border-color css
<style>
span { border-color: #9446AC; }
span { border-color: rgb(148,70,172); }
td.TdClassName
{
border-color: #9446AC;
}
.TagClassName
{
border-color: #9446AC;
}
</style>