Shades of Ce Soir #8560A3
Tints of Ce Soir #8560A3
RGB
CMYK
RGB Variations
Color information
#8560A3 (or 0x8560A3) is known color: Ce Soir. HEX triplet: 85, 60 and A3. RGB value is (133,96,163). Sum of RGB (Red+Green+Blue) = 133+96+163=392 (51% of max value = 765). Red value is 133 (52.34% from 255 or 33.93% from 392); Green value is 96 (37.89% from 255 or 24.49% from 392); Blue value is 163 (64.06% from 255 or 41.58% from 392); Max value from RGB is 163 - color contains mainly: blue. Hex color #8560A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8560A3 is #7A9F5C. Grayscale: #727272. Windows color (decimal): -8036189 or 10707077. OLE color: 10707077.
HSL color Cylindrical-coordinate representation of color #8560A3: hue angle of 273.13º degrees, saturation: 0.27, 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 #8560A3 is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 133 | 96 | 163 | - |
| CMYK | 0.18 | 0.41 | 0 | 0.36 |
| HSL | 273.13º | 0.27% | 0.51% | - |
| HSV(B) | 273.13º | 0.41% | 0.64% | - |
| XYZ | 20.47 | 16 | 36.66 | - |
| YUV | 114.7 | 155.26 | 141.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 96 | 163 | 0.18 | 0.41 | 0 | 0.36 | 273.13 | 0.27 | 0.51 |
| Hex | 85 | 60 | A3 | 12 | 29 | 0 | 24 | 111 | 1B | 33 |
| Octal | 205 | 140 | 243 | 22 | 51 | 0 | 44 | 421 | 33 | 63 |
| Binary | 10000101 | 1100000 | 10100011 | 10010 | 101001 | 0 | 100100 | 100010001 | 11011 | 110011 |
Color Harmonies of #8560A3
Complementary color
Monochromatic Colors of #8560A3
Black with #8560A3
Text Example
Text Example
White with #8560A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8560A3; }
p { color: rgb(133,96,163); }
H1.HeaderClassName
{
color: #8560A3;
}
.AnyTagClassName
{
color: #8560A3;
}
</style>
background-color css
<style>
a { background-color: #8560A3; }
a { background-color: rgb(133,96,163); }
div.DivClassName
{
background-color: #8560A3;
}
.BgClassName
{
background-color: #8560A3;
}
</style>
border-color css
<style>
span { border-color: #8560A3; }
span { border-color: rgb(133,96,163); }
td.TdClassName
{
border-color: #8560A3;
}
.TagClassName
{
border-color: #8560A3;
}
</style>