Shades of Ce Soir #84609F
Tints of Ce Soir #84609F
RGB
CMYK
RGB Variations
Color information
#84609F (or 0x84609F) is known color: Ce Soir. HEX triplet: 84, 60 and 9F. RGB value is (132,96,159). Sum of RGB (Red+Green+Blue) = 132+96+159=387 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.11% from 387); Green value is 96 (37.89% from 255 or 24.81% from 387); Blue value is 159 (62.5% from 255 or 41.09% from 387); Max value from RGB is 159 - color contains mainly: blue. Hex color #84609F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84609F is #7B9F60. Grayscale: #717171. Windows color (decimal): -8101729 or 10444932. OLE color: 10444932.
HSL color Cylindrical-coordinate representation of color #84609F: hue angle of 274.29º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #84609F is Cyan = 0.17, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 132 | 96 | 159 | - |
| CMYK | 0.17 | 0.40 | 0 | 0.38 |
| HSL | 274.29º | 0.25% | 0.5% | - |
| HSV(B) | 274.29º | 0.4% | 0.62% | - |
| XYZ | 19.96 | 15.77 | 34.79 | - |
| YUV | 113.95 | 153.43 | 140.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 96 | 159 | 0.17 | 0.40 | 0 | 0.38 | 274.29 | 0.25 | 0.5 |
| Hex | 84 | 60 | 9F | 11 | 28 | 0 | 26 | 112 | 19 | 32 |
| Octal | 204 | 140 | 237 | 21 | 50 | 0 | 46 | 422 | 31 | 62 |
| Binary | 10000100 | 1100000 | 10011111 | 10001 | 101000 | 0 | 100110 | 100010010 | 11001 | 110010 |
Color Harmonies of #84609F
Complementary color
Monochromatic Colors of #84609F
Black with #84609F
Text Example
Text Example
White with #84609F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84609F; }
p { color: rgb(132,96,159); }
H1.HeaderClassName
{
color: #84609F;
}
.AnyTagClassName
{
color: #84609F;
}
</style>
background-color css
<style>
a { background-color: #84609F; }
a { background-color: rgb(132,96,159); }
div.DivClassName
{
background-color: #84609F;
}
.BgClassName
{
background-color: #84609F;
}
</style>
border-color css
<style>
span { border-color: #84609F; }
span { border-color: rgb(132,96,159); }
td.TdClassName
{
border-color: #84609F;
}
.TagClassName
{
border-color: #84609F;
}
</style>