Shades of Ce Soir #85629B
Tints of Ce Soir #85629B
RGB
CMYK
RGB Variations
Color information
#85629B (or 0x85629B) is known color: Ce Soir. HEX triplet: 85, 62 and 9B. RGB value is (133,98,155). Sum of RGB (Red+Green+Blue) = 133+98+155=386 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.46% from 386); Green value is 98 (38.67% from 255 or 25.39% from 386); Blue value is 155 (60.94% from 255 or 40.16% from 386); Max value from RGB is 155 - color contains mainly: blue. Hex color #85629B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85629B is #7A9D64. Grayscale: #727272. Windows color (decimal): -8035685 or 10183301. OLE color: 10183301.
HSL color Cylindrical-coordinate representation of color #85629B: hue angle of 276.84º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #85629B is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 133 | 98 | 155 | - |
| CMYK | 0.14 | 0.37 | 0 | 0.39 |
| HSL | 276.84º | 0.23% | 0.5% | - |
| HSV(B) | 276.84º | 0.37% | 0.61% | - |
| XYZ | 19.96 | 16.09 | 33.06 | - |
| YUV | 114.96 | 150.6 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 98 | 155 | 0.14 | 0.37 | 0 | 0.39 | 276.84 | 0.23 | 0.5 |
| Hex | 85 | 62 | 9B | E | 25 | 0 | 27 | 115 | 17 | 32 |
| Octal | 205 | 142 | 233 | 16 | 45 | 0 | 47 | 425 | 27 | 62 |
| Binary | 10000101 | 1100010 | 10011011 | 1110 | 100101 | 0 | 100111 | 100010101 | 10111 | 110010 |
Color Harmonies of #85629B
Complementary color
Monochromatic Colors of #85629B
Black with #85629B
Text Example
Text Example
White with #85629B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85629B; }
p { color: rgb(133,98,155); }
H1.HeaderClassName
{
color: #85629B;
}
.AnyTagClassName
{
color: #85629B;
}
</style>
background-color css
<style>
a { background-color: #85629B; }
a { background-color: rgb(133,98,155); }
div.DivClassName
{
background-color: #85629B;
}
.BgClassName
{
background-color: #85629B;
}
</style>
border-color css
<style>
span { border-color: #85629B; }
span { border-color: rgb(133,98,155); }
td.TdClassName
{
border-color: #85629B;
}
.TagClassName
{
border-color: #85629B;
}
</style>