Shades of Ce Soir #855DA0
Tints of Ce Soir #855DA0
RGB
CMYK
RGB Variations
Color information
#855DA0 (or 0x855DA0) is known color: Ce Soir. HEX triplet: 85, 5D and A0. RGB value is (133,93,160). Sum of RGB (Red+Green+Blue) = 133+93+160=386 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.46% from 386); Green value is 93 (36.72% from 255 or 24.09% from 386); Blue value is 160 (62.89% from 255 or 41.45% from 386); Max value from RGB is 160 - color contains mainly: blue. Hex color #855DA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855DA0 is #7AA25F. Grayscale: #707070. Windows color (decimal): -8036960 or 10509701. OLE color: 10509701.
HSL color Cylindrical-coordinate representation of color #855DA0: hue angle of 275.82º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #855DA0 is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 133 | 93 | 160 | - |
| CMYK | 0.17 | 0.42 | 0 | 0.37 |
| HSL | 275.82º | 0.26% | 0.5% | - |
| HSV(B) | 275.82º | 0.42% | 0.63% | - |
| XYZ | 19.93 | 15.35 | 35.17 | - |
| YUV | 112.6 | 154.75 | 142.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 93 | 160 | 0.17 | 0.42 | 0 | 0.37 | 275.82 | 0.26 | 0.5 |
| Hex | 85 | 5D | A0 | 11 | 2A | 0 | 25 | 114 | 1A | 32 |
| Octal | 205 | 135 | 240 | 21 | 52 | 0 | 45 | 424 | 32 | 62 |
| Binary | 10000101 | 1011101 | 10100000 | 10001 | 101010 | 0 | 100101 | 100010100 | 11010 | 110010 |
Color Harmonies of #855DA0
Complementary color
Monochromatic Colors of #855DA0
Black with #855DA0
Text Example
Text Example
White with #855DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855DA0; }
p { color: rgb(133,93,160); }
H1.HeaderClassName
{
color: #855DA0;
}
.AnyTagClassName
{
color: #855DA0;
}
</style>
background-color css
<style>
a { background-color: #855DA0; }
a { background-color: rgb(133,93,160); }
div.DivClassName
{
background-color: #855DA0;
}
.BgClassName
{
background-color: #855DA0;
}
</style>
border-color css
<style>
span { border-color: #855DA0; }
span { border-color: rgb(133,93,160); }
td.TdClassName
{
border-color: #855DA0;
}
.TagClassName
{
border-color: #855DA0;
}
</style>