Shades of Ce Soir #855D9E
Tints of Ce Soir #855D9E
RGB
CMYK
RGB Variations
Color information
#855D9E (or 0x855D9E) is known color: Ce Soir. HEX triplet: 85, 5D and 9E. RGB value is (133,93,158). Sum of RGB (Red+Green+Blue) = 133+93+158=384 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.64% from 384); Green value is 93 (36.72% from 255 or 24.22% from 384); Blue value is 158 (62.11% from 255 or 41.15% from 384); Max value from RGB is 158 - color contains mainly: blue. Hex color #855D9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855D9E is #7AA261. Grayscale: #707070. Windows color (decimal): -8036962 or 10378629. OLE color: 10378629.
HSL color Cylindrical-coordinate representation of color #855D9E: hue angle of 276.92º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #855D9E is Cyan = 0.16, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 133 | 93 | 158 | - |
| CMYK | 0.16 | 0.41 | 0 | 0.38 |
| HSL | 276.92º | 0.26% | 0.49% | - |
| HSV(B) | 276.92º | 0.41% | 0.62% | - |
| XYZ | 19.76 | 15.28 | 34.26 | - |
| YUV | 112.37 | 153.75 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 93 | 158 | 0.16 | 0.41 | 0 | 0.38 | 276.92 | 0.26 | 0.49 |
| Hex | 85 | 5D | 9E | 10 | 29 | 0 | 26 | 115 | 1A | 31 |
| Octal | 205 | 135 | 236 | 20 | 51 | 0 | 46 | 425 | 32 | 61 |
| Binary | 10000101 | 1011101 | 10011110 | 10000 | 101001 | 0 | 100110 | 100010101 | 11010 | 110001 |
Color Harmonies of #855D9E
Complementary color
Monochromatic Colors of #855D9E
Black with #855D9E
Text Example
Text Example
White with #855D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855D9E; }
p { color: rgb(133,93,158); }
H1.HeaderClassName
{
color: #855D9E;
}
.AnyTagClassName
{
color: #855D9E;
}
</style>
background-color css
<style>
a { background-color: #855D9E; }
a { background-color: rgb(133,93,158); }
div.DivClassName
{
background-color: #855D9E;
}
.BgClassName
{
background-color: #855D9E;
}
</style>
border-color css
<style>
span { border-color: #855D9E; }
span { border-color: rgb(133,93,158); }
td.TdClassName
{
border-color: #855D9E;
}
.TagClassName
{
border-color: #855D9E;
}
</style>