Shades of Deep Lilac #9053BF
Tints of Deep Lilac #9053BF
RGB
CMYK
RGB Variations
Color information
#9053BF (or 0x9053BF) is known color: Deep Lilac. HEX triplet: 90, 53 and BF. RGB value is (144,83,191). Sum of RGB (Red+Green+Blue) = 144+83+191=418 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.45% from 418); Green value is 83 (32.81% from 255 or 19.86% from 418); Blue value is 191 (75% from 255 or 45.69% from 418); Max value from RGB is 191 - color contains mainly: blue. Hex color #9053BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9053BF is #6FAC40. Grayscale: #717171. Windows color (decimal): -7318593 or 12538768. OLE color: 12538768.
HSL color Cylindrical-coordinate representation of color #9053BF: hue angle of 273.89º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9053BF is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 83 | 191 | - |
| CMYK | 0.25 | 0.57 | 0 | 0.25 |
| HSL | 273.89º | 0.46% | 0.54% | - |
| HSV(B) | 273.89º | 0.57% | 0.75% | - |
| XYZ | 24 | 15.88 | 51.09 | - |
| YUV | 113.55 | 171.71 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 83 | 191 | 0.25 | 0.57 | 0 | 0.25 | 273.89 | 0.46 | 0.54 |
| Hex | 90 | 53 | BF | 19 | 39 | 0 | 19 | 112 | 2E | 36 |
| Octal | 220 | 123 | 277 | 31 | 71 | 0 | 31 | 422 | 56 | 66 |
| Binary | 10010000 | 1010011 | 10111111 | 11001 | 111001 | 0 | 11001 | 100010010 | 101110 | 110110 |
Color Harmonies of #9053BF
Complementary color
Monochromatic Colors of #9053BF
Black with #9053BF
Text Example
Text Example
White with #9053BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9053BF; }
p { color: rgb(144,83,191); }
H1.HeaderClassName
{
color: #9053BF;
}
.AnyTagClassName
{
color: #9053BF;
}
</style>
background-color css
<style>
a { background-color: #9053BF; }
a { background-color: rgb(144,83,191); }
div.DivClassName
{
background-color: #9053BF;
}
.BgClassName
{
background-color: #9053BF;
}
</style>
border-color css
<style>
span { border-color: #9053BF; }
span { border-color: rgb(144,83,191); }
td.TdClassName
{
border-color: #9053BF;
}
.TagClassName
{
border-color: #9053BF;
}
</style>