Shades of Ce Soir #8560AB
Tints of Ce Soir #8560AB
RGB
CMYK
RGB Variations
Color information
#8560AB (or 0x8560AB) is known color: Ce Soir. HEX triplet: 85, 60 and AB. RGB value is (133,96,171). Sum of RGB (Red+Green+Blue) = 133+96+171=400 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.25% from 400); Green value is 96 (37.89% from 255 or 24% from 400); Blue value is 171 (67.19% from 255 or 42.75% from 400); Max value from RGB is 171 - color contains mainly: blue. Hex color #8560AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8560AB is #7A9F54. Grayscale: #737373. Windows color (decimal): -8036181 or 11231365. OLE color: 11231365.
HSL color Cylindrical-coordinate representation of color #8560AB: hue angle of 269.6º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8560AB is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 96 | 171 | - |
| CMYK | 0.22 | 0.44 | 0 | 0.33 |
| HSL | 269.6º | 0.31% | 0.52% | - |
| HSV(B) | 269.6º | 0.44% | 0.67% | - |
| XYZ | 21.21 | 16.29 | 40.56 | - |
| YUV | 115.61 | 159.26 | 140.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 96 | 171 | 0.22 | 0.44 | 0 | 0.33 | 269.6 | 0.31 | 0.52 |
| Hex | 85 | 60 | AB | 16 | 2C | 0 | 21 | 10E | 1F | 34 |
| Octal | 205 | 140 | 253 | 26 | 54 | 0 | 41 | 416 | 37 | 64 |
| Binary | 10000101 | 1100000 | 10101011 | 10110 | 101100 | 0 | 100001 | 100001110 | 11111 | 110100 |
Color Harmonies of #8560AB
Complementary color
Monochromatic Colors of #8560AB
Black with #8560AB
Text Example
Text Example
White with #8560AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8560AB; }
p { color: rgb(133,96,171); }
H1.HeaderClassName
{
color: #8560AB;
}
.AnyTagClassName
{
color: #8560AB;
}
</style>
background-color css
<style>
a { background-color: #8560AB; }
a { background-color: rgb(133,96,171); }
div.DivClassName
{
background-color: #8560AB;
}
.BgClassName
{
background-color: #8560AB;
}
</style>
border-color css
<style>
span { border-color: #8560AB; }
span { border-color: rgb(133,96,171); }
td.TdClassName
{
border-color: #8560AB;
}
.TagClassName
{
border-color: #8560AB;
}
</style>