Shades of Deep Lilac #9050AF
Tints of Deep Lilac #9050AF
RGB
CMYK
RGB Variations
Color information
#9050AF (or 0x9050AF) is known color: Deep Lilac. HEX triplet: 90, 50 and AF. RGB value is (144,80,175). Sum of RGB (Red+Green+Blue) = 144+80+175=399 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.09% from 399); Green value is 80 (31.64% from 255 or 20.05% from 399); Blue value is 175 (68.75% from 255 or 43.86% from 399); Max value from RGB is 175 - color contains mainly: blue. Hex color #9050AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9050AF is #6FAF50. Grayscale: #6D6D6D. Windows color (decimal): -7319377 or 11489424. OLE color: 11489424.
HSL color Cylindrical-coordinate representation of color #9050AF: hue angle of 280.42º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9050AF is Cyan = 0.18, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 144 | 80 | 175 | - |
| CMYK | 0.18 | 0.54 | 0 | 0.31 |
| HSL | 280.42º | 0.37% | 0.5% | - |
| HSV(B) | 280.42º | 0.54% | 0.69% | - |
| XYZ | 22.11 | 14.76 | 42.24 | - |
| YUV | 109.97 | 164.7 | 152.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 80 | 175 | 0.18 | 0.54 | 0 | 0.31 | 280.42 | 0.37 | 0.5 |
| Hex | 90 | 50 | AF | 12 | 36 | 0 | 1F | 118 | 25 | 32 |
| Octal | 220 | 120 | 257 | 22 | 66 | 0 | 37 | 430 | 45 | 62 |
| Binary | 10010000 | 1010000 | 10101111 | 10010 | 110110 | 0 | 11111 | 100011000 | 100101 | 110010 |
Color Harmonies of #9050AF
Complementary color
Monochromatic Colors of #9050AF
Black with #9050AF
Text Example
Text Example
White with #9050AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9050AF; }
p { color: rgb(144,80,175); }
H1.HeaderClassName
{
color: #9050AF;
}
.AnyTagClassName
{
color: #9050AF;
}
</style>
background-color css
<style>
a { background-color: #9050AF; }
a { background-color: rgb(144,80,175); }
div.DivClassName
{
background-color: #9050AF;
}
.BgClassName
{
background-color: #9050AF;
}
</style>
border-color css
<style>
span { border-color: #9050AF; }
span { border-color: rgb(144,80,175); }
td.TdClassName
{
border-color: #9050AF;
}
.TagClassName
{
border-color: #9050AF;
}
</style>