Shades of Ce Soir #885DA2
Tints of Ce Soir #885DA2
RGB
CMYK
RGB Variations
Color information
#885DA2 (or 0x885DA2) is known color: Ce Soir. HEX triplet: 88, 5D and A2. RGB value is (136,93,162). Sum of RGB (Red+Green+Blue) = 136+93+162=391 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.78% from 391); Green value is 93 (36.72% from 255 or 23.79% from 391); Blue value is 162 (63.67% from 255 or 41.43% from 391); Max value from RGB is 162 - color contains mainly: blue. Hex color #885DA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885DA2 is #77A25D. Grayscale: #717171. Windows color (decimal): -7840350 or 10640776. OLE color: 10640776.
HSL color Cylindrical-coordinate representation of color #885DA2: hue angle of 277.39º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #885DA2 is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 136 | 93 | 162 | - |
| CMYK | 0.16 | 0.43 | 0 | 0.36 |
| HSL | 277.39º | 0.27% | 0.5% | - |
| HSV(B) | 277.39º | 0.43% | 0.64% | - |
| XYZ | 20.59 | 15.67 | 36.12 | - |
| YUV | 113.72 | 155.25 | 143.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 93 | 162 | 0.16 | 0.43 | 0 | 0.36 | 277.39 | 0.27 | 0.5 |
| Hex | 88 | 5D | A2 | 10 | 2B | 0 | 24 | 115 | 1B | 32 |
| Octal | 210 | 135 | 242 | 20 | 53 | 0 | 44 | 425 | 33 | 62 |
| Binary | 10001000 | 1011101 | 10100010 | 10000 | 101011 | 0 | 100100 | 100010101 | 11011 | 110010 |
Color Harmonies of #885DA2
Complementary color
Monochromatic Colors of #885DA2
Black with #885DA2
Text Example
Text Example
White with #885DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885DA2; }
p { color: rgb(136,93,162); }
H1.HeaderClassName
{
color: #885DA2;
}
.AnyTagClassName
{
color: #885DA2;
}
</style>
background-color css
<style>
a { background-color: #885DA2; }
a { background-color: rgb(136,93,162); }
div.DivClassName
{
background-color: #885DA2;
}
.BgClassName
{
background-color: #885DA2;
}
</style>
border-color css
<style>
span { border-color: #885DA2; }
span { border-color: rgb(136,93,162); }
td.TdClassName
{
border-color: #885DA2;
}
.TagClassName
{
border-color: #885DA2;
}
</style>