Shades of Lilac Bush #9B71CB
Tints of Lilac Bush #9B71CB
RGB
CMYK
RGB Variations
Color information
#9B71CB (or 0x9B71CB) is known color: Lilac Bush. HEX triplet: 9B, 71 and CB. RGB value is (155,113,203). Sum of RGB (Red+Green+Blue) = 155+113+203=471 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.91% from 471); Green value is 113 (44.53% from 255 or 23.99% from 471); Blue value is 203 (79.69% from 255 or 43.10% from 471); Max value from RGB is 203 - color contains mainly: blue. Hex color #9B71CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B71CB is #648E34. Grayscale: #878787. Windows color (decimal): -6590005 or 13332891. OLE color: 13332891.
HSL color Cylindrical-coordinate representation of color #9B71CB: hue angle of 268º 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 #9B71CB is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 155 | 113 | 203 | - |
| CMYK | 0.24 | 0.44 | 0 | 0.20 |
| HSL | 268º | 0.46% | 0.62% | - |
| HSV(B) | 268º | 0.44% | 0.8% | - |
| XYZ | 30.2 | 23.09 | 59.37 | - |
| YUV | 135.82 | 165.91 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 113 | 203 | 0.24 | 0.44 | 0 | 0.20 | 268 | 0.46 | 0.62 |
| Hex | 9B | 71 | CB | 18 | 2C | 0 | 14 | 10C | 2E | 3E |
| Octal | 233 | 161 | 313 | 30 | 54 | 0 | 24 | 414 | 56 | 76 |
| Binary | 10011011 | 1110001 | 11001011 | 11000 | 101100 | 0 | 10100 | 100001100 | 101110 | 111110 |
Color Harmonies of #9B71CB
Complementary color
Monochromatic Colors of #9B71CB
Black with #9B71CB
Text Example
Text Example
White with #9B71CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B71CB; }
p { color: rgb(155,113,203); }
H1.HeaderClassName
{
color: #9B71CB;
}
.AnyTagClassName
{
color: #9B71CB;
}
</style>
background-color css
<style>
a { background-color: #9B71CB; }
a { background-color: rgb(155,113,203); }
div.DivClassName
{
background-color: #9B71CB;
}
.BgClassName
{
background-color: #9B71CB;
}
</style>
border-color css
<style>
span { border-color: #9B71CB; }
span { border-color: rgb(155,113,203); }
td.TdClassName
{
border-color: #9B71CB;
}
.TagClassName
{
border-color: #9B71CB;
}
</style>