Shades of Lilac Bush #9574BF
Tints of Lilac Bush #9574BF
RGB
CMYK
RGB Variations
Color information
#9574BF (or 0x9574BF) is known color: Lilac Bush. HEX triplet: 95, 74 and BF. RGB value is (149,116,191). Sum of RGB (Red+Green+Blue) = 149+116+191=456 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.68% from 456); Green value is 116 (45.70% from 255 or 25.44% from 456); Blue value is 191 (75% from 255 or 41.89% from 456); Max value from RGB is 191 - color contains mainly: blue. Hex color #9574BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9574BF is #6A8B40. Grayscale: #868686. Windows color (decimal): -6982465 or 12547221. OLE color: 12547221.
HSL color Cylindrical-coordinate representation of color #9574BF: hue angle of 266.4º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9574BF is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 149 | 116 | 191 | - |
| CMYK | 0.22 | 0.39 | 0 | 0.25 |
| HSL | 266.4º | 0.37% | 0.6% | - |
| HSV(B) | 266.4º | 0.39% | 0.75% | - |
| XYZ | 28.04 | 22.64 | 52.18 | - |
| YUV | 134.42 | 159.93 | 138.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 116 | 191 | 0.22 | 0.39 | 0 | 0.25 | 266.4 | 0.37 | 0.6 |
| Hex | 95 | 74 | BF | 16 | 27 | 0 | 19 | 10A | 25 | 3C |
| Octal | 225 | 164 | 277 | 26 | 47 | 0 | 31 | 412 | 45 | 74 |
| Binary | 10010101 | 1110100 | 10111111 | 10110 | 100111 | 0 | 11001 | 100001010 | 100101 | 111100 |
Color Harmonies of #9574BF
Complementary color
Monochromatic Colors of #9574BF
Black with #9574BF
Text Example
Text Example
White with #9574BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9574BF; }
p { color: rgb(149,116,191); }
H1.HeaderClassName
{
color: #9574BF;
}
.AnyTagClassName
{
color: #9574BF;
}
</style>
background-color css
<style>
a { background-color: #9574BF; }
a { background-color: rgb(149,116,191); }
div.DivClassName
{
background-color: #9574BF;
}
.BgClassName
{
background-color: #9574BF;
}
</style>
border-color css
<style>
span { border-color: #9574BF; }
span { border-color: rgb(149,116,191); }
td.TdClassName
{
border-color: #9574BF;
}
.TagClassName
{
border-color: #9574BF;
}
</style>