Shades of Lilac Bush #9871CB
Tints of Lilac Bush #9871CB
RGB
CMYK
RGB Variations
Color information
#9871CB (or 0x9871CB) is known color: Lilac Bush. HEX triplet: 98, 71 and CB. RGB value is (152,113,203). Sum of RGB (Red+Green+Blue) = 152+113+203=468 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.48% from 468); Green value is 113 (44.53% from 255 or 24.15% from 468); Blue value is 203 (79.69% from 255 or 43.38% from 468); Max value from RGB is 203 - color contains mainly: blue. Hex color #9871CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9871CB is #678E34. Grayscale: #868686. Windows color (decimal): -6786613 or 13332888. OLE color: 13332888.
HSL color Cylindrical-coordinate representation of color #9871CB: hue angle of 266º 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 #9871CB is Cyan = 0.25, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 152 | 113 | 203 | - |
| CMYK | 0.25 | 0.44 | 0 | 0.20 |
| HSL | 266º | 0.46% | 0.62% | - |
| HSV(B) | 266º | 0.44% | 0.8% | - |
| XYZ | 29.63 | 22.8 | 59.34 | - |
| YUV | 134.92 | 166.42 | 140.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 113 | 203 | 0.25 | 0.44 | 0 | 0.20 | 266 | 0.46 | 0.62 |
| Hex | 98 | 71 | CB | 19 | 2C | 0 | 14 | 10A | 2E | 3E |
| Octal | 230 | 161 | 313 | 31 | 54 | 0 | 24 | 412 | 56 | 76 |
| Binary | 10011000 | 1110001 | 11001011 | 11001 | 101100 | 0 | 10100 | 100001010 | 101110 | 111110 |
Color Harmonies of #9871CB
Complementary color
Monochromatic Colors of #9871CB
Black with #9871CB
Text Example
Text Example
White with #9871CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9871CB; }
p { color: rgb(152,113,203); }
H1.HeaderClassName
{
color: #9871CB;
}
.AnyTagClassName
{
color: #9871CB;
}
</style>
background-color css
<style>
a { background-color: #9871CB; }
a { background-color: rgb(152,113,203); }
div.DivClassName
{
background-color: #9871CB;
}
.BgClassName
{
background-color: #9871CB;
}
</style>
border-color css
<style>
span { border-color: #9871CB; }
span { border-color: rgb(152,113,203); }
td.TdClassName
{
border-color: #9871CB;
}
.TagClassName
{
border-color: #9871CB;
}
</style>