Shades of Ce Soir #85639E
Tints of Ce Soir #85639E
RGB
CMYK
RGB Variations
Color information
#85639E (or 0x85639E) is known color: Ce Soir. HEX triplet: 85, 63 and 9E. RGB value is (133,99,158). Sum of RGB (Red+Green+Blue) = 133+99+158=390 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.10% from 390); Green value is 99 (39.06% from 255 or 25.38% from 390); Blue value is 158 (62.11% from 255 or 40.51% from 390); Max value from RGB is 158 - color contains mainly: blue. Hex color #85639E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85639E is #7A9C61. Grayscale: #737373. Windows color (decimal): -8035426 or 10380165. OLE color: 10380165.
HSL color Cylindrical-coordinate representation of color #85639E: hue angle of 274.58º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #85639E is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 133 | 99 | 158 | - |
| CMYK | 0.16 | 0.37 | 0 | 0.38 |
| HSL | 274.58º | 0.23% | 0.5% | - |
| HSV(B) | 274.58º | 0.37% | 0.62% | - |
| XYZ | 20.31 | 16.38 | 34.44 | - |
| YUV | 115.89 | 151.76 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 99 | 158 | 0.16 | 0.37 | 0 | 0.38 | 274.58 | 0.23 | 0.5 |
| Hex | 85 | 63 | 9E | 10 | 25 | 0 | 26 | 113 | 17 | 32 |
| Octal | 205 | 143 | 236 | 20 | 45 | 0 | 46 | 423 | 27 | 62 |
| Binary | 10000101 | 1100011 | 10011110 | 10000 | 100101 | 0 | 100110 | 100010011 | 10111 | 110010 |
Color Harmonies of #85639E
Complementary color
Monochromatic Colors of #85639E
Black with #85639E
Text Example
Text Example
White with #85639E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85639E; }
p { color: rgb(133,99,158); }
H1.HeaderClassName
{
color: #85639E;
}
.AnyTagClassName
{
color: #85639E;
}
</style>
background-color css
<style>
a { background-color: #85639E; }
a { background-color: rgb(133,99,158); }
div.DivClassName
{
background-color: #85639E;
}
.BgClassName
{
background-color: #85639E;
}
</style>
border-color css
<style>
span { border-color: #85639E; }
span { border-color: rgb(133,99,158); }
td.TdClassName
{
border-color: #85639E;
}
.TagClassName
{
border-color: #85639E;
}
</style>