Shades of Deep Lilac #9053AF
Tints of Deep Lilac #9053AF
RGB
CMYK
RGB Variations
Color information
#9053AF (or 0x9053AF) is known color: Deep Lilac. HEX triplet: 90, 53 and AF. RGB value is (144,83,175). Sum of RGB (Red+Green+Blue) = 144+83+175=402 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.82% from 402); Green value is 83 (32.81% from 255 or 20.65% from 402); Blue value is 175 (68.75% from 255 or 43.53% from 402); Max value from RGB is 175 - color contains mainly: blue. Hex color #9053AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9053AF is #6FAC50. Grayscale: #6F6F6F. Windows color (decimal): -7318609 or 11490192. OLE color: 11490192.
HSL color Cylindrical-coordinate representation of color #9053AF: hue angle of 279.78º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9053AF is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 144 | 83 | 175 | - |
| CMYK | 0.18 | 0.53 | 0 | 0.31 |
| HSL | 279.78º | 0.37% | 0.51% | - |
| HSV(B) | 279.78º | 0.53% | 0.69% | - |
| XYZ | 22.33 | 15.21 | 42.32 | - |
| YUV | 111.73 | 163.71 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 83 | 175 | 0.18 | 0.53 | 0 | 0.31 | 279.78 | 0.37 | 0.51 |
| Hex | 90 | 53 | AF | 12 | 35 | 0 | 1F | 118 | 25 | 33 |
| Octal | 220 | 123 | 257 | 22 | 65 | 0 | 37 | 430 | 45 | 63 |
| Binary | 10010000 | 1010011 | 10101111 | 10010 | 110101 | 0 | 11111 | 100011000 | 100101 | 110011 |
Color Harmonies of #9053AF
Complementary color
Monochromatic Colors of #9053AF
Black with #9053AF
Text Example
Text Example
White with #9053AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9053AF; }
p { color: rgb(144,83,175); }
H1.HeaderClassName
{
color: #9053AF;
}
.AnyTagClassName
{
color: #9053AF;
}
</style>
background-color css
<style>
a { background-color: #9053AF; }
a { background-color: rgb(144,83,175); }
div.DivClassName
{
background-color: #9053AF;
}
.BgClassName
{
background-color: #9053AF;
}
</style>
border-color css
<style>
span { border-color: #9053AF; }
span { border-color: rgb(144,83,175); }
td.TdClassName
{
border-color: #9053AF;
}
.TagClassName
{
border-color: #9053AF;
}
</style>