Shades of Ce Soir #845EAA
Tints of Ce Soir #845EAA
RGB
CMYK
RGB Variations
Color information
#845EAA (or 0x845EAA) is known color: Ce Soir. HEX triplet: 84, 5E and AA. RGB value is (132,94,170). Sum of RGB (Red+Green+Blue) = 132+94+170=396 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.33% from 396); Green value is 94 (37.11% from 255 or 23.74% from 396); Blue value is 170 (66.80% from 255 or 42.93% from 396); Max value from RGB is 170 - color contains mainly: blue. Hex color #845EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #845EAA is #7BA155. Grayscale: #717171. Windows color (decimal): -8102230 or 11165316. OLE color: 11165316.
HSL color Cylindrical-coordinate representation of color #845EAA: hue angle of 270º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #845EAA is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 94 | 170 | - |
| CMYK | 0.22 | 0.45 | 0 | 0.33 |
| HSL | 270º | 0.31% | 0.52% | - |
| HSV(B) | 270º | 0.45% | 0.67% | - |
| XYZ | 20.77 | 15.81 | 39.99 | - |
| YUV | 114.03 | 159.59 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 94 | 170 | 0.22 | 0.45 | 0 | 0.33 | 270 | 0.31 | 0.52 |
| Hex | 84 | 5E | AA | 16 | 2D | 0 | 21 | 10E | 1F | 34 |
| Octal | 204 | 136 | 252 | 26 | 55 | 0 | 41 | 416 | 37 | 64 |
| Binary | 10000100 | 1011110 | 10101010 | 10110 | 101101 | 0 | 100001 | 100001110 | 11111 | 110100 |
Color Harmonies of #845EAA
Complementary color
Monochromatic Colors of #845EAA
Black with #845EAA
Text Example
Text Example
White with #845EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845EAA; }
p { color: rgb(132,94,170); }
H1.HeaderClassName
{
color: #845EAA;
}
.AnyTagClassName
{
color: #845EAA;
}
</style>
background-color css
<style>
a { background-color: #845EAA; }
a { background-color: rgb(132,94,170); }
div.DivClassName
{
background-color: #845EAA;
}
.BgClassName
{
background-color: #845EAA;
}
</style>
border-color css
<style>
span { border-color: #845EAA; }
span { border-color: rgb(132,94,170); }
td.TdClassName
{
border-color: #845EAA;
}
.TagClassName
{
border-color: #845EAA;
}
</style>