Shades of Ce Soir #845CAD
Tints of Ce Soir #845CAD
RGB
CMYK
RGB Variations
Color information
#845CAD (or 0x845CAD) is known color: Ce Soir. HEX triplet: 84, 5C and AD. RGB value is (132,92,173). Sum of RGB (Red+Green+Blue) = 132+92+173=397 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.25% from 397); Green value is 92 (36.33% from 255 or 23.17% from 397); Blue value is 173 (67.97% from 255 or 43.58% from 397); Max value from RGB is 173 - color contains mainly: blue. Hex color #845CAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #845CAD is #7BA352. Grayscale: #707070. Windows color (decimal): -8102739 or 11361412. OLE color: 11361412.
HSL color Cylindrical-coordinate representation of color #845CAD: hue angle of 269.63º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #845CAD is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 132 | 92 | 173 | - |
| CMYK | 0.24 | 0.47 | 0 | 0.32 |
| HSL | 269.63º | 0.33% | 0.52% | - |
| HSV(B) | 269.63º | 0.47% | 0.68% | - |
| XYZ | 20.89 | 15.58 | 41.44 | - |
| YUV | 113.19 | 161.75 | 141.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 92 | 173 | 0.24 | 0.47 | 0 | 0.32 | 269.63 | 0.33 | 0.52 |
| Hex | 84 | 5C | AD | 18 | 2F | 0 | 20 | 10E | 21 | 34 |
| Octal | 204 | 134 | 255 | 30 | 57 | 0 | 40 | 416 | 41 | 64 |
| Binary | 10000100 | 1011100 | 10101101 | 11000 | 101111 | 0 | 100000 | 100001110 | 100001 | 110100 |
Color Harmonies of #845CAD
Complementary color
Monochromatic Colors of #845CAD
Black with #845CAD
Text Example
Text Example
White with #845CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845CAD; }
p { color: rgb(132,92,173); }
H1.HeaderClassName
{
color: #845CAD;
}
.AnyTagClassName
{
color: #845CAD;
}
</style>
background-color css
<style>
a { background-color: #845CAD; }
a { background-color: rgb(132,92,173); }
div.DivClassName
{
background-color: #845CAD;
}
.BgClassName
{
background-color: #845CAD;
}
</style>
border-color css
<style>
span { border-color: #845CAD; }
span { border-color: rgb(132,92,173); }
td.TdClassName
{
border-color: #845CAD;
}
.TagClassName
{
border-color: #845CAD;
}
</style>