Shades of Ce Soir #885CA2
Tints of Ce Soir #885CA2
RGB
CMYK
RGB Variations
Color information
#885CA2 (or 0x885CA2) is known color: Ce Soir. HEX triplet: 88, 5C and A2. RGB value is (136,92,162). Sum of RGB (Red+Green+Blue) = 136+92+162=390 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.87% from 390); Green value is 92 (36.33% from 255 or 23.59% from 390); Blue value is 162 (63.67% from 255 or 41.54% from 390); Max value from RGB is 162 - color contains mainly: blue. Hex color #885CA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885CA2 is #77A35D. Grayscale: #707070. Windows color (decimal): -7840606 or 10640520. OLE color: 10640520.
HSL color Cylindrical-coordinate representation of color #885CA2: hue angle of 277.71º degrees, saturation: 0.28, 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 #885CA2 is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 136 | 92 | 162 | - |
| CMYK | 0.16 | 0.43 | 0 | 0.36 |
| HSL | 277.71º | 0.28% | 0.5% | - |
| HSV(B) | 277.71º | 0.43% | 0.64% | - |
| XYZ | 20.5 | 15.5 | 36.09 | - |
| YUV | 113.14 | 155.58 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 92 | 162 | 0.16 | 0.43 | 0 | 0.36 | 277.71 | 0.28 | 0.5 |
| Hex | 88 | 5C | A2 | 10 | 2B | 0 | 24 | 116 | 1C | 32 |
| Octal | 210 | 134 | 242 | 20 | 53 | 0 | 44 | 426 | 34 | 62 |
| Binary | 10001000 | 1011100 | 10100010 | 10000 | 101011 | 0 | 100100 | 100010110 | 11100 | 110010 |
Color Harmonies of #885CA2
Complementary color
Monochromatic Colors of #885CA2
Black with #885CA2
Text Example
Text Example
White with #885CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885CA2; }
p { color: rgb(136,92,162); }
H1.HeaderClassName
{
color: #885CA2;
}
.AnyTagClassName
{
color: #885CA2;
}
</style>
background-color css
<style>
a { background-color: #885CA2; }
a { background-color: rgb(136,92,162); }
div.DivClassName
{
background-color: #885CA2;
}
.BgClassName
{
background-color: #885CA2;
}
</style>
border-color css
<style>
span { border-color: #885CA2; }
span { border-color: rgb(136,92,162); }
td.TdClassName
{
border-color: #885CA2;
}
.TagClassName
{
border-color: #885CA2;
}
</style>