Shades of Ce Soir #836A94
Tints of Ce Soir #836A94
RGB
CMYK
RGB Variations
Color information
#836A94 (or 0x836A94) is known color: Ce Soir. HEX triplet: 83, 6A and 94. RGB value is (131,106,148). Sum of RGB (Red+Green+Blue) = 131+106+148=385 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.03% from 385); Green value is 106 (41.80% from 255 or 27.53% from 385); Blue value is 148 (58.20% from 255 or 38.44% from 385); Max value from RGB is 148 - color contains mainly: blue. Hex color #836A94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836A94 is #7C956B. Grayscale: #767676. Windows color (decimal): -8164716 or 9726595. OLE color: 9726595.
HSL color Cylindrical-coordinate representation of color #836A94: hue angle of 275.71º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #836A94 is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 131 | 106 | 148 | - |
| CMYK | 0.11 | 0.28 | 0 | 0.42 |
| HSL | 275.71º | 0.17% | 0.5% | - |
| HSV(B) | 275.71º | 0.28% | 0.58% | - |
| XYZ | 19.86 | 17.27 | 30.3 | - |
| YUV | 118.26 | 144.78 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 106 | 148 | 0.11 | 0.28 | 0 | 0.42 | 275.71 | 0.17 | 0.5 |
| Hex | 83 | 6A | 94 | B | 1C | 0 | 2A | 114 | 11 | 32 |
| Octal | 203 | 152 | 224 | 13 | 34 | 0 | 52 | 424 | 21 | 62 |
| Binary | 10000011 | 1101010 | 10010100 | 1011 | 11100 | 0 | 101010 | 100010100 | 10001 | 110010 |
Color Harmonies of #836A94
Complementary color
Monochromatic Colors of #836A94
Black with #836A94
Text Example
Text Example
White with #836A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836A94; }
p { color: rgb(131,106,148); }
H1.HeaderClassName
{
color: #836A94;
}
.AnyTagClassName
{
color: #836A94;
}
</style>
background-color css
<style>
a { background-color: #836A94; }
a { background-color: rgb(131,106,148); }
div.DivClassName
{
background-color: #836A94;
}
.BgClassName
{
background-color: #836A94;
}
</style>
border-color css
<style>
span { border-color: #836A94; }
span { border-color: rgb(131,106,148); }
td.TdClassName
{
border-color: #836A94;
}
.TagClassName
{
border-color: #836A94;
}
</style>