Shades of Ce Soir #85629E
Tints of Ce Soir #85629E
RGB
CMYK
RGB Variations
Color information
#85629E (or 0x85629E) is known color: Ce Soir. HEX triplet: 85, 62 and 9E. RGB value is (133,98,158). Sum of RGB (Red+Green+Blue) = 133+98+158=389 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.19% from 389); Green value is 98 (38.67% from 255 or 25.19% from 389); Blue value is 158 (62.11% from 255 or 40.62% from 389); Max value from RGB is 158 - color contains mainly: blue. Hex color #85629E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85629E is #7A9D61. Grayscale: #737373. Windows color (decimal): -8035682 or 10379909. OLE color: 10379909.
HSL color Cylindrical-coordinate representation of color #85629E: 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 #85629E is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 133 | 98 | 158 | - |
| CMYK | 0.16 | 0.38 | 0 | 0.38 |
| HSL | 275º | 0.24% | 0.5% | - |
| HSV(B) | 275º | 0.38% | 0.62% | - |
| XYZ | 20.21 | 16.19 | 34.41 | - |
| YUV | 115.31 | 152.1 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 98 | 158 | 0.16 | 0.38 | 0 | 0.38 | 275 | 0.24 | 0.5 |
| Hex | 85 | 62 | 9E | 10 | 26 | 0 | 26 | 113 | 18 | 32 |
| Octal | 205 | 142 | 236 | 20 | 46 | 0 | 46 | 423 | 30 | 62 |
| Binary | 10000101 | 1100010 | 10011110 | 10000 | 100110 | 0 | 100110 | 100010011 | 11000 | 110010 |
Color Harmonies of #85629E
Complementary color
Monochromatic Colors of #85629E
Black with #85629E
Text Example
Text Example
White with #85629E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85629E; }
p { color: rgb(133,98,158); }
H1.HeaderClassName
{
color: #85629E;
}
.AnyTagClassName
{
color: #85629E;
}
</style>
background-color css
<style>
a { background-color: #85629E; }
a { background-color: rgb(133,98,158); }
div.DivClassName
{
background-color: #85629E;
}
.BgClassName
{
background-color: #85629E;
}
</style>
border-color css
<style>
span { border-color: #85629E; }
span { border-color: rgb(133,98,158); }
td.TdClassName
{
border-color: #85629E;
}
.TagClassName
{
border-color: #85629E;
}
</style>