Shades of Lilac Bush #9872CB
Tints of Lilac Bush #9872CB
RGB
CMYK
RGB Variations
Color information
#9872CB (or 0x9872CB) is known color: Lilac Bush. HEX triplet: 98, 72 and CB. RGB value is (152,114,203). Sum of RGB (Red+Green+Blue) = 152+114+203=469 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.41% from 469); Green value is 114 (44.92% from 255 or 24.31% from 469); Blue value is 203 (79.69% from 255 or 43.28% from 469); Max value from RGB is 203 - color contains mainly: blue. Hex color #9872CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9872CB is #678D34. Grayscale: #878787. Windows color (decimal): -6786357 or 13333144. OLE color: 13333144.
HSL color Cylindrical-coordinate representation of color #9872CB: hue angle of 265.62º 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 #9872CB is Cyan = 0.25, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 152 | 114 | 203 | - |
| CMYK | 0.25 | 0.44 | 0 | 0.20 |
| HSL | 265.62º | 0.46% | 0.62% | - |
| HSV(B) | 265.62º | 0.44% | 0.8% | - |
| XYZ | 29.75 | 23.02 | 59.38 | - |
| YUV | 135.51 | 166.09 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 114 | 203 | 0.25 | 0.44 | 0 | 0.20 | 265.62 | 0.46 | 0.62 |
| Hex | 98 | 72 | CB | 19 | 2C | 0 | 14 | 10A | 2E | 3E |
| Octal | 230 | 162 | 313 | 31 | 54 | 0 | 24 | 412 | 56 | 76 |
| Binary | 10011000 | 1110010 | 11001011 | 11001 | 101100 | 0 | 10100 | 100001010 | 101110 | 111110 |
Color Harmonies of #9872CB
Complementary color
Monochromatic Colors of #9872CB
Black with #9872CB
Text Example
Text Example
White with #9872CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9872CB; }
p { color: rgb(152,114,203); }
H1.HeaderClassName
{
color: #9872CB;
}
.AnyTagClassName
{
color: #9872CB;
}
</style>
background-color css
<style>
a { background-color: #9872CB; }
a { background-color: rgb(152,114,203); }
div.DivClassName
{
background-color: #9872CB;
}
.BgClassName
{
background-color: #9872CB;
}
</style>
border-color css
<style>
span { border-color: #9872CB; }
span { border-color: rgb(152,114,203); }
td.TdClassName
{
border-color: #9872CB;
}
.TagClassName
{
border-color: #9872CB;
}
</style>