Shades of Ce Soir #85659C
Tints of Ce Soir #85659C
RGB
CMYK
RGB Variations
Color information
#85659C (or 0x85659C) is known color: Ce Soir. HEX triplet: 85, 65 and 9C. RGB value is (133,101,156). Sum of RGB (Red+Green+Blue) = 133+101+156=390 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.10% from 390); Green value is 101 (39.84% from 255 or 25.90% from 390); Blue value is 156 (61.33% from 255 or 40% from 390); Max value from RGB is 156 - color contains mainly: blue. Hex color #85659C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85659C is #7A9A63. Grayscale: #747474. Windows color (decimal): -8034916 or 10249605. OLE color: 10249605.
HSL color Cylindrical-coordinate representation of color #85659C: hue angle of 274.91º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #85659C is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 133 | 101 | 156 | - |
| CMYK | 0.15 | 0.35 | 0 | 0.39 |
| HSL | 274.91º | 0.22% | 0.5% | - |
| HSV(B) | 274.91º | 0.35% | 0.61% | - |
| XYZ | 20.33 | 16.69 | 33.6 | - |
| YUV | 116.84 | 150.1 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 101 | 156 | 0.15 | 0.35 | 0 | 0.39 | 274.91 | 0.22 | 0.5 |
| Hex | 85 | 65 | 9C | F | 23 | 0 | 27 | 113 | 16 | 32 |
| Octal | 205 | 145 | 234 | 17 | 43 | 0 | 47 | 423 | 26 | 62 |
| Binary | 10000101 | 1100101 | 10011100 | 1111 | 100011 | 0 | 100111 | 100010011 | 10110 | 110010 |
Color Harmonies of #85659C
Complementary color
Monochromatic Colors of #85659C
Black with #85659C
Text Example
Text Example
White with #85659C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85659C; }
p { color: rgb(133,101,156); }
H1.HeaderClassName
{
color: #85659C;
}
.AnyTagClassName
{
color: #85659C;
}
</style>
background-color css
<style>
a { background-color: #85659C; }
a { background-color: rgb(133,101,156); }
div.DivClassName
{
background-color: #85659C;
}
.BgClassName
{
background-color: #85659C;
}
</style>
border-color css
<style>
span { border-color: #85659C; }
span { border-color: rgb(133,101,156); }
td.TdClassName
{
border-color: #85659C;
}
.TagClassName
{
border-color: #85659C;
}
</style>