Shades of Lilac Bush #9873C4
Tints of Lilac Bush #9873C4
RGB
CMYK
RGB Variations
Color information
#9873C4 (or 0x9873C4) is known color: Lilac Bush. HEX triplet: 98, 73 and C4. RGB value is (152,115,196). Sum of RGB (Red+Green+Blue) = 152+115+196=463 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.83% from 463); Green value is 115 (45.31% from 255 or 24.84% from 463); Blue value is 196 (76.95% from 255 or 42.33% from 463); Max value from RGB is 196 - color contains mainly: blue. Hex color #9873C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9873C4 is #678C3B. Grayscale: #878787. Windows color (decimal): -6786108 or 12874648. OLE color: 12874648.
HSL color Cylindrical-coordinate representation of color #9873C4: hue angle of 267.41º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9873C4 is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 152 | 115 | 196 | - |
| CMYK | 0.22 | 0.41 | 0 | 0.23 |
| HSL | 267.41º | 0.41% | 0.61% | - |
| HSV(B) | 267.41º | 0.41% | 0.77% | - |
| XYZ | 29.04 | 22.92 | 55.12 | - |
| YUV | 135.3 | 162.26 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 115 | 196 | 0.22 | 0.41 | 0 | 0.23 | 267.41 | 0.41 | 0.61 |
| Hex | 98 | 73 | C4 | 16 | 29 | 0 | 17 | 10B | 29 | 3D |
| Octal | 230 | 163 | 304 | 26 | 51 | 0 | 27 | 413 | 51 | 75 |
| Binary | 10011000 | 1110011 | 11000100 | 10110 | 101001 | 0 | 10111 | 100001011 | 101001 | 111101 |
Color Harmonies of #9873C4
Complementary color
Monochromatic Colors of #9873C4
Black with #9873C4
Text Example
Text Example
White with #9873C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9873C4; }
p { color: rgb(152,115,196); }
H1.HeaderClassName
{
color: #9873C4;
}
.AnyTagClassName
{
color: #9873C4;
}
</style>
background-color css
<style>
a { background-color: #9873C4; }
a { background-color: rgb(152,115,196); }
div.DivClassName
{
background-color: #9873C4;
}
.BgClassName
{
background-color: #9873C4;
}
</style>
border-color css
<style>
span { border-color: #9873C4; }
span { border-color: rgb(152,115,196); }
td.TdClassName
{
border-color: #9873C4;
}
.TagClassName
{
border-color: #9873C4;
}
</style>