Shades of Deep Lilac #9052AF
Tints of Deep Lilac #9052AF
RGB
CMYK
RGB Variations
Color information
#9052AF (or 0x9052AF) is known color: Deep Lilac. HEX triplet: 90, 52 and AF. RGB value is (144,82,175). Sum of RGB (Red+Green+Blue) = 144+82+175=401 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.91% from 401); Green value is 82 (32.42% from 255 or 20.45% from 401); Blue value is 175 (68.75% from 255 or 43.64% from 401); Max value from RGB is 175 - color contains mainly: blue. Hex color #9052AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9052AF is #6FAD50. Grayscale: #6E6E6E. Windows color (decimal): -7318865 or 11489936. OLE color: 11489936.
HSL color Cylindrical-coordinate representation of color #9052AF: hue angle of 280º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9052AF is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 144 | 82 | 175 | - |
| CMYK | 0.18 | 0.53 | 0 | 0.31 |
| HSL | 280º | 0.37% | 0.5% | - |
| HSV(B) | 280º | 0.53% | 0.69% | - |
| XYZ | 22.26 | 15.06 | 42.29 | - |
| YUV | 111.14 | 164.04 | 151.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 82 | 175 | 0.18 | 0.53 | 0 | 0.31 | 280 | 0.37 | 0.5 |
| Hex | 90 | 52 | AF | 12 | 35 | 0 | 1F | 118 | 25 | 32 |
| Octal | 220 | 122 | 257 | 22 | 65 | 0 | 37 | 430 | 45 | 62 |
| Binary | 10010000 | 1010010 | 10101111 | 10010 | 110101 | 0 | 11111 | 100011000 | 100101 | 110010 |
Color Harmonies of #9052AF
Complementary color
Monochromatic Colors of #9052AF
Black with #9052AF
Text Example
Text Example
White with #9052AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9052AF; }
p { color: rgb(144,82,175); }
H1.HeaderClassName
{
color: #9052AF;
}
.AnyTagClassName
{
color: #9052AF;
}
</style>
background-color css
<style>
a { background-color: #9052AF; }
a { background-color: rgb(144,82,175); }
div.DivClassName
{
background-color: #9052AF;
}
.BgClassName
{
background-color: #9052AF;
}
</style>
border-color css
<style>
span { border-color: #9052AF; }
span { border-color: rgb(144,82,175); }
td.TdClassName
{
border-color: #9052AF;
}
.TagClassName
{
border-color: #9052AF;
}
</style>