Shades of Ce Soir #9F71AA
Tints of Ce Soir #9F71AA
RGB
CMYK
RGB Variations
Color information
#9F71AA (or 0x9F71AA) is known color: Ce Soir. HEX triplet: 9F, 71 and AA. RGB value is (159,113,170). Sum of RGB (Red+Green+Blue) = 159+113+170=442 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.97% from 442); Green value is 113 (44.53% from 255 or 25.57% from 442); Blue value is 170 (66.80% from 255 or 38.46% from 442); Max value from RGB is 170 - color contains mainly: blue. Hex color #9F71AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F71AA is #608E55. Grayscale: #858585. Windows color (decimal): -6327894 or 11170207. OLE color: 11170207.
HSL color Cylindrical-coordinate representation of color #9F71AA: hue angle of 288.42º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9F71AA is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 113 | 170 | - |
| CMYK | 0.06 | 0.34 | 0 | 0.33 |
| HSL | 288.42º | 0.25% | 0.55% | - |
| HSV(B) | 288.42º | 0.34% | 0.67% | - |
| XYZ | 27.46 | 22.08 | 40.85 | - |
| YUV | 133.25 | 148.74 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 113 | 170 | 0.06 | 0.34 | 0 | 0.33 | 288.42 | 0.25 | 0.55 |
| Hex | 9F | 71 | AA | 6 | 22 | 0 | 21 | 120 | 19 | 37 |
| Octal | 237 | 161 | 252 | 6 | 42 | 0 | 41 | 440 | 31 | 67 |
| Binary | 10011111 | 1110001 | 10101010 | 110 | 100010 | 0 | 100001 | 100100000 | 11001 | 110111 |
Color Harmonies of #9F71AA
Complementary color
Monochromatic Colors of #9F71AA
Black with #9F71AA
Text Example
Text Example
White with #9F71AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F71AA; }
p { color: rgb(159,113,170); }
H1.HeaderClassName
{
color: #9F71AA;
}
.AnyTagClassName
{
color: #9F71AA;
}
</style>
background-color css
<style>
a { background-color: #9F71AA; }
a { background-color: rgb(159,113,170); }
div.DivClassName
{
background-color: #9F71AA;
}
.BgClassName
{
background-color: #9F71AA;
}
</style>
border-color css
<style>
span { border-color: #9F71AA; }
span { border-color: rgb(159,113,170); }
td.TdClassName
{
border-color: #9F71AA;
}
.TagClassName
{
border-color: #9F71AA;
}
</style>