Shades of Deep Lilac #9145AB
Tints of Deep Lilac #9145AB
RGB
CMYK
RGB Variations
Color information
#9145AB (or 0x9145AB) is known color: Deep Lilac. HEX triplet: 91, 45 and AB. RGB value is (145,69,171). Sum of RGB (Red+Green+Blue) = 145+69+171=385 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.66% from 385); Green value is 69 (27.34% from 255 or 17.92% from 385); Blue value is 171 (67.19% from 255 or 44.42% from 385); Max value from RGB is 171 - color contains mainly: blue. Hex color #9145AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9145AB is #6EBA54. Grayscale: #676767. Windows color (decimal): -7256661 or 11224465. OLE color: 11224465.
HSL color Cylindrical-coordinate representation of color #9145AB: hue angle of 284.71º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9145AB is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 145 | 69 | 171 | - |
| CMYK | 0.15 | 0.60 | 0 | 0.33 |
| HSL | 284.71º | 0.43% | 0.47% | - |
| HSV(B) | 284.71º | 0.6% | 0.67% | - |
| XYZ | 21.16 | 13.22 | 39.96 | - |
| YUV | 103.35 | 166.18 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 69 | 171 | 0.15 | 0.60 | 0 | 0.33 | 284.71 | 0.43 | 0.47 |
| Hex | 91 | 45 | AB | F | 3C | 0 | 21 | 11D | 2A | 2F |
| Octal | 221 | 105 | 253 | 17 | 74 | 0 | 41 | 435 | 52 | 57 |
| Binary | 10010001 | 1000101 | 10101011 | 1111 | 111100 | 0 | 100001 | 100011101 | 101010 | 101111 |
Color Harmonies of #9145AB
Complementary color
Monochromatic Colors of #9145AB
Black with #9145AB
Text Example
Text Example
White with #9145AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9145AB; }
p { color: rgb(145,69,171); }
H1.HeaderClassName
{
color: #9145AB;
}
.AnyTagClassName
{
color: #9145AB;
}
</style>
background-color css
<style>
a { background-color: #9145AB; }
a { background-color: rgb(145,69,171); }
div.DivClassName
{
background-color: #9145AB;
}
.BgClassName
{
background-color: #9145AB;
}
</style>
border-color css
<style>
span { border-color: #9145AB; }
span { border-color: rgb(145,69,171); }
td.TdClassName
{
border-color: #9145AB;
}
.TagClassName
{
border-color: #9145AB;
}
</style>