Shades of Deep Lilac #9053BB
Tints of Deep Lilac #9053BB
RGB
CMYK
RGB Variations
Color information
#9053BB (or 0x9053BB) is known color: Deep Lilac. HEX triplet: 90, 53 and BB. RGB value is (144,83,187). Sum of RGB (Red+Green+Blue) = 144+83+187=414 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.78% from 414); Green value is 83 (32.81% from 255 or 20.05% from 414); Blue value is 187 (73.44% from 255 or 45.17% from 414); Max value from RGB is 187 - color contains mainly: blue. Hex color #9053BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9053BB is #6FAC44. Grayscale: #707070. Windows color (decimal): -7318597 or 12276624. OLE color: 12276624.
HSL color Cylindrical-coordinate representation of color #9053BB: hue angle of 275.19º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9053BB is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 144 | 83 | 187 | - |
| CMYK | 0.23 | 0.56 | 0 | 0.27 |
| HSL | 275.19º | 0.43% | 0.53% | - |
| HSV(B) | 275.19º | 0.56% | 0.73% | - |
| XYZ | 23.56 | 15.7 | 48.8 | - |
| YUV | 113.1 | 169.71 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 83 | 187 | 0.23 | 0.56 | 0 | 0.27 | 275.19 | 0.43 | 0.53 |
| Hex | 90 | 53 | BB | 17 | 38 | 0 | 1B | 113 | 2B | 35 |
| Octal | 220 | 123 | 273 | 27 | 70 | 0 | 33 | 423 | 53 | 65 |
| Binary | 10010000 | 1010011 | 10111011 | 10111 | 111000 | 0 | 11011 | 100010011 | 101011 | 110101 |
Color Harmonies of #9053BB
Complementary color
Monochromatic Colors of #9053BB
Black with #9053BB
Text Example
Text Example
White with #9053BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9053BB; }
p { color: rgb(144,83,187); }
H1.HeaderClassName
{
color: #9053BB;
}
.AnyTagClassName
{
color: #9053BB;
}
</style>
background-color css
<style>
a { background-color: #9053BB; }
a { background-color: rgb(144,83,187); }
div.DivClassName
{
background-color: #9053BB;
}
.BgClassName
{
background-color: #9053BB;
}
</style>
border-color css
<style>
span { border-color: #9053BB; }
span { border-color: rgb(144,83,187); }
td.TdClassName
{
border-color: #9053BB;
}
.TagClassName
{
border-color: #9053BB;
}
</style>