Shades of Ce Soir #845CAC
Tints of Ce Soir #845CAC
RGB
CMYK
RGB Variations
Color information
#845CAC (or 0x845CAC) is known color: Ce Soir. HEX triplet: 84, 5C and AC. RGB value is (132,92,172). Sum of RGB (Red+Green+Blue) = 132+92+172=396 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.33% from 396); Green value is 92 (36.33% from 255 or 23.23% from 396); Blue value is 172 (67.58% from 255 or 43.43% from 396); Max value from RGB is 172 - color contains mainly: blue. Hex color #845CAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #845CAC is #7BA353. Grayscale: #707070. Windows color (decimal): -8102740 or 11295876. OLE color: 11295876.
HSL color Cylindrical-coordinate representation of color #845CAC: hue angle of 270º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #845CAC is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 92 | 172 | - |
| CMYK | 0.23 | 0.47 | 0 | 0.33 |
| HSL | 270º | 0.33% | 0.52% | - |
| HSV(B) | 270º | 0.47% | 0.67% | - |
| XYZ | 20.79 | 15.54 | 40.93 | - |
| YUV | 113.08 | 161.25 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 92 | 172 | 0.23 | 0.47 | 0 | 0.33 | 270 | 0.33 | 0.52 |
| Hex | 84 | 5C | AC | 17 | 2F | 0 | 21 | 10E | 21 | 34 |
| Octal | 204 | 134 | 254 | 27 | 57 | 0 | 41 | 416 | 41 | 64 |
| Binary | 10000100 | 1011100 | 10101100 | 10111 | 101111 | 0 | 100001 | 100001110 | 100001 | 110100 |
Color Harmonies of #845CAC
Complementary color
Monochromatic Colors of #845CAC
Black with #845CAC
Text Example
Text Example
White with #845CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845CAC; }
p { color: rgb(132,92,172); }
H1.HeaderClassName
{
color: #845CAC;
}
.AnyTagClassName
{
color: #845CAC;
}
</style>
background-color css
<style>
a { background-color: #845CAC; }
a { background-color: rgb(132,92,172); }
div.DivClassName
{
background-color: #845CAC;
}
.BgClassName
{
background-color: #845CAC;
}
</style>
border-color css
<style>
span { border-color: #845CAC; }
span { border-color: rgb(132,92,172); }
td.TdClassName
{
border-color: #845CAC;
}
.TagClassName
{
border-color: #845CAC;
}
</style>