Shades of Ce Soir #9560AB
Tints of Ce Soir #9560AB
RGB
CMYK
RGB Variations
Color information
#9560AB (or 0x9560AB) is known color: Ce Soir. HEX triplet: 95, 60 and AB. RGB value is (149,96,171). Sum of RGB (Red+Green+Blue) = 149+96+171=416 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.82% from 416); Green value is 96 (37.89% from 255 or 23.08% from 416); Blue value is 171 (67.19% from 255 or 41.11% from 416); Max value from RGB is 171 - color contains mainly: blue. Hex color #9560AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9560AB is #6A9F54. Grayscale: #787878. Windows color (decimal): -6987605 or 11231381. OLE color: 11231381.
HSL color Cylindrical-coordinate representation of color #9560AB: hue angle of 282.4º 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 #9560AB is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 149 | 96 | 171 | - |
| CMYK | 0.13 | 0.44 | 0 | 0.33 |
| HSL | 282.4º | 0.31% | 0.52% | - |
| HSV(B) | 282.4º | 0.44% | 0.67% | - |
| XYZ | 23.93 | 17.7 | 40.68 | - |
| YUV | 120.4 | 156.56 | 148.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 96 | 171 | 0.13 | 0.44 | 0 | 0.33 | 282.4 | 0.31 | 0.52 |
| Hex | 95 | 60 | AB | D | 2C | 0 | 21 | 11A | 1F | 34 |
| Octal | 225 | 140 | 253 | 15 | 54 | 0 | 41 | 432 | 37 | 64 |
| Binary | 10010101 | 1100000 | 10101011 | 1101 | 101100 | 0 | 100001 | 100011010 | 11111 | 110100 |
Color Harmonies of #9560AB
Complementary color
Monochromatic Colors of #9560AB
Black with #9560AB
Text Example
Text Example
White with #9560AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9560AB; }
p { color: rgb(149,96,171); }
H1.HeaderClassName
{
color: #9560AB;
}
.AnyTagClassName
{
color: #9560AB;
}
</style>
background-color css
<style>
a { background-color: #9560AB; }
a { background-color: rgb(149,96,171); }
div.DivClassName
{
background-color: #9560AB;
}
.BgClassName
{
background-color: #9560AB;
}
</style>
border-color css
<style>
span { border-color: #9560AB; }
span { border-color: rgb(149,96,171); }
td.TdClassName
{
border-color: #9560AB;
}
.TagClassName
{
border-color: #9560AB;
}
</style>