Shades of Deep Lilac #9447AA
Tints of Deep Lilac #9447AA
RGB
CMYK
RGB Variations
Color information
#9447AA (or 0x9447AA) is known color: Deep Lilac. HEX triplet: 94, 47 and AA. RGB value is (148,71,170). Sum of RGB (Red+Green+Blue) = 148+71+170=389 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.05% from 389); Green value is 71 (28.12% from 255 or 18.25% from 389); Blue value is 170 (66.80% from 255 or 43.70% from 389); Max value from RGB is 170 - color contains mainly: blue. Hex color #9447AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9447AA is #6BB855. Grayscale: #686868. Windows color (decimal): -7059542 or 11159444. OLE color: 11159444.
HSL color Cylindrical-coordinate representation of color #9447AA: hue angle of 286.67º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9447AA is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 148 | 71 | 170 | - |
| CMYK | 0.13 | 0.58 | 0 | 0.33 |
| HSL | 286.67º | 0.41% | 0.47% | - |
| HSV(B) | 286.67º | 0.58% | 0.67% | - |
| XYZ | 21.72 | 13.7 | 39.53 | - |
| YUV | 105.31 | 164.51 | 158.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 71 | 170 | 0.13 | 0.58 | 0 | 0.33 | 286.67 | 0.41 | 0.47 |
| Hex | 94 | 47 | AA | D | 3A | 0 | 21 | 11F | 29 | 2F |
| Octal | 224 | 107 | 252 | 15 | 72 | 0 | 41 | 437 | 51 | 57 |
| Binary | 10010100 | 1000111 | 10101010 | 1101 | 111010 | 0 | 100001 | 100011111 | 101001 | 101111 |
Color Harmonies of #9447AA
Complementary color
Monochromatic Colors of #9447AA
Black with #9447AA
Text Example
Text Example
White with #9447AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9447AA; }
p { color: rgb(148,71,170); }
H1.HeaderClassName
{
color: #9447AA;
}
.AnyTagClassName
{
color: #9447AA;
}
</style>
background-color css
<style>
a { background-color: #9447AA; }
a { background-color: rgb(148,71,170); }
div.DivClassName
{
background-color: #9447AA;
}
.BgClassName
{
background-color: #9447AA;
}
</style>
border-color css
<style>
span { border-color: #9447AA; }
span { border-color: rgb(148,71,170); }
td.TdClassName
{
border-color: #9447AA;
}
.TagClassName
{
border-color: #9447AA;
}
</style>