Shades of Ce Soir #855CAD
Tints of Ce Soir #855CAD
RGB
CMYK
RGB Variations
Color information
#855CAD (or 0x855CAD) is known color: Ce Soir. HEX triplet: 85, 5C and AD. RGB value is (133,92,173). Sum of RGB (Red+Green+Blue) = 133+92+173=398 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.42% from 398); Green value is 92 (36.33% from 255 or 23.12% from 398); Blue value is 173 (67.97% from 255 or 43.47% from 398); Max value from RGB is 173 - color contains mainly: blue. Hex color #855CAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855CAD is #7AA352. Grayscale: #717171. Windows color (decimal): -8037203 or 11361413. OLE color: 11361413.
HSL color Cylindrical-coordinate representation of color #855CAD: hue angle of 270.37º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #855CAD is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 133 | 92 | 173 | - |
| CMYK | 0.23 | 0.47 | 0 | 0.32 |
| HSL | 270.37º | 0.33% | 0.52% | - |
| HSV(B) | 270.37º | 0.47% | 0.68% | - |
| XYZ | 21.04 | 15.66 | 41.45 | - |
| YUV | 113.49 | 161.58 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 92 | 173 | 0.23 | 0.47 | 0 | 0.32 | 270.37 | 0.33 | 0.52 |
| Hex | 85 | 5C | AD | 17 | 2F | 0 | 20 | 10E | 21 | 34 |
| Octal | 205 | 134 | 255 | 27 | 57 | 0 | 40 | 416 | 41 | 64 |
| Binary | 10000101 | 1011100 | 10101101 | 10111 | 101111 | 0 | 100000 | 100001110 | 100001 | 110100 |
Color Harmonies of #855CAD
Complementary color
Monochromatic Colors of #855CAD
Black with #855CAD
Text Example
Text Example
White with #855CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855CAD; }
p { color: rgb(133,92,173); }
H1.HeaderClassName
{
color: #855CAD;
}
.AnyTagClassName
{
color: #855CAD;
}
</style>
background-color css
<style>
a { background-color: #855CAD; }
a { background-color: rgb(133,92,173); }
div.DivClassName
{
background-color: #855CAD;
}
.BgClassName
{
background-color: #855CAD;
}
</style>
border-color css
<style>
span { border-color: #855CAD; }
span { border-color: rgb(133,92,173); }
td.TdClassName
{
border-color: #855CAD;
}
.TagClassName
{
border-color: #855CAD;
}
</style>