Shades of Ce Soir #855F99
Tints of Ce Soir #855F99
RGB
CMYK
RGB Variations
Color information
#855F99 (or 0x855F99) is known color: Ce Soir. HEX triplet: 85, 5F and 99. RGB value is (133,95,153). Sum of RGB (Red+Green+Blue) = 133+95+153=381 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.91% from 381); Green value is 95 (37.5% from 255 or 24.93% from 381); Blue value is 153 (60.16% from 255 or 40.16% from 381); Max value from RGB is 153 - color contains mainly: blue. Hex color #855F99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855F99 is #7AA066. Grayscale: #707070. Windows color (decimal): -8036455 or 10051461. OLE color: 10051461.
HSL color Cylindrical-coordinate representation of color #855F99: hue angle of 279.31º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #855F99 is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 133 | 95 | 153 | - |
| CMYK | 0.13 | 0.38 | 0 | 0.4 |
| HSL | 279.31º | 0.23% | 0.49% | - |
| HSV(B) | 279.31º | 0.38% | 0.6% | - |
| XYZ | 19.51 | 15.47 | 32.09 | - |
| YUV | 112.97 | 150.59 | 142.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 95 | 153 | 0.13 | 0.38 | 0 | 0.4 | 279.31 | 0.23 | 0.49 |
| Hex | 85 | 5F | 99 | D | 26 | 0 | 28 | 117 | 17 | 31 |
| Octal | 205 | 137 | 231 | 15 | 46 | 0 | 50 | 427 | 27 | 61 |
| Binary | 10000101 | 1011111 | 10011001 | 1101 | 100110 | 0 | 101000 | 100010111 | 10111 | 110001 |
Color Harmonies of #855F99
Complementary color
Monochromatic Colors of #855F99
Black with #855F99
Text Example
Text Example
White with #855F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855F99; }
p { color: rgb(133,95,153); }
H1.HeaderClassName
{
color: #855F99;
}
.AnyTagClassName
{
color: #855F99;
}
</style>
background-color css
<style>
a { background-color: #855F99; }
a { background-color: rgb(133,95,153); }
div.DivClassName
{
background-color: #855F99;
}
.BgClassName
{
background-color: #855F99;
}
</style>
border-color css
<style>
span { border-color: #855F99; }
span { border-color: rgb(133,95,153); }
td.TdClassName
{
border-color: #855F99;
}
.TagClassName
{
border-color: #855F99;
}
</style>