Shades of Ce Soir #9171AE
Tints of Ce Soir #9171AE
RGB
CMYK
RGB Variations
Color information
#9171AE (or 0x9171AE) is known color: Ce Soir. HEX triplet: 91, 71 and AE. RGB value is (145,113,174). Sum of RGB (Red+Green+Blue) = 145+113+174=432 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.56% from 432); Green value is 113 (44.53% from 255 or 26.16% from 432); Blue value is 174 (68.36% from 255 or 40.28% from 432); Max value from RGB is 174 - color contains mainly: blue. Hex color #9171AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9171AE is #6E8E51. Grayscale: #818181. Windows color (decimal): -7245394 or 11432337. OLE color: 11432337.
HSL color Cylindrical-coordinate representation of color #9171AE: hue angle of 271.48º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9171AE is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 145 | 113 | 174 | - |
| CMYK | 0.17 | 0.35 | 0 | 0.32 |
| HSL | 271.48º | 0.27% | 0.56% | - |
| HSV(B) | 271.48º | 0.35% | 0.68% | - |
| XYZ | 25.22 | 20.89 | 42.75 | - |
| YUV | 129.52 | 153.1 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 113 | 174 | 0.17 | 0.35 | 0 | 0.32 | 271.48 | 0.27 | 0.56 |
| Hex | 91 | 71 | AE | 11 | 23 | 0 | 20 | 10F | 1B | 38 |
| Octal | 221 | 161 | 256 | 21 | 43 | 0 | 40 | 417 | 33 | 70 |
| Binary | 10010001 | 1110001 | 10101110 | 10001 | 100011 | 0 | 100000 | 100001111 | 11011 | 111000 |
Color Harmonies of #9171AE
Complementary color
Monochromatic Colors of #9171AE
Black with #9171AE
Text Example
Text Example
White with #9171AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9171AE; }
p { color: rgb(145,113,174); }
H1.HeaderClassName
{
color: #9171AE;
}
.AnyTagClassName
{
color: #9171AE;
}
</style>
background-color css
<style>
a { background-color: #9171AE; }
a { background-color: rgb(145,113,174); }
div.DivClassName
{
background-color: #9171AE;
}
.BgClassName
{
background-color: #9171AE;
}
</style>
border-color css
<style>
span { border-color: #9171AE; }
span { border-color: rgb(145,113,174); }
td.TdClassName
{
border-color: #9171AE;
}
.TagClassName
{
border-color: #9171AE;
}
</style>