Shades of Deep Lilac #9054AF
Tints of Deep Lilac #9054AF
RGB
CMYK
RGB Variations
Color information
#9054AF (or 0x9054AF) is known color: Deep Lilac. HEX triplet: 90, 54 and AF. RGB value is (144,84,175). Sum of RGB (Red+Green+Blue) = 144+84+175=403 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.73% from 403); Green value is 84 (33.20% from 255 or 20.84% from 403); Blue value is 175 (68.75% from 255 or 43.42% from 403); Max value from RGB is 175 - color contains mainly: blue. Hex color #9054AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9054AF is #6FAB50. Grayscale: #707070. Windows color (decimal): -7318353 or 11490448. OLE color: 11490448.
HSL color Cylindrical-coordinate representation of color #9054AF: hue angle of 279.56º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9054AF is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 144 | 84 | 175 | - |
| CMYK | 0.18 | 0.52 | 0 | 0.31 |
| HSL | 279.56º | 0.36% | 0.51% | - |
| HSV(B) | 279.56º | 0.52% | 0.69% | - |
| XYZ | 22.41 | 15.37 | 42.34 | - |
| YUV | 112.31 | 163.38 | 150.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 84 | 175 | 0.18 | 0.52 | 0 | 0.31 | 279.56 | 0.36 | 0.51 |
| Hex | 90 | 54 | AF | 12 | 34 | 0 | 1F | 118 | 24 | 33 |
| Octal | 220 | 124 | 257 | 22 | 64 | 0 | 37 | 430 | 44 | 63 |
| Binary | 10010000 | 1010100 | 10101111 | 10010 | 110100 | 0 | 11111 | 100011000 | 100100 | 110011 |
Color Harmonies of #9054AF
Complementary color
Monochromatic Colors of #9054AF
Black with #9054AF
Text Example
Text Example
White with #9054AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9054AF; }
p { color: rgb(144,84,175); }
H1.HeaderClassName
{
color: #9054AF;
}
.AnyTagClassName
{
color: #9054AF;
}
</style>
background-color css
<style>
a { background-color: #9054AF; }
a { background-color: rgb(144,84,175); }
div.DivClassName
{
background-color: #9054AF;
}
.BgClassName
{
background-color: #9054AF;
}
</style>
border-color css
<style>
span { border-color: #9054AF; }
span { border-color: rgb(144,84,175); }
td.TdClassName
{
border-color: #9054AF;
}
.TagClassName
{
border-color: #9054AF;
}
</style>