Shades of Ce Soir #8561AA
Tints of Ce Soir #8561AA
RGB
CMYK
RGB Variations
Color information
#8561AA (or 0x8561AA) is known color: Ce Soir. HEX triplet: 85, 61 and AA. RGB value is (133,97,170). Sum of RGB (Red+Green+Blue) = 133+97+170=400 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.25% from 400); Green value is 97 (38.28% from 255 or 24.25% from 400); Blue value is 170 (66.80% from 255 or 42.5% from 400); Max value from RGB is 170 - color contains mainly: blue. Hex color #8561AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8561AA is #7A9E55. Grayscale: #737373. Windows color (decimal): -8035926 or 11166085. OLE color: 11166085.
HSL color Cylindrical-coordinate representation of color #8561AA: hue angle of 269.59º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8561AA is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 97 | 170 | - |
| CMYK | 0.22 | 0.43 | 0 | 0.33 |
| HSL | 269.59º | 0.3% | 0.52% | - |
| HSV(B) | 269.59º | 0.43% | 0.67% | - |
| XYZ | 21.2 | 16.44 | 40.09 | - |
| YUV | 116.09 | 158.43 | 140.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 97 | 170 | 0.22 | 0.43 | 0 | 0.33 | 269.59 | 0.3 | 0.52 |
| Hex | 85 | 61 | AA | 16 | 2B | 0 | 21 | 10E | 1E | 34 |
| Octal | 205 | 141 | 252 | 26 | 53 | 0 | 41 | 416 | 36 | 64 |
| Binary | 10000101 | 1100001 | 10101010 | 10110 | 101011 | 0 | 100001 | 100001110 | 11110 | 110100 |
Color Harmonies of #8561AA
Complementary color
Monochromatic Colors of #8561AA
Black with #8561AA
Text Example
Text Example
White with #8561AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8561AA; }
p { color: rgb(133,97,170); }
H1.HeaderClassName
{
color: #8561AA;
}
.AnyTagClassName
{
color: #8561AA;
}
</style>
background-color css
<style>
a { background-color: #8561AA; }
a { background-color: rgb(133,97,170); }
div.DivClassName
{
background-color: #8561AA;
}
.BgClassName
{
background-color: #8561AA;
}
</style>
border-color css
<style>
span { border-color: #8561AA; }
span { border-color: rgb(133,97,170); }
td.TdClassName
{
border-color: #8561AA;
}
.TagClassName
{
border-color: #8561AA;
}
</style>