Shades of Lilac Bush #9572BF
Tints of Lilac Bush #9572BF
RGB
CMYK
RGB Variations
Color information
#9572BF (or 0x9572BF) is known color: Lilac Bush. HEX triplet: 95, 72 and BF. RGB value is (149,114,191). Sum of RGB (Red+Green+Blue) = 149+114+191=454 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.82% from 454); Green value is 114 (44.92% from 255 or 25.11% from 454); Blue value is 191 (75% from 255 or 42.07% from 454); Max value from RGB is 191 - color contains mainly: blue. Hex color #9572BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9572BF is #6A8D40. Grayscale: #848484. Windows color (decimal): -6982977 or 12546709. OLE color: 12546709.
HSL color Cylindrical-coordinate representation of color #9572BF: hue angle of 267.27º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9572BF is Cyan = 0.22, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 149 | 114 | 191 | - |
| CMYK | 0.22 | 0.40 | 0 | 0.25 |
| HSL | 267.27º | 0.38% | 0.6% | - |
| HSV(B) | 267.27º | 0.4% | 0.75% | - |
| XYZ | 27.82 | 22.19 | 52.11 | - |
| YUV | 133.24 | 160.6 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 114 | 191 | 0.22 | 0.40 | 0 | 0.25 | 267.27 | 0.38 | 0.6 |
| Hex | 95 | 72 | BF | 16 | 28 | 0 | 19 | 10B | 26 | 3C |
| Octal | 225 | 162 | 277 | 26 | 50 | 0 | 31 | 413 | 46 | 74 |
| Binary | 10010101 | 1110010 | 10111111 | 10110 | 101000 | 0 | 11001 | 100001011 | 100110 | 111100 |
Color Harmonies of #9572BF
Complementary color
Monochromatic Colors of #9572BF
Black with #9572BF
Text Example
Text Example
White with #9572BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9572BF; }
p { color: rgb(149,114,191); }
H1.HeaderClassName
{
color: #9572BF;
}
.AnyTagClassName
{
color: #9572BF;
}
</style>
background-color css
<style>
a { background-color: #9572BF; }
a { background-color: rgb(149,114,191); }
div.DivClassName
{
background-color: #9572BF;
}
.BgClassName
{
background-color: #9572BF;
}
</style>
border-color css
<style>
span { border-color: #9572BF; }
span { border-color: rgb(149,114,191); }
td.TdClassName
{
border-color: #9572BF;
}
.TagClassName
{
border-color: #9572BF;
}
</style>