Shades of Ce Soir #8562A0
Tints of Ce Soir #8562A0
RGB
CMYK
RGB Variations
Color information
#8562A0 (or 0x8562A0) is known color: Ce Soir. HEX triplet: 85, 62 and A0. RGB value is (133,98,160). Sum of RGB (Red+Green+Blue) = 133+98+160=391 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.02% from 391); Green value is 98 (38.67% from 255 or 25.06% from 391); Blue value is 160 (62.89% from 255 or 40.92% from 391); Max value from RGB is 160 - color contains mainly: blue. Hex color #8562A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8562A0 is #7A9D5F. Grayscale: #737373. Windows color (decimal): -8035680 or 10510981. OLE color: 10510981.
HSL color Cylindrical-coordinate representation of color #8562A0: hue angle of 273.87º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8562A0 is Cyan = 0.17, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 133 | 98 | 160 | - |
| CMYK | 0.17 | 0.39 | 0 | 0.37 |
| HSL | 273.87º | 0.25% | 0.51% | - |
| HSV(B) | 273.87º | 0.39% | 0.63% | - |
| XYZ | 20.39 | 16.26 | 35.32 | - |
| YUV | 115.53 | 153.1 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 98 | 160 | 0.17 | 0.39 | 0 | 0.37 | 273.87 | 0.25 | 0.51 |
| Hex | 85 | 62 | A0 | 11 | 27 | 0 | 25 | 112 | 19 | 33 |
| Octal | 205 | 142 | 240 | 21 | 47 | 0 | 45 | 422 | 31 | 63 |
| Binary | 10000101 | 1100010 | 10100000 | 10001 | 100111 | 0 | 100101 | 100010010 | 11001 | 110011 |
Color Harmonies of #8562A0
Complementary color
Monochromatic Colors of #8562A0
Black with #8562A0
Text Example
Text Example
White with #8562A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8562A0; }
p { color: rgb(133,98,160); }
H1.HeaderClassName
{
color: #8562A0;
}
.AnyTagClassName
{
color: #8562A0;
}
</style>
background-color css
<style>
a { background-color: #8562A0; }
a { background-color: rgb(133,98,160); }
div.DivClassName
{
background-color: #8562A0;
}
.BgClassName
{
background-color: #8562A0;
}
</style>
border-color css
<style>
span { border-color: #8562A0; }
span { border-color: rgb(133,98,160); }
td.TdClassName
{
border-color: #8562A0;
}
.TagClassName
{
border-color: #8562A0;
}
</style>