Shades of Lilac Bush #9571C8
Tints of Lilac Bush #9571C8
RGB
CMYK
RGB Variations
Color information
#9571C8 (or 0x9571C8) is known color: Lilac Bush. HEX triplet: 95, 71 and C8. RGB value is (149,113,200). Sum of RGB (Red+Green+Blue) = 149+113+200=462 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.25% from 462); Green value is 113 (44.53% from 255 or 24.46% from 462); Blue value is 200 (78.52% from 255 or 43.29% from 462); Max value from RGB is 200 - color contains mainly: blue. Hex color #9571C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9571C8 is #6A8E37. Grayscale: #858585. Windows color (decimal): -6983224 or 13136277. OLE color: 13136277.
HSL color Cylindrical-coordinate representation of color #9571C8: hue angle of 264.83º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9571C8 is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 149 | 113 | 200 | - |
| CMYK | 0.26 | 0.44 | 0 | 0.22 |
| HSL | 264.83º | 0.44% | 0.61% | - |
| HSV(B) | 264.83º | 0.44% | 0.78% | - |
| XYZ | 28.72 | 22.37 | 57.45 | - |
| YUV | 133.68 | 165.43 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 113 | 200 | 0.26 | 0.44 | 0 | 0.22 | 264.83 | 0.44 | 0.61 |
| Hex | 95 | 71 | C8 | 1A | 2C | 0 | 16 | 109 | 2C | 3D |
| Octal | 225 | 161 | 310 | 32 | 54 | 0 | 26 | 411 | 54 | 75 |
| Binary | 10010101 | 1110001 | 11001000 | 11010 | 101100 | 0 | 10110 | 100001001 | 101100 | 111101 |
Color Harmonies of #9571C8
Complementary color
Monochromatic Colors of #9571C8
Black with #9571C8
Text Example
Text Example
White with #9571C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9571C8; }
p { color: rgb(149,113,200); }
H1.HeaderClassName
{
color: #9571C8;
}
.AnyTagClassName
{
color: #9571C8;
}
</style>
background-color css
<style>
a { background-color: #9571C8; }
a { background-color: rgb(149,113,200); }
div.DivClassName
{
background-color: #9571C8;
}
.BgClassName
{
background-color: #9571C8;
}
</style>
border-color css
<style>
span { border-color: #9571C8; }
span { border-color: rgb(149,113,200); }
td.TdClassName
{
border-color: #9571C8;
}
.TagClassName
{
border-color: #9571C8;
}
</style>