Shades of Ce Soir #845F9A
Tints of Ce Soir #845F9A
RGB
CMYK
RGB Variations
Color information
#845F9A (or 0x845F9A) is known color: Ce Soir. HEX triplet: 84, 5F and 9A. RGB value is (132,95,154). Sum of RGB (Red+Green+Blue) = 132+95+154=381 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.65% from 381); Green value is 95 (37.5% from 255 or 24.93% from 381); Blue value is 154 (60.55% from 255 or 40.42% from 381); Max value from RGB is 154 - color contains mainly: blue. Hex color #845F9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #845F9A is #7BA065. Grayscale: #707070. Windows color (decimal): -8101990 or 10116996. OLE color: 10116996.
HSL color Cylindrical-coordinate representation of color #845F9A: hue angle of 277.63º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #845F9A is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 132 | 95 | 154 | - |
| CMYK | 0.14 | 0.38 | 0 | 0.40 |
| HSL | 277.63º | 0.24% | 0.49% | - |
| HSV(B) | 277.63º | 0.38% | 0.6% | - |
| XYZ | 19.44 | 15.42 | 32.52 | - |
| YUV | 112.79 | 151.26 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 95 | 154 | 0.14 | 0.38 | 0 | 0.40 | 277.63 | 0.24 | 0.49 |
| Hex | 84 | 5F | 9A | E | 26 | 0 | 28 | 116 | 18 | 31 |
| Octal | 204 | 137 | 232 | 16 | 46 | 0 | 50 | 426 | 30 | 61 |
| Binary | 10000100 | 1011111 | 10011010 | 1110 | 100110 | 0 | 101000 | 100010110 | 11000 | 110001 |
Color Harmonies of #845F9A
Complementary color
Monochromatic Colors of #845F9A
Black with #845F9A
Text Example
Text Example
White with #845F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845F9A; }
p { color: rgb(132,95,154); }
H1.HeaderClassName
{
color: #845F9A;
}
.AnyTagClassName
{
color: #845F9A;
}
</style>
background-color css
<style>
a { background-color: #845F9A; }
a { background-color: rgb(132,95,154); }
div.DivClassName
{
background-color: #845F9A;
}
.BgClassName
{
background-color: #845F9A;
}
</style>
border-color css
<style>
span { border-color: #845F9A; }
span { border-color: rgb(132,95,154); }
td.TdClassName
{
border-color: #845F9A;
}
.TagClassName
{
border-color: #845F9A;
}
</style>