Shades of Deep Lilac #9449AF
Tints of Deep Lilac #9449AF
RGB
CMYK
RGB Variations
Color information
#9449AF (or 0x9449AF) is known color: Deep Lilac. HEX triplet: 94, 49 and AF. RGB value is (148,73,175). Sum of RGB (Red+Green+Blue) = 148+73+175=396 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.37% from 396); Green value is 73 (28.91% from 255 or 18.43% from 396); Blue value is 175 (68.75% from 255 or 44.19% from 396); Max value from RGB is 175 - color contains mainly: blue. Hex color #9449AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9449AF is #6BB650. Grayscale: #6A6A6A. Windows color (decimal): -7059025 or 11487636. OLE color: 11487636.
HSL color Cylindrical-coordinate representation of color #9449AF: hue angle of 284.12º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9449AF is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 148 | 73 | 175 | - |
| CMYK | 0.15 | 0.58 | 0 | 0.31 |
| HSL | 284.12º | 0.41% | 0.49% | - |
| HSV(B) | 284.12º | 0.58% | 0.69% | - |
| XYZ | 22.33 | 14.16 | 42.11 | - |
| YUV | 107.05 | 166.35 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 73 | 175 | 0.15 | 0.58 | 0 | 0.31 | 284.12 | 0.41 | 0.49 |
| Hex | 94 | 49 | AF | F | 3A | 0 | 1F | 11C | 29 | 31 |
| Octal | 224 | 111 | 257 | 17 | 72 | 0 | 37 | 434 | 51 | 61 |
| Binary | 10010100 | 1001001 | 10101111 | 1111 | 111010 | 0 | 11111 | 100011100 | 101001 | 110001 |
Color Harmonies of #9449AF
Complementary color
Monochromatic Colors of #9449AF
Black with #9449AF
Text Example
Text Example
White with #9449AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9449AF; }
p { color: rgb(148,73,175); }
H1.HeaderClassName
{
color: #9449AF;
}
.AnyTagClassName
{
color: #9449AF;
}
</style>
background-color css
<style>
a { background-color: #9449AF; }
a { background-color: rgb(148,73,175); }
div.DivClassName
{
background-color: #9449AF;
}
.BgClassName
{
background-color: #9449AF;
}
</style>
border-color css
<style>
span { border-color: #9449AF; }
span { border-color: rgb(148,73,175); }
td.TdClassName
{
border-color: #9449AF;
}
.TagClassName
{
border-color: #9449AF;
}
</style>