Shades of Ce Soir #855DAC
Tints of Ce Soir #855DAC
RGB
CMYK
RGB Variations
Color information
#855DAC (or 0x855DAC) is known color: Ce Soir. HEX triplet: 85, 5D and AC. RGB value is (133,93,172). Sum of RGB (Red+Green+Blue) = 133+93+172=398 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.42% from 398); Green value is 93 (36.72% from 255 or 23.37% from 398); Blue value is 172 (67.58% from 255 or 43.22% from 398); Max value from RGB is 172 - color contains mainly: blue. Hex color #855DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855DAC is #7AA253. Grayscale: #717171. Windows color (decimal): -8036948 or 11296133. OLE color: 11296133.
HSL color Cylindrical-coordinate representation of color #855DAC: hue angle of 270.38º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #855DAC is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 93 | 172 | - |
| CMYK | 0.23 | 0.46 | 0 | 0.33 |
| HSL | 270.38º | 0.32% | 0.52% | - |
| HSV(B) | 270.38º | 0.46% | 0.67% | - |
| XYZ | 21.03 | 15.79 | 40.97 | - |
| YUV | 113.97 | 160.75 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 93 | 172 | 0.23 | 0.46 | 0 | 0.33 | 270.38 | 0.32 | 0.52 |
| Hex | 85 | 5D | AC | 17 | 2E | 0 | 21 | 10E | 20 | 34 |
| Octal | 205 | 135 | 254 | 27 | 56 | 0 | 41 | 416 | 40 | 64 |
| Binary | 10000101 | 1011101 | 10101100 | 10111 | 101110 | 0 | 100001 | 100001110 | 100000 | 110100 |
Color Harmonies of #855DAC
Complementary color
Monochromatic Colors of #855DAC
Black with #855DAC
Text Example
Text Example
White with #855DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855DAC; }
p { color: rgb(133,93,172); }
H1.HeaderClassName
{
color: #855DAC;
}
.AnyTagClassName
{
color: #855DAC;
}
</style>
background-color css
<style>
a { background-color: #855DAC; }
a { background-color: rgb(133,93,172); }
div.DivClassName
{
background-color: #855DAC;
}
.BgClassName
{
background-color: #855DAC;
}
</style>
border-color css
<style>
span { border-color: #855DAC; }
span { border-color: rgb(133,93,172); }
td.TdClassName
{
border-color: #855DAC;
}
.TagClassName
{
border-color: #855DAC;
}
</style>