Shades of Ce Soir #845DAB
Tints of Ce Soir #845DAB
RGB
CMYK
RGB Variations
Color information
#845DAB (or 0x845DAB) is known color: Ce Soir. HEX triplet: 84, 5D and AB. RGB value is (132,93,171). Sum of RGB (Red+Green+Blue) = 132+93+171=396 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.33% from 396); Green value is 93 (36.72% from 255 or 23.48% from 396); Blue value is 171 (67.19% from 255 or 43.18% from 396); Max value from RGB is 171 - color contains mainly: blue. Hex color #845DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #845DAB is #7BA254. Grayscale: #717171. Windows color (decimal): -8102485 or 11230596. OLE color: 11230596.
HSL color Cylindrical-coordinate representation of color #845DAB: hue angle of 270º 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 #845DAB is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 93 | 171 | - |
| CMYK | 0.23 | 0.46 | 0 | 0.33 |
| HSL | 270º | 0.32% | 0.52% | - |
| HSV(B) | 270º | 0.46% | 0.67% | - |
| XYZ | 20.78 | 15.67 | 40.46 | - |
| YUV | 113.55 | 160.42 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 93 | 171 | 0.23 | 0.46 | 0 | 0.33 | 270 | 0.32 | 0.52 |
| Hex | 84 | 5D | AB | 17 | 2E | 0 | 21 | 10E | 20 | 34 |
| Octal | 204 | 135 | 253 | 27 | 56 | 0 | 41 | 416 | 40 | 64 |
| Binary | 10000100 | 1011101 | 10101011 | 10111 | 101110 | 0 | 100001 | 100001110 | 100000 | 110100 |
Color Harmonies of #845DAB
Complementary color
Monochromatic Colors of #845DAB
Black with #845DAB
Text Example
Text Example
White with #845DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845DAB; }
p { color: rgb(132,93,171); }
H1.HeaderClassName
{
color: #845DAB;
}
.AnyTagClassName
{
color: #845DAB;
}
</style>
background-color css
<style>
a { background-color: #845DAB; }
a { background-color: rgb(132,93,171); }
div.DivClassName
{
background-color: #845DAB;
}
.BgClassName
{
background-color: #845DAB;
}
</style>
border-color css
<style>
span { border-color: #845DAB; }
span { border-color: rgb(132,93,171); }
td.TdClassName
{
border-color: #845DAB;
}
.TagClassName
{
border-color: #845DAB;
}
</style>