Shades of Deep Lilac #9045AF
Tints of Deep Lilac #9045AF
RGB
CMYK
RGB Variations
Color information
#9045AF (or 0x9045AF) is known color: Deep Lilac. HEX triplet: 90, 45 and AF. RGB value is (144,69,175). Sum of RGB (Red+Green+Blue) = 144+69+175=388 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.11% from 388); Green value is 69 (27.34% from 255 or 17.78% from 388); Blue value is 175 (68.75% from 255 or 45.10% from 388); Max value from RGB is 175 - color contains mainly: blue. Hex color #9045AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9045AF is #6FBA50. Grayscale: #676767. Windows color (decimal): -7322193 or 11486608. OLE color: 11486608.
HSL color Cylindrical-coordinate representation of color #9045AF: hue angle of 282.45º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9045AF is Cyan = 0.18, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 144 | 69 | 175 | - |
| CMYK | 0.18 | 0.61 | 0 | 0.31 |
| HSL | 282.45º | 0.43% | 0.48% | - |
| HSV(B) | 282.45º | 0.61% | 0.69% | - |
| XYZ | 21.37 | 13.28 | 41.99 | - |
| YUV | 103.51 | 168.35 | 156.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 69 | 175 | 0.18 | 0.61 | 0 | 0.31 | 282.45 | 0.43 | 0.48 |
| Hex | 90 | 45 | AF | 12 | 3D | 0 | 1F | 11A | 2B | 30 |
| Octal | 220 | 105 | 257 | 22 | 75 | 0 | 37 | 432 | 53 | 60 |
| Binary | 10010000 | 1000101 | 10101111 | 10010 | 111101 | 0 | 11111 | 100011010 | 101011 | 110000 |
Color Harmonies of #9045AF
Complementary color
Monochromatic Colors of #9045AF
Black with #9045AF
Text Example
Text Example
White with #9045AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9045AF; }
p { color: rgb(144,69,175); }
H1.HeaderClassName
{
color: #9045AF;
}
.AnyTagClassName
{
color: #9045AF;
}
</style>
background-color css
<style>
a { background-color: #9045AF; }
a { background-color: rgb(144,69,175); }
div.DivClassName
{
background-color: #9045AF;
}
.BgClassName
{
background-color: #9045AF;
}
</style>
border-color css
<style>
span { border-color: #9045AF; }
span { border-color: rgb(144,69,175); }
td.TdClassName
{
border-color: #9045AF;
}
.TagClassName
{
border-color: #9045AF;
}
</style>