Shades of Ce Soir #855A9B
Tints of Ce Soir #855A9B
RGB
CMYK
RGB Variations
Color information
#855A9B (or 0x855A9B) is known color: Ce Soir. HEX triplet: 85, 5A and 9B. RGB value is (133,90,155). Sum of RGB (Red+Green+Blue) = 133+90+155=378 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.19% from 378); Green value is 90 (35.55% from 255 or 23.81% from 378); Blue value is 155 (60.94% from 255 or 41.01% from 378); Max value from RGB is 155 - color contains mainly: blue. Hex color #855A9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855A9B is #7AA564. Grayscale: #6E6E6E. Windows color (decimal): -8037733 or 10181253. OLE color: 10181253.
HSL color Cylindrical-coordinate representation of color #855A9B: hue angle of 279.69º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #855A9B is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 133 | 90 | 155 | - |
| CMYK | 0.14 | 0.42 | 0 | 0.39 |
| HSL | 279.69º | 0.27% | 0.48% | - |
| HSV(B) | 279.69º | 0.42% | 0.61% | - |
| XYZ | 19.25 | 14.67 | 32.83 | - |
| YUV | 110.27 | 153.25 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 90 | 155 | 0.14 | 0.42 | 0 | 0.39 | 279.69 | 0.27 | 0.48 |
| Hex | 85 | 5A | 9B | E | 2A | 0 | 27 | 118 | 1B | 30 |
| Octal | 205 | 132 | 233 | 16 | 52 | 0 | 47 | 430 | 33 | 60 |
| Binary | 10000101 | 1011010 | 10011011 | 1110 | 101010 | 0 | 100111 | 100011000 | 11011 | 110000 |
Color Harmonies of #855A9B
Complementary color
Monochromatic Colors of #855A9B
Black with #855A9B
Text Example
Text Example
White with #855A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855A9B; }
p { color: rgb(133,90,155); }
H1.HeaderClassName
{
color: #855A9B;
}
.AnyTagClassName
{
color: #855A9B;
}
</style>
background-color css
<style>
a { background-color: #855A9B; }
a { background-color: rgb(133,90,155); }
div.DivClassName
{
background-color: #855A9B;
}
.BgClassName
{
background-color: #855A9B;
}
</style>
border-color css
<style>
span { border-color: #855A9B; }
span { border-color: rgb(133,90,155); }
td.TdClassName
{
border-color: #855A9B;
}
.TagClassName
{
border-color: #855A9B;
}
</style>