Shades of Lilac Bush #9573CB
Tints of Lilac Bush #9573CB
RGB
CMYK
RGB Variations
Color information
#9573CB (or 0x9573CB) is known color: Lilac Bush. HEX triplet: 95, 73 and CB. RGB value is (149,115,203). Sum of RGB (Red+Green+Blue) = 149+115+203=467 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.91% from 467); Green value is 115 (45.31% from 255 or 24.63% from 467); Blue value is 203 (79.69% from 255 or 43.47% from 467); Max value from RGB is 203 - color contains mainly: blue. Hex color #9573CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9573CB is #6A8C34. Grayscale: #868686. Windows color (decimal): -6982709 or 13333397. OLE color: 13333397.
HSL color Cylindrical-coordinate representation of color #9573CB: hue angle of 263.18º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9573CB is Cyan = 0.27, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 149 | 115 | 203 | - |
| CMYK | 0.27 | 0.43 | 0 | 0.20 |
| HSL | 263.18º | 0.46% | 0.62% | - |
| HSV(B) | 263.18º | 0.43% | 0.8% | - |
| XYZ | 29.3 | 22.96 | 59.39 | - |
| YUV | 135.2 | 166.26 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 115 | 203 | 0.27 | 0.43 | 0 | 0.20 | 263.18 | 0.46 | 0.62 |
| Hex | 95 | 73 | CB | 1B | 2B | 0 | 14 | 107 | 2E | 3E |
| Octal | 225 | 163 | 313 | 33 | 53 | 0 | 24 | 407 | 56 | 76 |
| Binary | 10010101 | 1110011 | 11001011 | 11011 | 101011 | 0 | 10100 | 100000111 | 101110 | 111110 |
Color Harmonies of #9573CB
Complementary color
Monochromatic Colors of #9573CB
Black with #9573CB
Text Example
Text Example
White with #9573CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9573CB; }
p { color: rgb(149,115,203); }
H1.HeaderClassName
{
color: #9573CB;
}
.AnyTagClassName
{
color: #9573CB;
}
</style>
background-color css
<style>
a { background-color: #9573CB; }
a { background-color: rgb(149,115,203); }
div.DivClassName
{
background-color: #9573CB;
}
.BgClassName
{
background-color: #9573CB;
}
</style>
border-color css
<style>
span { border-color: #9573CB; }
span { border-color: rgb(149,115,203); }
td.TdClassName
{
border-color: #9573CB;
}
.TagClassName
{
border-color: #9573CB;
}
</style>