Shades of Ce Soir #85609F
Tints of Ce Soir #85609F
RGB
CMYK
RGB Variations
Color information
#85609F (or 0x85609F) is known color: Ce Soir. HEX triplet: 85, 60 and 9F. RGB value is (133,96,159). Sum of RGB (Red+Green+Blue) = 133+96+159=388 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.28% from 388); Green value is 96 (37.89% from 255 or 24.74% from 388); Blue value is 159 (62.5% from 255 or 40.98% from 388); Max value from RGB is 159 - color contains mainly: blue. Hex color #85609F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85609F is #7A9F60. Grayscale: #727272. Windows color (decimal): -8036193 or 10444933. OLE color: 10444933.
HSL color Cylindrical-coordinate representation of color #85609F: hue angle of 275.24º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85609F is Cyan = 0.16, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 133 | 96 | 159 | - |
| CMYK | 0.16 | 0.40 | 0 | 0.38 |
| HSL | 275.24º | 0.25% | 0.5% | - |
| HSV(B) | 275.24º | 0.4% | 0.62% | - |
| XYZ | 20.11 | 15.86 | 34.8 | - |
| YUV | 114.25 | 153.26 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 96 | 159 | 0.16 | 0.40 | 0 | 0.38 | 275.24 | 0.25 | 0.5 |
| Hex | 85 | 60 | 9F | 10 | 28 | 0 | 26 | 113 | 19 | 32 |
| Octal | 205 | 140 | 237 | 20 | 50 | 0 | 46 | 423 | 31 | 62 |
| Binary | 10000101 | 1100000 | 10011111 | 10000 | 101000 | 0 | 100110 | 100010011 | 11001 | 110010 |
Color Harmonies of #85609F
Complementary color
Monochromatic Colors of #85609F
Black with #85609F
Text Example
Text Example
White with #85609F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85609F; }
p { color: rgb(133,96,159); }
H1.HeaderClassName
{
color: #85609F;
}
.AnyTagClassName
{
color: #85609F;
}
</style>
background-color css
<style>
a { background-color: #85609F; }
a { background-color: rgb(133,96,159); }
div.DivClassName
{
background-color: #85609F;
}
.BgClassName
{
background-color: #85609F;
}
</style>
border-color css
<style>
span { border-color: #85609F; }
span { border-color: rgb(133,96,159); }
td.TdClassName
{
border-color: #85609F;
}
.TagClassName
{
border-color: #85609F;
}
</style>