Shades of Ce Soir #885FB2
Tints of Ce Soir #885FB2
RGB
CMYK
RGB Variations
Color information
#885FB2 (or 0x885FB2) is known color: Ce Soir. HEX triplet: 88, 5F and B2. RGB value is (136,95,178). Sum of RGB (Red+Green+Blue) = 136+95+178=409 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.25% from 409); Green value is 95 (37.5% from 255 or 23.23% from 409); Blue value is 178 (69.92% from 255 or 43.52% from 409); Max value from RGB is 178 - color contains mainly: blue. Hex color #885FB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885FB2 is #77A04D. Grayscale: #747474. Windows color (decimal): -7839822 or 11689864. OLE color: 11689864.
HSL color Cylindrical-coordinate representation of color #885FB2: hue angle of 269.64º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #885FB2 is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 136 | 95 | 178 | - |
| CMYK | 0.24 | 0.47 | 0 | 0.30 |
| HSL | 269.64º | 0.35% | 0.54% | - |
| HSV(B) | 269.64º | 0.47% | 0.7% | - |
| XYZ | 22.28 | 16.63 | 44.16 | - |
| YUV | 116.72 | 162.58 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 95 | 178 | 0.24 | 0.47 | 0 | 0.30 | 269.64 | 0.35 | 0.54 |
| Hex | 88 | 5F | B2 | 18 | 2F | 0 | 1E | 10E | 23 | 36 |
| Octal | 210 | 137 | 262 | 30 | 57 | 0 | 36 | 416 | 43 | 66 |
| Binary | 10001000 | 1011111 | 10110010 | 11000 | 101111 | 0 | 11110 | 100001110 | 100011 | 110110 |
Color Harmonies of #885FB2
Complementary color
Monochromatic Colors of #885FB2
Black with #885FB2
Text Example
Text Example
White with #885FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885FB2; }
p { color: rgb(136,95,178); }
H1.HeaderClassName
{
color: #885FB2;
}
.AnyTagClassName
{
color: #885FB2;
}
</style>
background-color css
<style>
a { background-color: #885FB2; }
a { background-color: rgb(136,95,178); }
div.DivClassName
{
background-color: #885FB2;
}
.BgClassName
{
background-color: #885FB2;
}
</style>
border-color css
<style>
span { border-color: #885FB2; }
span { border-color: rgb(136,95,178); }
td.TdClassName
{
border-color: #885FB2;
}
.TagClassName
{
border-color: #885FB2;
}
</style>