Shades of Ce Soir #85649D
Tints of Ce Soir #85649D
RGB
CMYK
RGB Variations
Color information
#85649D (or 0x85649D) is known color: Ce Soir. HEX triplet: 85, 64 and 9D. RGB value is (133,100,157). Sum of RGB (Red+Green+Blue) = 133+100+157=390 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.10% from 390); Green value is 100 (39.45% from 255 or 25.64% from 390); Blue value is 157 (61.72% from 255 or 40.26% from 390); Max value from RGB is 157 - color contains mainly: blue. Hex color #85649D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85649D is #7A9B62. Grayscale: #747474. Windows color (decimal): -8035171 or 10314885. OLE color: 10314885.
HSL color Cylindrical-coordinate representation of color #85649D: hue angle of 274.74º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #85649D is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 133 | 100 | 157 | - |
| CMYK | 0.15 | 0.36 | 0 | 0.38 |
| HSL | 274.74º | 0.23% | 0.5% | - |
| HSV(B) | 274.74º | 0.36% | 0.62% | - |
| XYZ | 20.32 | 16.54 | 34.02 | - |
| YUV | 116.37 | 150.93 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 100 | 157 | 0.15 | 0.36 | 0 | 0.38 | 274.74 | 0.23 | 0.5 |
| Hex | 85 | 64 | 9D | F | 24 | 0 | 26 | 113 | 17 | 32 |
| Octal | 205 | 144 | 235 | 17 | 44 | 0 | 46 | 423 | 27 | 62 |
| Binary | 10000101 | 1100100 | 10011101 | 1111 | 100100 | 0 | 100110 | 100010011 | 10111 | 110010 |
Color Harmonies of #85649D
Complementary color
Monochromatic Colors of #85649D
Black with #85649D
Text Example
Text Example
White with #85649D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85649D; }
p { color: rgb(133,100,157); }
H1.HeaderClassName
{
color: #85649D;
}
.AnyTagClassName
{
color: #85649D;
}
</style>
background-color css
<style>
a { background-color: #85649D; }
a { background-color: rgb(133,100,157); }
div.DivClassName
{
background-color: #85649D;
}
.BgClassName
{
background-color: #85649D;
}
</style>
border-color css
<style>
span { border-color: #85649D; }
span { border-color: rgb(133,100,157); }
td.TdClassName
{
border-color: #85649D;
}
.TagClassName
{
border-color: #85649D;
}
</style>