Shades of Ce Soir #855BA2
Tints of Ce Soir #855BA2
RGB
CMYK
RGB Variations
Color information
#855BA2 (or 0x855BA2) is known color: Ce Soir. HEX triplet: 85, 5B and A2. RGB value is (133,91,162). Sum of RGB (Red+Green+Blue) = 133+91+162=386 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.46% from 386); Green value is 91 (35.94% from 255 or 23.58% from 386); Blue value is 162 (63.67% from 255 or 41.97% from 386); Max value from RGB is 162 - color contains mainly: blue. Hex color #855BA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855BA2 is #7AA45D. Grayscale: #6F6F6F. Windows color (decimal): -8037470 or 10640261. OLE color: 10640261.
HSL color Cylindrical-coordinate representation of color #855BA2: hue angle of 275.49º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #855BA2 is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 133 | 91 | 162 | - |
| CMYK | 0.18 | 0.44 | 0 | 0.36 |
| HSL | 275.49º | 0.28% | 0.5% | - |
| HSV(B) | 275.49º | 0.44% | 0.64% | - |
| XYZ | 19.94 | 15.08 | 36.04 | - |
| YUV | 111.65 | 156.41 | 143.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 91 | 162 | 0.18 | 0.44 | 0 | 0.36 | 275.49 | 0.28 | 0.5 |
| Hex | 85 | 5B | A2 | 12 | 2C | 0 | 24 | 113 | 1C | 32 |
| Octal | 205 | 133 | 242 | 22 | 54 | 0 | 44 | 423 | 34 | 62 |
| Binary | 10000101 | 1011011 | 10100010 | 10010 | 101100 | 0 | 100100 | 100010011 | 11100 | 110010 |
Color Harmonies of #855BA2
Complementary color
Monochromatic Colors of #855BA2
Black with #855BA2
Text Example
Text Example
White with #855BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855BA2; }
p { color: rgb(133,91,162); }
H1.HeaderClassName
{
color: #855BA2;
}
.AnyTagClassName
{
color: #855BA2;
}
</style>
background-color css
<style>
a { background-color: #855BA2; }
a { background-color: rgb(133,91,162); }
div.DivClassName
{
background-color: #855BA2;
}
.BgClassName
{
background-color: #855BA2;
}
</style>
border-color css
<style>
span { border-color: #855BA2; }
span { border-color: rgb(133,91,162); }
td.TdClassName
{
border-color: #855BA2;
}
.TagClassName
{
border-color: #855BA2;
}
</style>