Shades of Ce Soir #85699A
Tints of Ce Soir #85699A
RGB
CMYK
RGB Variations
Color information
#85699A (or 0x85699A) is known color: Ce Soir. HEX triplet: 85, 69 and 9A. RGB value is (133,105,154). Sum of RGB (Red+Green+Blue) = 133+105+154=392 (51% of max value = 765). Red value is 133 (52.34% from 255 or 33.93% from 392); Green value is 105 (41.41% from 255 or 26.79% from 392); Blue value is 154 (60.55% from 255 or 39.29% from 392); Max value from RGB is 154 - color contains mainly: blue. Hex color #85699A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85699A is #7A9665. Grayscale: #767676. Windows color (decimal): -8033894 or 10119557. OLE color: 10119557.
HSL color Cylindrical-coordinate representation of color #85699A: hue angle of 274.29º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #85699A is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 133 | 105 | 154 | - |
| CMYK | 0.14 | 0.32 | 0 | 0.40 |
| HSL | 274.29º | 0.2% | 0.51% | - |
| HSV(B) | 274.29º | 0.32% | 0.6% | - |
| XYZ | 20.56 | 17.42 | 32.85 | - |
| YUV | 118.96 | 147.78 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 105 | 154 | 0.14 | 0.32 | 0 | 0.40 | 274.29 | 0.2 | 0.51 |
| Hex | 85 | 69 | 9A | E | 20 | 0 | 28 | 112 | 14 | 33 |
| Octal | 205 | 151 | 232 | 16 | 40 | 0 | 50 | 422 | 24 | 63 |
| Binary | 10000101 | 1101001 | 10011010 | 1110 | 100000 | 0 | 101000 | 100010010 | 10100 | 110011 |
Color Harmonies of #85699A
Complementary color
Monochromatic Colors of #85699A
Black with #85699A
Text Example
Text Example
White with #85699A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85699A; }
p { color: rgb(133,105,154); }
H1.HeaderClassName
{
color: #85699A;
}
.AnyTagClassName
{
color: #85699A;
}
</style>
background-color css
<style>
a { background-color: #85699A; }
a { background-color: rgb(133,105,154); }
div.DivClassName
{
background-color: #85699A;
}
.BgClassName
{
background-color: #85699A;
}
</style>
border-color css
<style>
span { border-color: #85699A; }
span { border-color: rgb(133,105,154); }
td.TdClassName
{
border-color: #85699A;
}
.TagClassName
{
border-color: #85699A;
}
</style>