Shades of Ce Soir #9570AF
Tints of Ce Soir #9570AF
RGB
CMYK
RGB Variations
Color information
#9570AF (or 0x9570AF) is known color: Ce Soir. HEX triplet: 95, 70 and AF. RGB value is (149,112,175). Sum of RGB (Red+Green+Blue) = 149+112+175=436 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.17% from 436); Green value is 112 (44.14% from 255 or 25.69% from 436); Blue value is 175 (68.75% from 255 or 40.14% from 436); Max value from RGB is 175 - color contains mainly: blue. Hex color #9570AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9570AF is #6A8F50. Grayscale: #828282. Windows color (decimal): -6983505 or 11497621. OLE color: 11497621.
HSL color Cylindrical-coordinate representation of color #9570AF: hue angle of 275.24º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9570AF is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 149 | 112 | 175 | - |
| CMYK | 0.15 | 0.36 | 0 | 0.31 |
| HSL | 275.24º | 0.28% | 0.56% | - |
| HSV(B) | 275.24º | 0.36% | 0.69% | - |
| XYZ | 25.93 | 21.07 | 43.26 | - |
| YUV | 130.25 | 153.26 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 112 | 175 | 0.15 | 0.36 | 0 | 0.31 | 275.24 | 0.28 | 0.56 |
| Hex | 95 | 70 | AF | F | 24 | 0 | 1F | 113 | 1C | 38 |
| Octal | 225 | 160 | 257 | 17 | 44 | 0 | 37 | 423 | 34 | 70 |
| Binary | 10010101 | 1110000 | 10101111 | 1111 | 100100 | 0 | 11111 | 100010011 | 11100 | 111000 |
Color Harmonies of #9570AF
Complementary color
Monochromatic Colors of #9570AF
Black with #9570AF
Text Example
Text Example
White with #9570AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9570AF; }
p { color: rgb(149,112,175); }
H1.HeaderClassName
{
color: #9570AF;
}
.AnyTagClassName
{
color: #9570AF;
}
</style>
background-color css
<style>
a { background-color: #9570AF; }
a { background-color: rgb(149,112,175); }
div.DivClassName
{
background-color: #9570AF;
}
.BgClassName
{
background-color: #9570AF;
}
</style>
border-color css
<style>
span { border-color: #9570AF; }
span { border-color: rgb(149,112,175); }
td.TdClassName
{
border-color: #9570AF;
}
.TagClassName
{
border-color: #9570AF;
}
</style>