Shades of Ce Soir #845EA2
Tints of Ce Soir #845EA2
RGB
CMYK
RGB Variations
Color information
#845EA2 (or 0x845EA2) is known color: Ce Soir. HEX triplet: 84, 5E and A2. RGB value is (132,94,162). Sum of RGB (Red+Green+Blue) = 132+94+162=388 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.02% from 388); Green value is 94 (37.11% from 255 or 24.23% from 388); Blue value is 162 (63.67% from 255 or 41.75% from 388); Max value from RGB is 162 - color contains mainly: blue. Hex color #845EA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #845EA2 is #7BA15D. Grayscale: #707070. Windows color (decimal): -8102238 or 10641028. OLE color: 10641028.
HSL color Cylindrical-coordinate representation of color #845EA2: hue angle of 273.53º 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 #845EA2 is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 132 | 94 | 162 | - |
| CMYK | 0.19 | 0.42 | 0 | 0.36 |
| HSL | 273.53º | 0.27% | 0.5% | - |
| HSV(B) | 273.53º | 0.42% | 0.64% | - |
| XYZ | 20.04 | 15.52 | 36.12 | - |
| YUV | 113.11 | 155.59 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 94 | 162 | 0.19 | 0.42 | 0 | 0.36 | 273.53 | 0.27 | 0.5 |
| Hex | 84 | 5E | A2 | 13 | 2A | 0 | 24 | 112 | 1B | 32 |
| Octal | 204 | 136 | 242 | 23 | 52 | 0 | 44 | 422 | 33 | 62 |
| Binary | 10000100 | 1011110 | 10100010 | 10011 | 101010 | 0 | 100100 | 100010010 | 11011 | 110010 |
Color Harmonies of #845EA2
Complementary color
Monochromatic Colors of #845EA2
Black with #845EA2
Text Example
Text Example
White with #845EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845EA2; }
p { color: rgb(132,94,162); }
H1.HeaderClassName
{
color: #845EA2;
}
.AnyTagClassName
{
color: #845EA2;
}
</style>
background-color css
<style>
a { background-color: #845EA2; }
a { background-color: rgb(132,94,162); }
div.DivClassName
{
background-color: #845EA2;
}
.BgClassName
{
background-color: #845EA2;
}
</style>
border-color css
<style>
span { border-color: #845EA2; }
span { border-color: rgb(132,94,162); }
td.TdClassName
{
border-color: #845EA2;
}
.TagClassName
{
border-color: #845EA2;
}
</style>