Shades of Lilac Bush #9072BD
Tints of Lilac Bush #9072BD
RGB
CMYK
RGB Variations
Color information
#9072BD (or 0x9072BD) is known color: Lilac Bush. HEX triplet: 90, 72 and BD. RGB value is (144,114,189). Sum of RGB (Red+Green+Blue) = 144+114+189=447 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.21% from 447); Green value is 114 (44.92% from 255 or 25.50% from 447); Blue value is 189 (74.22% from 255 or 42.28% from 447); Max value from RGB is 189 - color contains mainly: blue. Hex color #9072BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9072BD is #6F8D42. Grayscale: #838383. Windows color (decimal): -7310659 or 12415632. OLE color: 12415632.
HSL color Cylindrical-coordinate representation of color #9072BD: hue angle of 264º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9072BD is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 114 | 189 | - |
| CMYK | 0.24 | 0.40 | 0 | 0.26 |
| HSL | 264º | 0.36% | 0.59% | - |
| HSV(B) | 264º | 0.4% | 0.74% | - |
| XYZ | 26.7 | 21.64 | 50.91 | - |
| YUV | 131.52 | 160.44 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 114 | 189 | 0.24 | 0.40 | 0 | 0.26 | 264 | 0.36 | 0.59 |
| Hex | 90 | 72 | BD | 18 | 28 | 0 | 1A | 108 | 24 | 3B |
| Octal | 220 | 162 | 275 | 30 | 50 | 0 | 32 | 410 | 44 | 73 |
| Binary | 10010000 | 1110010 | 10111101 | 11000 | 101000 | 0 | 11010 | 100001000 | 100100 | 111011 |
Color Harmonies of #9072BD
Complementary color
Monochromatic Colors of #9072BD
Black with #9072BD
Text Example
Text Example
White with #9072BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9072BD; }
p { color: rgb(144,114,189); }
H1.HeaderClassName
{
color: #9072BD;
}
.AnyTagClassName
{
color: #9072BD;
}
</style>
background-color css
<style>
a { background-color: #9072BD; }
a { background-color: rgb(144,114,189); }
div.DivClassName
{
background-color: #9072BD;
}
.BgClassName
{
background-color: #9072BD;
}
</style>
border-color css
<style>
span { border-color: #9072BD; }
span { border-color: rgb(144,114,189); }
td.TdClassName
{
border-color: #9072BD;
}
.TagClassName
{
border-color: #9072BD;
}
</style>