Shades of Ce Soir #845DA0
Tints of Ce Soir #845DA0
RGB
CMYK
RGB Variations
Color information
#845DA0 (or 0x845DA0) is known color: Ce Soir. HEX triplet: 84, 5D and A0. RGB value is (132,93,160). Sum of RGB (Red+Green+Blue) = 132+93+160=385 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.29% from 385); Green value is 93 (36.72% from 255 or 24.16% from 385); Blue value is 160 (62.89% from 255 or 41.56% from 385); Max value from RGB is 160 - color contains mainly: blue. Hex color #845DA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #845DA0 is #7BA25F. Grayscale: #707070. Windows color (decimal): -8102496 or 10509700. OLE color: 10509700.
HSL color Cylindrical-coordinate representation of color #845DA0: hue angle of 274.93º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #845DA0 is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 132 | 93 | 160 | - |
| CMYK | 0.17 | 0.42 | 0 | 0.37 |
| HSL | 274.93º | 0.26% | 0.5% | - |
| HSV(B) | 274.93º | 0.42% | 0.63% | - |
| XYZ | 19.78 | 15.27 | 35.16 | - |
| YUV | 112.3 | 154.92 | 142.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 93 | 160 | 0.17 | 0.42 | 0 | 0.37 | 274.93 | 0.26 | 0.5 |
| Hex | 84 | 5D | A0 | 11 | 2A | 0 | 25 | 113 | 1A | 32 |
| Octal | 204 | 135 | 240 | 21 | 52 | 0 | 45 | 423 | 32 | 62 |
| Binary | 10000100 | 1011101 | 10100000 | 10001 | 101010 | 0 | 100101 | 100010011 | 11010 | 110010 |
Color Harmonies of #845DA0
Complementary color
Monochromatic Colors of #845DA0
Black with #845DA0
Text Example
Text Example
White with #845DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845DA0; }
p { color: rgb(132,93,160); }
H1.HeaderClassName
{
color: #845DA0;
}
.AnyTagClassName
{
color: #845DA0;
}
</style>
background-color css
<style>
a { background-color: #845DA0; }
a { background-color: rgb(132,93,160); }
div.DivClassName
{
background-color: #845DA0;
}
.BgClassName
{
background-color: #845DA0;
}
</style>
border-color css
<style>
span { border-color: #845DA0; }
span { border-color: rgb(132,93,160); }
td.TdClassName
{
border-color: #845DA0;
}
.TagClassName
{
border-color: #845DA0;
}
</style>