Shades of Ce Soir #836A95
Tints of Ce Soir #836A95
RGB
CMYK
RGB Variations
Color information
#836A95 (or 0x836A95) is known color: Ce Soir. HEX triplet: 83, 6A and 95. RGB value is (131,106,149). Sum of RGB (Red+Green+Blue) = 131+106+149=386 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.94% from 386); Green value is 106 (41.80% from 255 or 27.46% from 386); Blue value is 149 (58.59% from 255 or 38.60% from 386); Max value from RGB is 149 - color contains mainly: blue. Hex color #836A95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836A95 is #7C956A. Grayscale: #767676. Windows color (decimal): -8164715 or 9792131. OLE color: 9792131.
HSL color Cylindrical-coordinate representation of color #836A95: hue angle of 274.88º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #836A95 is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 131 | 106 | 149 | - |
| CMYK | 0.12 | 0.29 | 0 | 0.42 |
| HSL | 274.88º | 0.17% | 0.5% | - |
| HSV(B) | 274.88º | 0.29% | 0.58% | - |
| XYZ | 19.94 | 17.3 | 30.72 | - |
| YUV | 118.38 | 145.28 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 106 | 149 | 0.12 | 0.29 | 0 | 0.42 | 274.88 | 0.17 | 0.5 |
| Hex | 83 | 6A | 95 | C | 1D | 0 | 2A | 113 | 11 | 32 |
| Octal | 203 | 152 | 225 | 14 | 35 | 0 | 52 | 423 | 21 | 62 |
| Binary | 10000011 | 1101010 | 10010101 | 1100 | 11101 | 0 | 101010 | 100010011 | 10001 | 110010 |
Color Harmonies of #836A95
Complementary color
Monochromatic Colors of #836A95
Black with #836A95
Text Example
Text Example
White with #836A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836A95; }
p { color: rgb(131,106,149); }
H1.HeaderClassName
{
color: #836A95;
}
.AnyTagClassName
{
color: #836A95;
}
</style>
background-color css
<style>
a { background-color: #836A95; }
a { background-color: rgb(131,106,149); }
div.DivClassName
{
background-color: #836A95;
}
.BgClassName
{
background-color: #836A95;
}
</style>
border-color css
<style>
span { border-color: #836A95; }
span { border-color: rgb(131,106,149); }
td.TdClassName
{
border-color: #836A95;
}
.TagClassName
{
border-color: #836A95;
}
</style>