Shades of Ce Soir #9570AB
Tints of Ce Soir #9570AB
RGB
CMYK
RGB Variations
Color information
#9570AB (or 0x9570AB) is known color: Ce Soir. HEX triplet: 95, 70 and AB. RGB value is (149,112,171). Sum of RGB (Red+Green+Blue) = 149+112+171=432 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.49% from 432); Green value is 112 (44.14% from 255 or 25.93% from 432); Blue value is 171 (67.19% from 255 or 39.58% from 432); Max value from RGB is 171 - color contains mainly: blue. Hex color #9570AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9570AB is #6A8F54. Grayscale: #818181. Windows color (decimal): -6983509 or 11235477. OLE color: 11235477.
HSL color Cylindrical-coordinate representation of color #9570AB: hue angle of 277.63º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9570AB is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 149 | 112 | 171 | - |
| CMYK | 0.13 | 0.35 | 0 | 0.33 |
| HSL | 277.63º | 0.26% | 0.55% | - |
| HSV(B) | 277.63º | 0.35% | 0.67% | - |
| XYZ | 25.54 | 20.92 | 41.22 | - |
| YUV | 129.79 | 151.26 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 112 | 171 | 0.13 | 0.35 | 0 | 0.33 | 277.63 | 0.26 | 0.55 |
| Hex | 95 | 70 | AB | D | 23 | 0 | 21 | 116 | 1A | 37 |
| Octal | 225 | 160 | 253 | 15 | 43 | 0 | 41 | 426 | 32 | 67 |
| Binary | 10010101 | 1110000 | 10101011 | 1101 | 100011 | 0 | 100001 | 100010110 | 11010 | 110111 |
Color Harmonies of #9570AB
Complementary color
Monochromatic Colors of #9570AB
Black with #9570AB
Text Example
Text Example
White with #9570AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9570AB; }
p { color: rgb(149,112,171); }
H1.HeaderClassName
{
color: #9570AB;
}
.AnyTagClassName
{
color: #9570AB;
}
</style>
background-color css
<style>
a { background-color: #9570AB; }
a { background-color: rgb(149,112,171); }
div.DivClassName
{
background-color: #9570AB;
}
.BgClassName
{
background-color: #9570AB;
}
</style>
border-color css
<style>
span { border-color: #9570AB; }
span { border-color: rgb(149,112,171); }
td.TdClassName
{
border-color: #9570AB;
}
.TagClassName
{
border-color: #9570AB;
}
</style>