Shades of Ce Soir #85699B
Tints of Ce Soir #85699B
RGB
CMYK
RGB Variations
Color information
#85699B (or 0x85699B) is known color: Ce Soir. HEX triplet: 85, 69 and 9B. RGB value is (133,105,155). Sum of RGB (Red+Green+Blue) = 133+105+155=393 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.84% from 393); Green value is 105 (41.41% from 255 or 26.72% from 393); Blue value is 155 (60.94% from 255 or 39.44% from 393); Max value from RGB is 155 - color contains mainly: blue. Hex color #85699B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85699B is #7A9664. Grayscale: #767676. Windows color (decimal): -8033893 or 10185093. OLE color: 10185093.
HSL color Cylindrical-coordinate representation of color #85699B: hue angle of 273.6º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #85699B is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 133 | 105 | 155 | - |
| CMYK | 0.14 | 0.32 | 0 | 0.39 |
| HSL | 273.6º | 0.2% | 0.51% | - |
| HSV(B) | 273.6º | 0.32% | 0.61% | - |
| XYZ | 20.64 | 17.46 | 33.29 | - |
| YUV | 119.07 | 148.28 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 105 | 155 | 0.14 | 0.32 | 0 | 0.39 | 273.6 | 0.2 | 0.51 |
| Hex | 85 | 69 | 9B | E | 20 | 0 | 27 | 112 | 14 | 33 |
| Octal | 205 | 151 | 233 | 16 | 40 | 0 | 47 | 422 | 24 | 63 |
| Binary | 10000101 | 1101001 | 10011011 | 1110 | 100000 | 0 | 100111 | 100010010 | 10100 | 110011 |
Color Harmonies of #85699B
Complementary color
Monochromatic Colors of #85699B
Black with #85699B
Text Example
Text Example
White with #85699B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85699B; }
p { color: rgb(133,105,155); }
H1.HeaderClassName
{
color: #85699B;
}
.AnyTagClassName
{
color: #85699B;
}
</style>
background-color css
<style>
a { background-color: #85699B; }
a { background-color: rgb(133,105,155); }
div.DivClassName
{
background-color: #85699B;
}
.BgClassName
{
background-color: #85699B;
}
</style>
border-color css
<style>
span { border-color: #85699B; }
span { border-color: rgb(133,105,155); }
td.TdClassName
{
border-color: #85699B;
}
.TagClassName
{
border-color: #85699B;
}
</style>