Shades of Ce Soir #855FAC
Tints of Ce Soir #855FAC
RGB
CMYK
RGB Variations
Color information
#855FAC (or 0x855FAC) is known color: Ce Soir. HEX triplet: 85, 5F and AC. RGB value is (133,95,172). Sum of RGB (Red+Green+Blue) = 133+95+172=400 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.25% from 400); Green value is 95 (37.5% from 255 or 23.75% from 400); Blue value is 172 (67.58% from 255 or 43% from 400); Max value from RGB is 172 - color contains mainly: blue. Hex color #855FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855FAC is #7AA053. Grayscale: #727272. Windows color (decimal): -8036436 or 11296645. OLE color: 11296645.
HSL color Cylindrical-coordinate representation of color #855FAC: hue angle of 269.61º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #855FAC is Cyan = 0.23, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 95 | 172 | - |
| CMYK | 0.23 | 0.45 | 0 | 0.33 |
| HSL | 269.61º | 0.32% | 0.52% | - |
| HSV(B) | 269.61º | 0.45% | 0.67% | - |
| XYZ | 21.21 | 16.15 | 41.03 | - |
| YUV | 115.14 | 160.09 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 95 | 172 | 0.23 | 0.45 | 0 | 0.33 | 269.61 | 0.32 | 0.52 |
| Hex | 85 | 5F | AC | 17 | 2D | 0 | 21 | 10E | 20 | 34 |
| Octal | 205 | 137 | 254 | 27 | 55 | 0 | 41 | 416 | 40 | 64 |
| Binary | 10000101 | 1011111 | 10101100 | 10111 | 101101 | 0 | 100001 | 100001110 | 100000 | 110100 |
Color Harmonies of #855FAC
Complementary color
Monochromatic Colors of #855FAC
Black with #855FAC
Text Example
Text Example
White with #855FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855FAC; }
p { color: rgb(133,95,172); }
H1.HeaderClassName
{
color: #855FAC;
}
.AnyTagClassName
{
color: #855FAC;
}
</style>
background-color css
<style>
a { background-color: #855FAC; }
a { background-color: rgb(133,95,172); }
div.DivClassName
{
background-color: #855FAC;
}
.BgClassName
{
background-color: #855FAC;
}
</style>
border-color css
<style>
span { border-color: #855FAC; }
span { border-color: rgb(133,95,172); }
td.TdClassName
{
border-color: #855FAC;
}
.TagClassName
{
border-color: #855FAC;
}
</style>