Shades of Ce Soir #855CAC
Tints of Ce Soir #855CAC
RGB
CMYK
RGB Variations
Color information
#855CAC (or 0x855CAC) is known color: Ce Soir. HEX triplet: 85, 5C and AC. RGB value is (133,92,172). Sum of RGB (Red+Green+Blue) = 133+92+172=397 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.50% from 397); Green value is 92 (36.33% from 255 or 23.17% from 397); Blue value is 172 (67.58% from 255 or 43.32% from 397); Max value from RGB is 172 - color contains mainly: blue. Hex color #855CAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855CAC is #7AA353. Grayscale: #717171. Windows color (decimal): -8037204 or 11295877. OLE color: 11295877.
HSL color Cylindrical-coordinate representation of color #855CAC: hue angle of 270.75º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #855CAC is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 92 | 172 | - |
| CMYK | 0.23 | 0.47 | 0 | 0.33 |
| HSL | 270.75º | 0.33% | 0.52% | - |
| HSV(B) | 270.75º | 0.47% | 0.67% | - |
| XYZ | 20.95 | 15.62 | 40.94 | - |
| YUV | 113.38 | 161.08 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 92 | 172 | 0.23 | 0.47 | 0 | 0.33 | 270.75 | 0.33 | 0.52 |
| Hex | 85 | 5C | AC | 17 | 2F | 0 | 21 | 10F | 21 | 34 |
| Octal | 205 | 134 | 254 | 27 | 57 | 0 | 41 | 417 | 41 | 64 |
| Binary | 10000101 | 1011100 | 10101100 | 10111 | 101111 | 0 | 100001 | 100001111 | 100001 | 110100 |
Color Harmonies of #855CAC
Complementary color
Monochromatic Colors of #855CAC
Black with #855CAC
Text Example
Text Example
White with #855CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855CAC; }
p { color: rgb(133,92,172); }
H1.HeaderClassName
{
color: #855CAC;
}
.AnyTagClassName
{
color: #855CAC;
}
</style>
background-color css
<style>
a { background-color: #855CAC; }
a { background-color: rgb(133,92,172); }
div.DivClassName
{
background-color: #855CAC;
}
.BgClassName
{
background-color: #855CAC;
}
</style>
border-color css
<style>
span { border-color: #855CAC; }
span { border-color: rgb(133,92,172); }
td.TdClassName
{
border-color: #855CAC;
}
.TagClassName
{
border-color: #855CAC;
}
</style>