Shades of Deep Lilac #9051BB
Tints of Deep Lilac #9051BB
RGB
CMYK
RGB Variations
Color information
#9051BB (or 0x9051BB) is known color: Deep Lilac. HEX triplet: 90, 51 and BB. RGB value is (144,81,187). Sum of RGB (Red+Green+Blue) = 144+81+187=412 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.95% from 412); Green value is 81 (32.03% from 255 or 19.66% from 412); Blue value is 187 (73.44% from 255 or 45.39% from 412); Max value from RGB is 187 - color contains mainly: blue. Hex color #9051BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9051BB is #6FAE44. Grayscale: #6F6F6F. Windows color (decimal): -7319109 or 12276112. OLE color: 12276112.
HSL color Cylindrical-coordinate representation of color #9051BB: hue angle of 275.66º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9051BB is Cyan = 0.23, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 144 | 81 | 187 | - |
| CMYK | 0.23 | 0.57 | 0 | 0.27 |
| HSL | 275.66º | 0.44% | 0.53% | - |
| HSV(B) | 275.66º | 0.57% | 0.73% | - |
| XYZ | 23.41 | 15.4 | 48.75 | - |
| YUV | 111.92 | 170.37 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 81 | 187 | 0.23 | 0.57 | 0 | 0.27 | 275.66 | 0.44 | 0.53 |
| Hex | 90 | 51 | BB | 17 | 39 | 0 | 1B | 114 | 2C | 35 |
| Octal | 220 | 121 | 273 | 27 | 71 | 0 | 33 | 424 | 54 | 65 |
| Binary | 10010000 | 1010001 | 10111011 | 10111 | 111001 | 0 | 11011 | 100010100 | 101100 | 110101 |
Color Harmonies of #9051BB
Complementary color
Monochromatic Colors of #9051BB
Black with #9051BB
Text Example
Text Example
White with #9051BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9051BB; }
p { color: rgb(144,81,187); }
H1.HeaderClassName
{
color: #9051BB;
}
.AnyTagClassName
{
color: #9051BB;
}
</style>
background-color css
<style>
a { background-color: #9051BB; }
a { background-color: rgb(144,81,187); }
div.DivClassName
{
background-color: #9051BB;
}
.BgClassName
{
background-color: #9051BB;
}
</style>
border-color css
<style>
span { border-color: #9051BB; }
span { border-color: rgb(144,81,187); }
td.TdClassName
{
border-color: #9051BB;
}
.TagClassName
{
border-color: #9051BB;
}
</style>