Shades of Ce Soir #845DAC
Tints of Ce Soir #845DAC
RGB
CMYK
RGB Variations
Color information
#845DAC (or 0x845DAC) is known color: Ce Soir. HEX triplet: 84, 5D and AC. RGB value is (132,93,172). Sum of RGB (Red+Green+Blue) = 132+93+172=397 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.25% from 397); Green value is 93 (36.72% from 255 or 23.43% from 397); Blue value is 172 (67.58% from 255 or 43.32% from 397); Max value from RGB is 172 - color contains mainly: blue. Hex color #845DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #845DAC is #7BA253. Grayscale: #717171. Windows color (decimal): -8102484 or 11296132. OLE color: 11296132.
HSL color Cylindrical-coordinate representation of color #845DAC: hue angle of 269.62º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #845DAC is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 93 | 172 | - |
| CMYK | 0.23 | 0.46 | 0 | 0.33 |
| HSL | 269.62º | 0.32% | 0.52% | - |
| HSV(B) | 269.62º | 0.46% | 0.67% | - |
| XYZ | 20.88 | 15.71 | 40.96 | - |
| YUV | 113.67 | 160.92 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 93 | 172 | 0.23 | 0.46 | 0 | 0.33 | 269.62 | 0.32 | 0.52 |
| Hex | 84 | 5D | AC | 17 | 2E | 0 | 21 | 10E | 20 | 34 |
| Octal | 204 | 135 | 254 | 27 | 56 | 0 | 41 | 416 | 40 | 64 |
| Binary | 10000100 | 1011101 | 10101100 | 10111 | 101110 | 0 | 100001 | 100001110 | 100000 | 110100 |
Color Harmonies of #845DAC
Complementary color
Monochromatic Colors of #845DAC
Black with #845DAC
Text Example
Text Example
White with #845DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845DAC; }
p { color: rgb(132,93,172); }
H1.HeaderClassName
{
color: #845DAC;
}
.AnyTagClassName
{
color: #845DAC;
}
</style>
background-color css
<style>
a { background-color: #845DAC; }
a { background-color: rgb(132,93,172); }
div.DivClassName
{
background-color: #845DAC;
}
.BgClassName
{
background-color: #845DAC;
}
</style>
border-color css
<style>
span { border-color: #845DAC; }
span { border-color: rgb(132,93,172); }
td.TdClassName
{
border-color: #845DAC;
}
.TagClassName
{
border-color: #845DAC;
}
</style>