Shades of Deep Lilac #9449A7
Tints of Deep Lilac #9449A7
RGB
CMYK
RGB Variations
Color information
#9449A7 (or 0x9449A7) is known color: Deep Lilac. HEX triplet: 94, 49 and A7. RGB value is (148,73,167). Sum of RGB (Red+Green+Blue) = 148+73+167=388 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.14% from 388); Green value is 73 (28.91% from 255 or 18.81% from 388); Blue value is 167 (65.62% from 255 or 43.04% from 388); Max value from RGB is 167 - color contains mainly: blue. Hex color #9449A7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9449A7 is #6BB658. Grayscale: #696969. Windows color (decimal): -7059033 or 10963348. OLE color: 10963348.
HSL color Cylindrical-coordinate representation of color #9449A7: hue angle of 287.87º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9449A7 is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 148 | 73 | 167 | - |
| CMYK | 0.11 | 0.56 | 0 | 0.35 |
| HSL | 287.87º | 0.39% | 0.47% | - |
| HSV(B) | 287.87º | 0.56% | 0.65% | - |
| XYZ | 21.57 | 13.85 | 38.1 | - |
| YUV | 106.14 | 162.35 | 157.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 73 | 167 | 0.11 | 0.56 | 0 | 0.35 | 287.87 | 0.39 | 0.47 |
| Hex | 94 | 49 | A7 | B | 38 | 0 | 23 | 120 | 27 | 2F |
| Octal | 224 | 111 | 247 | 13 | 70 | 0 | 43 | 440 | 47 | 57 |
| Binary | 10010100 | 1001001 | 10100111 | 1011 | 111000 | 0 | 100011 | 100100000 | 100111 | 101111 |
Color Harmonies of #9449A7
Complementary color
Monochromatic Colors of #9449A7
Black with #9449A7
Text Example
Text Example
White with #9449A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9449A7; }
p { color: rgb(148,73,167); }
H1.HeaderClassName
{
color: #9449A7;
}
.AnyTagClassName
{
color: #9449A7;
}
</style>
background-color css
<style>
a { background-color: #9449A7; }
a { background-color: rgb(148,73,167); }
div.DivClassName
{
background-color: #9449A7;
}
.BgClassName
{
background-color: #9449A7;
}
</style>
border-color css
<style>
span { border-color: #9449A7; }
span { border-color: rgb(148,73,167); }
td.TdClassName
{
border-color: #9449A7;
}
.TagClassName
{
border-color: #9449A7;
}
</style>