Shades of Ce Soir #855EA2
Tints of Ce Soir #855EA2
RGB
CMYK
RGB Variations
Color information
#855EA2 (or 0x855EA2) is known color: Ce Soir. HEX triplet: 85, 5E and A2. RGB value is (133,94,162). Sum of RGB (Red+Green+Blue) = 133+94+162=389 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.19% from 389); Green value is 94 (37.11% from 255 or 24.16% from 389); Blue value is 162 (63.67% from 255 or 41.65% from 389); Max value from RGB is 162 - color contains mainly: blue. Hex color #855EA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855EA2 is #7AA15D. Grayscale: #717171. Windows color (decimal): -8036702 or 10641029. OLE color: 10641029.
HSL color Cylindrical-coordinate representation of color #855EA2: hue angle of 274.41º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #855EA2 is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 133 | 94 | 162 | - |
| CMYK | 0.18 | 0.42 | 0 | 0.36 |
| HSL | 274.41º | 0.27% | 0.5% | - |
| HSV(B) | 274.41º | 0.42% | 0.64% | - |
| XYZ | 20.2 | 15.6 | 36.13 | - |
| YUV | 113.41 | 155.42 | 141.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 94 | 162 | 0.18 | 0.42 | 0 | 0.36 | 274.41 | 0.27 | 0.5 |
| Hex | 85 | 5E | A2 | 12 | 2A | 0 | 24 | 112 | 1B | 32 |
| Octal | 205 | 136 | 242 | 22 | 52 | 0 | 44 | 422 | 33 | 62 |
| Binary | 10000101 | 1011110 | 10100010 | 10010 | 101010 | 0 | 100100 | 100010010 | 11011 | 110010 |
Color Harmonies of #855EA2
Complementary color
Monochromatic Colors of #855EA2
Black with #855EA2
Text Example
Text Example
White with #855EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855EA2; }
p { color: rgb(133,94,162); }
H1.HeaderClassName
{
color: #855EA2;
}
.AnyTagClassName
{
color: #855EA2;
}
</style>
background-color css
<style>
a { background-color: #855EA2; }
a { background-color: rgb(133,94,162); }
div.DivClassName
{
background-color: #855EA2;
}
.BgClassName
{
background-color: #855EA2;
}
</style>
border-color css
<style>
span { border-color: #855EA2; }
span { border-color: rgb(133,94,162); }
td.TdClassName
{
border-color: #855EA2;
}
.TagClassName
{
border-color: #855EA2;
}
</style>