Shades of Ce Soir #9F71AB
Tints of Ce Soir #9F71AB
RGB
CMYK
RGB Variations
Color information
#9F71AB (or 0x9F71AB) is known color: Ce Soir. HEX triplet: 9F, 71 and AB. RGB value is (159,113,171). Sum of RGB (Red+Green+Blue) = 159+113+171=443 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.89% from 443); Green value is 113 (44.53% from 255 or 25.51% from 443); Blue value is 171 (67.19% from 255 or 38.60% from 443); Max value from RGB is 171 - color contains mainly: blue. Hex color #9F71AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F71AB is #608E54. Grayscale: #858585. Windows color (decimal): -6327893 or 11235743. OLE color: 11235743.
HSL color Cylindrical-coordinate representation of color #9F71AB: hue angle of 287.59º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9F71AB is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 113 | 171 | - |
| CMYK | 0.07 | 0.34 | 0 | 0.33 |
| HSL | 287.59º | 0.26% | 0.56% | - |
| HSV(B) | 287.59º | 0.34% | 0.67% | - |
| XYZ | 27.55 | 22.12 | 41.35 | - |
| YUV | 133.37 | 149.24 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 113 | 171 | 0.07 | 0.34 | 0 | 0.33 | 287.59 | 0.26 | 0.56 |
| Hex | 9F | 71 | AB | 7 | 22 | 0 | 21 | 120 | 1A | 38 |
| Octal | 237 | 161 | 253 | 7 | 42 | 0 | 41 | 440 | 32 | 70 |
| Binary | 10011111 | 1110001 | 10101011 | 111 | 100010 | 0 | 100001 | 100100000 | 11010 | 111000 |
Color Harmonies of #9F71AB
Complementary color
Monochromatic Colors of #9F71AB
Black with #9F71AB
Text Example
Text Example
White with #9F71AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F71AB; }
p { color: rgb(159,113,171); }
H1.HeaderClassName
{
color: #9F71AB;
}
.AnyTagClassName
{
color: #9F71AB;
}
</style>
background-color css
<style>
a { background-color: #9F71AB; }
a { background-color: rgb(159,113,171); }
div.DivClassName
{
background-color: #9F71AB;
}
.BgClassName
{
background-color: #9F71AB;
}
</style>
border-color css
<style>
span { border-color: #9F71AB; }
span { border-color: rgb(159,113,171); }
td.TdClassName
{
border-color: #9F71AB;
}
.TagClassName
{
border-color: #9F71AB;
}
</style>