Shades of Lilac Bush #9062BA
Tints of Lilac Bush #9062BA
RGB
CMYK
RGB Variations
Color information
#9062BA (or 0x9062BA) is known color: Lilac Bush. HEX triplet: 90, 62 and BA. RGB value is (144,98,186). Sum of RGB (Red+Green+Blue) = 144+98+186=428 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.64% from 428); Green value is 98 (38.67% from 255 or 22.90% from 428); Blue value is 186 (73.05% from 255 or 43.46% from 428); Max value from RGB is 186 - color contains mainly: blue. Hex color #9062BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9062BA is #6F9D45. Grayscale: #797979. Windows color (decimal): -7314758 or 12214928. OLE color: 12214928.
HSL color Cylindrical-coordinate representation of color #9062BA: hue angle of 271.36º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9062BA is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 144 | 98 | 186 | - |
| CMYK | 0.23 | 0.47 | 0 | 0.27 |
| HSL | 271.36º | 0.39% | 0.56% | - |
| HSV(B) | 271.36º | 0.47% | 0.73% | - |
| XYZ | 24.73 | 18.21 | 48.67 | - |
| YUV | 121.79 | 164.24 | 143.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 98 | 186 | 0.23 | 0.47 | 0 | 0.27 | 271.36 | 0.39 | 0.56 |
| Hex | 90 | 62 | BA | 17 | 2F | 0 | 1B | 10F | 27 | 38 |
| Octal | 220 | 142 | 272 | 27 | 57 | 0 | 33 | 417 | 47 | 70 |
| Binary | 10010000 | 1100010 | 10111010 | 10111 | 101111 | 0 | 11011 | 100001111 | 100111 | 111000 |
Color Harmonies of #9062BA
Complementary color
Monochromatic Colors of #9062BA
Black with #9062BA
Text Example
Text Example
White with #9062BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9062BA; }
p { color: rgb(144,98,186); }
H1.HeaderClassName
{
color: #9062BA;
}
.AnyTagClassName
{
color: #9062BA;
}
</style>
background-color css
<style>
a { background-color: #9062BA; }
a { background-color: rgb(144,98,186); }
div.DivClassName
{
background-color: #9062BA;
}
.BgClassName
{
background-color: #9062BA;
}
</style>
border-color css
<style>
span { border-color: #9062BA; }
span { border-color: rgb(144,98,186); }
td.TdClassName
{
border-color: #9062BA;
}
.TagClassName
{
border-color: #9062BA;
}
</style>