Shades of Lilac Bush #875DC0
Tints of Lilac Bush #875DC0
RGB
CMYK
RGB Variations
Color information
#875DC0 (or 0x875DC0) is known color: Lilac Bush. HEX triplet: 87, 5D and C0. RGB value is (135,93,192). Sum of RGB (Red+Green+Blue) = 135+93+192=420 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.14% from 420); Green value is 93 (36.72% from 255 or 22.14% from 420); Blue value is 192 (75.39% from 255 or 45.71% from 420); Max value from RGB is 192 - color contains mainly: blue. Hex color #875DC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #875DC0 is #78A23F. Grayscale: #747474. Windows color (decimal): -7905856 or 12606855. OLE color: 12606855.
HSL color Cylindrical-coordinate representation of color #875DC0: hue angle of 265.45º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #875DC0 is Cyan = 0.30, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 135 | 93 | 192 | - |
| CMYK | 0.30 | 0.52 | 0 | 0.25 |
| HSL | 265.45º | 0.44% | 0.56% | - |
| HSV(B) | 265.45º | 0.52% | 0.75% | - |
| XYZ | 23.42 | 16.79 | 51.87 | - |
| YUV | 116.84 | 170.41 | 140.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 93 | 192 | 0.30 | 0.52 | 0 | 0.25 | 265.45 | 0.44 | 0.56 |
| Hex | 87 | 5D | C0 | 1E | 34 | 0 | 19 | 109 | 2C | 38 |
| Octal | 207 | 135 | 300 | 36 | 64 | 0 | 31 | 411 | 54 | 70 |
| Binary | 10000111 | 1011101 | 11000000 | 11110 | 110100 | 0 | 11001 | 100001001 | 101100 | 111000 |
Color Harmonies of #875DC0
Complementary color
Monochromatic Colors of #875DC0
Black with #875DC0
Text Example
Text Example
White with #875DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875DC0; }
p { color: rgb(135,93,192); }
H1.HeaderClassName
{
color: #875DC0;
}
.AnyTagClassName
{
color: #875DC0;
}
</style>
background-color css
<style>
a { background-color: #875DC0; }
a { background-color: rgb(135,93,192); }
div.DivClassName
{
background-color: #875DC0;
}
.BgClassName
{
background-color: #875DC0;
}
</style>
border-color css
<style>
span { border-color: #875DC0; }
span { border-color: rgb(135,93,192); }
td.TdClassName
{
border-color: #875DC0;
}
.TagClassName
{
border-color: #875DC0;
}
</style>