Shades of Deep Lilac #9061BA
Tints of Deep Lilac #9061BA
RGB
CMYK
RGB Variations
Color information
#9061BA (or 0x9061BA) is known color: Deep Lilac. HEX triplet: 90, 61 and BA. RGB value is (144,97,186). Sum of RGB (Red+Green+Blue) = 144+97+186=427 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.72% from 427); Green value is 97 (38.28% from 255 or 22.72% from 427); Blue value is 186 (73.05% from 255 or 43.56% from 427); Max value from RGB is 186 - color contains mainly: blue. Hex color #9061BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9061BA is #6F9E45. Grayscale: #787878. Windows color (decimal): -7315014 or 12214672. OLE color: 12214672.
HSL color Cylindrical-coordinate representation of color #9061BA: hue angle of 271.69º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9061BA is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 144 | 97 | 186 | - |
| CMYK | 0.23 | 0.48 | 0 | 0.27 |
| HSL | 271.69º | 0.39% | 0.55% | - |
| HSV(B) | 271.69º | 0.48% | 0.73% | - |
| XYZ | 24.64 | 18.02 | 48.63 | - |
| YUV | 121.2 | 164.57 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 97 | 186 | 0.23 | 0.48 | 0 | 0.27 | 271.69 | 0.39 | 0.55 |
| Hex | 90 | 61 | BA | 17 | 30 | 0 | 1B | 110 | 27 | 37 |
| Octal | 220 | 141 | 272 | 27 | 60 | 0 | 33 | 420 | 47 | 67 |
| Binary | 10010000 | 1100001 | 10111010 | 10111 | 110000 | 0 | 11011 | 100010000 | 100111 | 110111 |
Color Harmonies of #9061BA
Complementary color
Monochromatic Colors of #9061BA
Black with #9061BA
Text Example
Text Example
White with #9061BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9061BA; }
p { color: rgb(144,97,186); }
H1.HeaderClassName
{
color: #9061BA;
}
.AnyTagClassName
{
color: #9061BA;
}
</style>
background-color css
<style>
a { background-color: #9061BA; }
a { background-color: rgb(144,97,186); }
div.DivClassName
{
background-color: #9061BA;
}
.BgClassName
{
background-color: #9061BA;
}
</style>
border-color css
<style>
span { border-color: #9061BA; }
span { border-color: rgb(144,97,186); }
td.TdClassName
{
border-color: #9061BA;
}
.TagClassName
{
border-color: #9061BA;
}
</style>