Shades of Ce Soir #855BA9
Tints of Ce Soir #855BA9
RGB
CMYK
RGB Variations
Color information
#855BA9 (or 0x855BA9) is known color: Ce Soir. HEX triplet: 85, 5B and A9. RGB value is (133,91,169). Sum of RGB (Red+Green+Blue) = 133+91+169=393 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.84% from 393); Green value is 91 (35.94% from 255 or 23.16% from 393); Blue value is 169 (66.41% from 255 or 43.00% from 393); Max value from RGB is 169 - color contains mainly: blue. Hex color #855BA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855BA9 is #7AA456. Grayscale: #707070. Windows color (decimal): -8037463 or 11099013. OLE color: 11099013.
HSL color Cylindrical-coordinate representation of color #855BA9: hue angle of 272.31º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #855BA9 is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 133 | 91 | 169 | - |
| CMYK | 0.21 | 0.46 | 0 | 0.34 |
| HSL | 272.31º | 0.31% | 0.51% | - |
| HSV(B) | 272.31º | 0.46% | 0.66% | - |
| XYZ | 20.58 | 15.33 | 39.41 | - |
| YUV | 112.45 | 159.91 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 91 | 169 | 0.21 | 0.46 | 0 | 0.34 | 272.31 | 0.31 | 0.51 |
| Hex | 85 | 5B | A9 | 15 | 2E | 0 | 22 | 110 | 1F | 33 |
| Octal | 205 | 133 | 251 | 25 | 56 | 0 | 42 | 420 | 37 | 63 |
| Binary | 10000101 | 1011011 | 10101001 | 10101 | 101110 | 0 | 100010 | 100010000 | 11111 | 110011 |
Color Harmonies of #855BA9
Complementary color
Monochromatic Colors of #855BA9
Black with #855BA9
Text Example
Text Example
White with #855BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855BA9; }
p { color: rgb(133,91,169); }
H1.HeaderClassName
{
color: #855BA9;
}
.AnyTagClassName
{
color: #855BA9;
}
</style>
background-color css
<style>
a { background-color: #855BA9; }
a { background-color: rgb(133,91,169); }
div.DivClassName
{
background-color: #855BA9;
}
.BgClassName
{
background-color: #855BA9;
}
</style>
border-color css
<style>
span { border-color: #855BA9; }
span { border-color: rgb(133,91,169); }
td.TdClassName
{
border-color: #855BA9;
}
.TagClassName
{
border-color: #855BA9;
}
</style>