Shades of Ce Soir #85649C
Tints of Ce Soir #85649C
RGB
CMYK
RGB Variations
Color information
#85649C (or 0x85649C) is known color: Ce Soir. HEX triplet: 85, 64 and 9C. RGB value is (133,100,156). Sum of RGB (Red+Green+Blue) = 133+100+156=389 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.19% from 389); Green value is 100 (39.45% from 255 or 25.71% from 389); Blue value is 156 (61.33% from 255 or 40.10% from 389); Max value from RGB is 156 - color contains mainly: blue. Hex color #85649C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85649C is #7A9B63. Grayscale: #747474. Windows color (decimal): -8035172 or 10249349. OLE color: 10249349.
HSL color Cylindrical-coordinate representation of color #85649C: hue angle of 275.36º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #85649C is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 133 | 100 | 156 | - |
| CMYK | 0.15 | 0.36 | 0 | 0.39 |
| HSL | 275.36º | 0.22% | 0.5% | - |
| HSV(B) | 275.36º | 0.36% | 0.61% | - |
| XYZ | 20.23 | 16.5 | 33.57 | - |
| YUV | 116.25 | 150.43 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 100 | 156 | 0.15 | 0.36 | 0 | 0.39 | 275.36 | 0.22 | 0.5 |
| Hex | 85 | 64 | 9C | F | 24 | 0 | 27 | 113 | 16 | 32 |
| Octal | 205 | 144 | 234 | 17 | 44 | 0 | 47 | 423 | 26 | 62 |
| Binary | 10000101 | 1100100 | 10011100 | 1111 | 100100 | 0 | 100111 | 100010011 | 10110 | 110010 |
Color Harmonies of #85649C
Complementary color
Monochromatic Colors of #85649C
Black with #85649C
Text Example
Text Example
White with #85649C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85649C; }
p { color: rgb(133,100,156); }
H1.HeaderClassName
{
color: #85649C;
}
.AnyTagClassName
{
color: #85649C;
}
</style>
background-color css
<style>
a { background-color: #85649C; }
a { background-color: rgb(133,100,156); }
div.DivClassName
{
background-color: #85649C;
}
.BgClassName
{
background-color: #85649C;
}
</style>
border-color css
<style>
span { border-color: #85649C; }
span { border-color: rgb(133,100,156); }
td.TdClassName
{
border-color: #85649C;
}
.TagClassName
{
border-color: #85649C;
}
</style>