Shades of Ce Soir #855DAB
Tints of Ce Soir #855DAB
RGB
CMYK
RGB Variations
Color information
#855DAB (or 0x855DAB) is known color: Ce Soir. HEX triplet: 85, 5D and AB. RGB value is (133,93,171). Sum of RGB (Red+Green+Blue) = 133+93+171=397 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.50% from 397); Green value is 93 (36.72% from 255 or 23.43% from 397); Blue value is 171 (67.19% from 255 or 43.07% from 397); Max value from RGB is 171 - color contains mainly: blue. Hex color #855DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855DAB is #7AA254. Grayscale: #717171. Windows color (decimal): -8036949 or 11230597. OLE color: 11230597.
HSL color Cylindrical-coordinate representation of color #855DAB: hue angle of 270.77º 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 #855DAB is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 93 | 171 | - |
| CMYK | 0.22 | 0.46 | 0 | 0.33 |
| HSL | 270.77º | 0.32% | 0.52% | - |
| HSV(B) | 270.77º | 0.46% | 0.67% | - |
| XYZ | 20.94 | 15.76 | 40.47 | - |
| YUV | 113.85 | 160.25 | 141.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 93 | 171 | 0.22 | 0.46 | 0 | 0.33 | 270.77 | 0.32 | 0.52 |
| Hex | 85 | 5D | AB | 16 | 2E | 0 | 21 | 10F | 20 | 34 |
| Octal | 205 | 135 | 253 | 26 | 56 | 0 | 41 | 417 | 40 | 64 |
| Binary | 10000101 | 1011101 | 10101011 | 10110 | 101110 | 0 | 100001 | 100001111 | 100000 | 110100 |
Color Harmonies of #855DAB
Complementary color
Monochromatic Colors of #855DAB
Black with #855DAB
Text Example
Text Example
White with #855DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855DAB; }
p { color: rgb(133,93,171); }
H1.HeaderClassName
{
color: #855DAB;
}
.AnyTagClassName
{
color: #855DAB;
}
</style>
background-color css
<style>
a { background-color: #855DAB; }
a { background-color: rgb(133,93,171); }
div.DivClassName
{
background-color: #855DAB;
}
.BgClassName
{
background-color: #855DAB;
}
</style>
border-color css
<style>
span { border-color: #855DAB; }
span { border-color: rgb(133,93,171); }
td.TdClassName
{
border-color: #855DAB;
}
.TagClassName
{
border-color: #855DAB;
}
</style>