Shades of Ce Soir #9570A3
Tints of Ce Soir #9570A3
RGB
CMYK
RGB Variations
Color information
#9570A3 (or 0x9570A3) is known color: Ce Soir. HEX triplet: 95, 70 and A3. RGB value is (149,112,163). Sum of RGB (Red+Green+Blue) = 149+112+163=424 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.14% from 424); Green value is 112 (44.14% from 255 or 26.42% from 424); Blue value is 163 (64.06% from 255 or 38.44% from 424); Max value from RGB is 163 - color contains mainly: blue. Hex color #9570A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9570A3 is #6A8F5C. Grayscale: #808080. Windows color (decimal): -6983517 or 10711189. OLE color: 10711189.
HSL color Cylindrical-coordinate representation of color #9570A3: hue angle of 283.53º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9570A3 is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 149 | 112 | 163 | - |
| CMYK | 0.09 | 0.31 | 0 | 0.36 |
| HSL | 283.53º | 0.22% | 0.54% | - |
| HSV(B) | 283.53º | 0.31% | 0.64% | - |
| XYZ | 24.8 | 20.62 | 37.32 | - |
| YUV | 128.88 | 147.26 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 112 | 163 | 0.09 | 0.31 | 0 | 0.36 | 283.53 | 0.22 | 0.54 |
| Hex | 95 | 70 | A3 | 9 | 1F | 0 | 24 | 11C | 16 | 36 |
| Octal | 225 | 160 | 243 | 11 | 37 | 0 | 44 | 434 | 26 | 66 |
| Binary | 10010101 | 1110000 | 10100011 | 1001 | 11111 | 0 | 100100 | 100011100 | 10110 | 110110 |
Color Harmonies of #9570A3
Complementary color
Monochromatic Colors of #9570A3
Black with #9570A3
Text Example
Text Example
White with #9570A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9570A3; }
p { color: rgb(149,112,163); }
H1.HeaderClassName
{
color: #9570A3;
}
.AnyTagClassName
{
color: #9570A3;
}
</style>
background-color css
<style>
a { background-color: #9570A3; }
a { background-color: rgb(149,112,163); }
div.DivClassName
{
background-color: #9570A3;
}
.BgClassName
{
background-color: #9570A3;
}
</style>
border-color css
<style>
span { border-color: #9570A3; }
span { border-color: rgb(149,112,163); }
td.TdClassName
{
border-color: #9570A3;
}
.TagClassName
{
border-color: #9570A3;
}
</style>