Shades of Lilac Bush #9571CB
Tints of Lilac Bush #9571CB
RGB
CMYK
RGB Variations
Color information
#9571CB (or 0x9571CB) is known color: Lilac Bush. HEX triplet: 95, 71 and CB. RGB value is (149,113,203). Sum of RGB (Red+Green+Blue) = 149+113+203=465 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.04% from 465); Green value is 113 (44.53% from 255 or 24.30% from 465); Blue value is 203 (79.69% from 255 or 43.66% from 465); Max value from RGB is 203 - color contains mainly: blue. Hex color #9571CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9571CB is #6A8E34. Grayscale: #858585. Windows color (decimal): -6983221 or 13332885. OLE color: 13332885.
HSL color Cylindrical-coordinate representation of color #9571CB: hue angle of 264º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9571CB is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 149 | 113 | 203 | - |
| CMYK | 0.27 | 0.44 | 0 | 0.20 |
| HSL | 264º | 0.46% | 0.62% | - |
| HSV(B) | 264º | 0.44% | 0.8% | - |
| XYZ | 29.08 | 22.51 | 59.31 | - |
| YUV | 134.02 | 166.93 | 138.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 113 | 203 | 0.27 | 0.44 | 0 | 0.20 | 264 | 0.46 | 0.62 |
| Hex | 95 | 71 | CB | 1B | 2C | 0 | 14 | 108 | 2E | 3E |
| Octal | 225 | 161 | 313 | 33 | 54 | 0 | 24 | 410 | 56 | 76 |
| Binary | 10010101 | 1110001 | 11001011 | 11011 | 101100 | 0 | 10100 | 100001000 | 101110 | 111110 |
Color Harmonies of #9571CB
Complementary color
Monochromatic Colors of #9571CB
Black with #9571CB
Text Example
Text Example
White with #9571CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9571CB; }
p { color: rgb(149,113,203); }
H1.HeaderClassName
{
color: #9571CB;
}
.AnyTagClassName
{
color: #9571CB;
}
</style>
background-color css
<style>
a { background-color: #9571CB; }
a { background-color: rgb(149,113,203); }
div.DivClassName
{
background-color: #9571CB;
}
.BgClassName
{
background-color: #9571CB;
}
</style>
border-color css
<style>
span { border-color: #9571CB; }
span { border-color: rgb(149,113,203); }
td.TdClassName
{
border-color: #9571CB;
}
.TagClassName
{
border-color: #9571CB;
}
</style>