Shades of Ce Soir #9175AA
Tints of Ce Soir #9175AA
RGB
CMYK
RGB Variations
Color information
#9175AA (or 0x9175AA) is known color: Ce Soir. HEX triplet: 91, 75 and AA. RGB value is (145,117,170). Sum of RGB (Red+Green+Blue) = 145+117+170=432 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.56% from 432); Green value is 117 (46.09% from 255 or 27.08% from 432); Blue value is 170 (66.80% from 255 or 39.35% from 432); Max value from RGB is 170 - color contains mainly: blue. Hex color #9175AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9175AA is #6E8A55. Grayscale: #838383. Windows color (decimal): -7244374 or 11171217. OLE color: 11171217.
HSL color Cylindrical-coordinate representation of color #9175AA: hue angle of 271.7º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9175AA is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 145 | 117 | 170 | - |
| CMYK | 0.15 | 0.31 | 0 | 0.33 |
| HSL | 271.7º | 0.24% | 0.56% | - |
| HSV(B) | 271.7º | 0.31% | 0.67% | - |
| XYZ | 25.29 | 21.64 | 40.87 | - |
| YUV | 131.41 | 149.78 | 137.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 117 | 170 | 0.15 | 0.31 | 0 | 0.33 | 271.7 | 0.24 | 0.56 |
| Hex | 91 | 75 | AA | F | 1F | 0 | 21 | 110 | 18 | 38 |
| Octal | 221 | 165 | 252 | 17 | 37 | 0 | 41 | 420 | 30 | 70 |
| Binary | 10010001 | 1110101 | 10101010 | 1111 | 11111 | 0 | 100001 | 100010000 | 11000 | 111000 |
Color Harmonies of #9175AA
Complementary color
Monochromatic Colors of #9175AA
Black with #9175AA
Text Example
Text Example
White with #9175AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9175AA; }
p { color: rgb(145,117,170); }
H1.HeaderClassName
{
color: #9175AA;
}
.AnyTagClassName
{
color: #9175AA;
}
</style>
background-color css
<style>
a { background-color: #9175AA; }
a { background-color: rgb(145,117,170); }
div.DivClassName
{
background-color: #9175AA;
}
.BgClassName
{
background-color: #9175AA;
}
</style>
border-color css
<style>
span { border-color: #9175AA; }
span { border-color: rgb(145,117,170); }
td.TdClassName
{
border-color: #9175AA;
}
.TagClassName
{
border-color: #9175AA;
}
</style>