Shades of Ce Soir #9561AA
Tints of Ce Soir #9561AA
RGB
CMYK
RGB Variations
Color information
#9561AA (or 0x9561AA) is known color: Ce Soir. HEX triplet: 95, 61 and AA. RGB value is (149,97,170). Sum of RGB (Red+Green+Blue) = 149+97+170=416 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.82% from 416); Green value is 97 (38.28% from 255 or 23.32% from 416); Blue value is 170 (66.80% from 255 or 40.87% from 416); Max value from RGB is 170 - color contains mainly: blue. Hex color #9561AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9561AA is #6A9E55. Grayscale: #787878. Windows color (decimal): -6987350 or 11166101. OLE color: 11166101.
HSL color Cylindrical-coordinate representation of color #9561AA: hue angle of 282.74º 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 #9561AA is Cyan = 0.12, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 149 | 97 | 170 | - |
| CMYK | 0.12 | 0.43 | 0 | 0.33 |
| HSL | 282.74º | 0.3% | 0.52% | - |
| HSV(B) | 282.74º | 0.43% | 0.67% | - |
| XYZ | 23.92 | 17.84 | 40.21 | - |
| YUV | 120.87 | 155.73 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 97 | 170 | 0.12 | 0.43 | 0 | 0.33 | 282.74 | 0.3 | 0.52 |
| Hex | 95 | 61 | AA | C | 2B | 0 | 21 | 11B | 1E | 34 |
| Octal | 225 | 141 | 252 | 14 | 53 | 0 | 41 | 433 | 36 | 64 |
| Binary | 10010101 | 1100001 | 10101010 | 1100 | 101011 | 0 | 100001 | 100011011 | 11110 | 110100 |
Color Harmonies of #9561AA
Complementary color
Monochromatic Colors of #9561AA
Black with #9561AA
Text Example
Text Example
White with #9561AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9561AA; }
p { color: rgb(149,97,170); }
H1.HeaderClassName
{
color: #9561AA;
}
.AnyTagClassName
{
color: #9561AA;
}
</style>
background-color css
<style>
a { background-color: #9561AA; }
a { background-color: rgb(149,97,170); }
div.DivClassName
{
background-color: #9561AA;
}
.BgClassName
{
background-color: #9561AA;
}
</style>
border-color css
<style>
span { border-color: #9561AA; }
span { border-color: rgb(149,97,170); }
td.TdClassName
{
border-color: #9561AA;
}
.TagClassName
{
border-color: #9561AA;
}
</style>