Shades of Deep Lilac #9145AE
Tints of Deep Lilac #9145AE
RGB
CMYK
RGB Variations
Color information
#9145AE (or 0x9145AE) is known color: Deep Lilac. HEX triplet: 91, 45 and AE. RGB value is (145,69,174). Sum of RGB (Red+Green+Blue) = 145+69+174=388 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.37% from 388); Green value is 69 (27.34% from 255 or 17.78% from 388); Blue value is 174 (68.36% from 255 or 44.85% from 388); Max value from RGB is 174 - color contains mainly: blue. Hex color #9145AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9145AE is #6EBA51. Grayscale: #676767. Windows color (decimal): -7256658 or 11421073. OLE color: 11421073.
HSL color Cylindrical-coordinate representation of color #9145AE: hue angle of 283.43º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9145AE is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 145 | 69 | 174 | - |
| CMYK | 0.17 | 0.60 | 0 | 0.32 |
| HSL | 283.43º | 0.43% | 0.48% | - |
| HSV(B) | 283.43º | 0.6% | 0.68% | - |
| XYZ | 21.45 | 13.33 | 41.49 | - |
| YUV | 103.69 | 167.68 | 157.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 69 | 174 | 0.17 | 0.60 | 0 | 0.32 | 283.43 | 0.43 | 0.48 |
| Hex | 91 | 45 | AE | 11 | 3C | 0 | 20 | 11B | 2B | 30 |
| Octal | 221 | 105 | 256 | 21 | 74 | 0 | 40 | 433 | 53 | 60 |
| Binary | 10010001 | 1000101 | 10101110 | 10001 | 111100 | 0 | 100000 | 100011011 | 101011 | 110000 |
Color Harmonies of #9145AE
Complementary color
Monochromatic Colors of #9145AE
Black with #9145AE
Text Example
Text Example
White with #9145AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9145AE; }
p { color: rgb(145,69,174); }
H1.HeaderClassName
{
color: #9145AE;
}
.AnyTagClassName
{
color: #9145AE;
}
</style>
background-color css
<style>
a { background-color: #9145AE; }
a { background-color: rgb(145,69,174); }
div.DivClassName
{
background-color: #9145AE;
}
.BgClassName
{
background-color: #9145AE;
}
</style>
border-color css
<style>
span { border-color: #9145AE; }
span { border-color: rgb(145,69,174); }
td.TdClassName
{
border-color: #9145AE;
}
.TagClassName
{
border-color: #9145AE;
}
</style>