Shades of Lilac Bush #885FC1
Tints of Lilac Bush #885FC1
RGB
CMYK
RGB Variations
Color information
#885FC1 (or 0x885FC1) is known color: Lilac Bush. HEX triplet: 88, 5F and C1. RGB value is (136,95,193). Sum of RGB (Red+Green+Blue) = 136+95+193=424 (56% of max value = 765). Red value is 136 (53.52% from 255 or 32.08% from 424); Green value is 95 (37.5% from 255 or 22.41% from 424); Blue value is 193 (75.78% from 255 or 45.52% from 424); Max value from RGB is 193 - color contains mainly: blue. Hex color #885FC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #885FC1 is #77A03E. Grayscale: #767676. Windows color (decimal): -7839807 or 12672904. OLE color: 12672904.
HSL color Cylindrical-coordinate representation of color #885FC1: hue angle of 265.1º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #885FC1 is Cyan = 0.30, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 136 | 95 | 193 | - |
| CMYK | 0.30 | 0.51 | 0 | 0.24 |
| HSL | 265.1º | 0.44% | 0.56% | - |
| HSV(B) | 265.1º | 0.51% | 0.76% | - |
| XYZ | 23.87 | 17.27 | 52.53 | - |
| YUV | 118.43 | 170.08 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 95 | 193 | 0.30 | 0.51 | 0 | 0.24 | 265.1 | 0.44 | 0.56 |
| Hex | 88 | 5F | C1 | 1E | 33 | 0 | 18 | 109 | 2C | 38 |
| Octal | 210 | 137 | 301 | 36 | 63 | 0 | 30 | 411 | 54 | 70 |
| Binary | 10001000 | 1011111 | 11000001 | 11110 | 110011 | 0 | 11000 | 100001001 | 101100 | 111000 |
Color Harmonies of #885FC1
Complementary color
Monochromatic Colors of #885FC1
Black with #885FC1
Text Example
Text Example
White with #885FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885FC1; }
p { color: rgb(136,95,193); }
H1.HeaderClassName
{
color: #885FC1;
}
.AnyTagClassName
{
color: #885FC1;
}
</style>
background-color css
<style>
a { background-color: #885FC1; }
a { background-color: rgb(136,95,193); }
div.DivClassName
{
background-color: #885FC1;
}
.BgClassName
{
background-color: #885FC1;
}
</style>
border-color css
<style>
span { border-color: #885FC1; }
span { border-color: rgb(136,95,193); }
td.TdClassName
{
border-color: #885FC1;
}
.TagClassName
{
border-color: #885FC1;
}
</style>