Shades of Ce Soir #8560A2
Tints of Ce Soir #8560A2
RGB
CMYK
RGB Variations
Color information
#8560A2 (or 0x8560A2) is known color: Ce Soir. HEX triplet: 85, 60 and A2. RGB value is (133,96,162). Sum of RGB (Red+Green+Blue) = 133+96+162=391 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.02% from 391); Green value is 96 (37.89% from 255 or 24.55% from 391); Blue value is 162 (63.67% from 255 or 41.43% from 391); Max value from RGB is 162 - color contains mainly: blue. Hex color #8560A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8560A2 is #7A9F5D. Grayscale: #727272. Windows color (decimal): -8036190 or 10641541. OLE color: 10641541.
HSL color Cylindrical-coordinate representation of color #8560A2: hue angle of 273.64º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8560A2 is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 133 | 96 | 162 | - |
| CMYK | 0.18 | 0.41 | 0 | 0.36 |
| HSL | 273.64º | 0.26% | 0.51% | - |
| HSV(B) | 273.64º | 0.41% | 0.64% | - |
| XYZ | 20.38 | 15.96 | 36.19 | - |
| YUV | 114.59 | 154.76 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 96 | 162 | 0.18 | 0.41 | 0 | 0.36 | 273.64 | 0.26 | 0.51 |
| Hex | 85 | 60 | A2 | 12 | 29 | 0 | 24 | 112 | 1A | 33 |
| Octal | 205 | 140 | 242 | 22 | 51 | 0 | 44 | 422 | 32 | 63 |
| Binary | 10000101 | 1100000 | 10100010 | 10010 | 101001 | 0 | 100100 | 100010010 | 11010 | 110011 |
Color Harmonies of #8560A2
Complementary color
Monochromatic Colors of #8560A2
Black with #8560A2
Text Example
Text Example
White with #8560A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8560A2; }
p { color: rgb(133,96,162); }
H1.HeaderClassName
{
color: #8560A2;
}
.AnyTagClassName
{
color: #8560A2;
}
</style>
background-color css
<style>
a { background-color: #8560A2; }
a { background-color: rgb(133,96,162); }
div.DivClassName
{
background-color: #8560A2;
}
.BgClassName
{
background-color: #8560A2;
}
</style>
border-color css
<style>
span { border-color: #8560A2; }
span { border-color: rgb(133,96,162); }
td.TdClassName
{
border-color: #8560A2;
}
.TagClassName
{
border-color: #8560A2;
}
</style>