Shades of Ce Soir #84619D
Tints of Ce Soir #84619D
RGB
CMYK
RGB Variations
Color information
#84619D (or 0x84619D) is known color: Ce Soir. HEX triplet: 84, 61 and 9D. RGB value is (132,97,157). Sum of RGB (Red+Green+Blue) = 132+97+157=386 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.20% from 386); Green value is 97 (38.28% from 255 or 25.13% from 386); Blue value is 157 (61.72% from 255 or 40.67% from 386); Max value from RGB is 157 - color contains mainly: blue. Hex color #84619D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84619D is #7B9E62. Grayscale: #727272. Windows color (decimal): -8101475 or 10314116. OLE color: 10314116.
HSL color Cylindrical-coordinate representation of color #84619D: hue angle of 275º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #84619D is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 132 | 97 | 157 | - |
| CMYK | 0.16 | 0.38 | 0 | 0.38 |
| HSL | 275º | 0.24% | 0.5% | - |
| HSV(B) | 275º | 0.38% | 0.62% | - |
| XYZ | 19.88 | 15.89 | 33.92 | - |
| YUV | 114.31 | 152.1 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 97 | 157 | 0.16 | 0.38 | 0 | 0.38 | 275 | 0.24 | 0.5 |
| Hex | 84 | 61 | 9D | 10 | 26 | 0 | 26 | 113 | 18 | 32 |
| Octal | 204 | 141 | 235 | 20 | 46 | 0 | 46 | 423 | 30 | 62 |
| Binary | 10000100 | 1100001 | 10011101 | 10000 | 100110 | 0 | 100110 | 100010011 | 11000 | 110010 |
Color Harmonies of #84619D
Complementary color
Monochromatic Colors of #84619D
Black with #84619D
Text Example
Text Example
White with #84619D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84619D; }
p { color: rgb(132,97,157); }
H1.HeaderClassName
{
color: #84619D;
}
.AnyTagClassName
{
color: #84619D;
}
</style>
background-color css
<style>
a { background-color: #84619D; }
a { background-color: rgb(132,97,157); }
div.DivClassName
{
background-color: #84619D;
}
.BgClassName
{
background-color: #84619D;
}
</style>
border-color css
<style>
span { border-color: #84619D; }
span { border-color: rgb(132,97,157); }
td.TdClassName
{
border-color: #84619D;
}
.TagClassName
{
border-color: #84619D;
}
</style>