Shades of Ce Soir #85679D
Tints of Ce Soir #85679D
RGB
CMYK
RGB Variations
Color information
#85679D (or 0x85679D) is known color: Ce Soir. HEX triplet: 85, 67 and 9D. RGB value is (133,103,157). Sum of RGB (Red+Green+Blue) = 133+103+157=393 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.84% from 393); Green value is 103 (40.62% from 255 or 26.21% from 393); Blue value is 157 (61.72% from 255 or 39.95% from 393); Max value from RGB is 157 - color contains mainly: blue. Hex color #85679D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85679D is #7A9862. Grayscale: #757575. Windows color (decimal): -8034403 or 10315653. OLE color: 10315653.
HSL color Cylindrical-coordinate representation of color #85679D: hue angle of 273.33º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #85679D is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 133 | 103 | 157 | - |
| CMYK | 0.15 | 0.34 | 0 | 0.38 |
| HSL | 273.33º | 0.22% | 0.51% | - |
| HSV(B) | 273.33º | 0.34% | 0.62% | - |
| XYZ | 20.61 | 17.12 | 34.12 | - |
| YUV | 118.13 | 149.94 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 103 | 157 | 0.15 | 0.34 | 0 | 0.38 | 273.33 | 0.22 | 0.51 |
| Hex | 85 | 67 | 9D | F | 22 | 0 | 26 | 111 | 16 | 33 |
| Octal | 205 | 147 | 235 | 17 | 42 | 0 | 46 | 421 | 26 | 63 |
| Binary | 10000101 | 1100111 | 10011101 | 1111 | 100010 | 0 | 100110 | 100010001 | 10110 | 110011 |
Color Harmonies of #85679D
Complementary color
Monochromatic Colors of #85679D
Black with #85679D
Text Example
Text Example
White with #85679D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85679D; }
p { color: rgb(133,103,157); }
H1.HeaderClassName
{
color: #85679D;
}
.AnyTagClassName
{
color: #85679D;
}
</style>
background-color css
<style>
a { background-color: #85679D; }
a { background-color: rgb(133,103,157); }
div.DivClassName
{
background-color: #85679D;
}
.BgClassName
{
background-color: #85679D;
}
</style>
border-color css
<style>
span { border-color: #85679D; }
span { border-color: rgb(133,103,157); }
td.TdClassName
{
border-color: #85679D;
}
.TagClassName
{
border-color: #85679D;
}
</style>