Shades of Ce Soir #9975AA
Tints of Ce Soir #9975AA
RGB
CMYK
RGB Variations
Color information
#9975AA (or 0x9975AA) is known color: Ce Soir. HEX triplet: 99, 75 and AA. RGB value is (153,117,170). Sum of RGB (Red+Green+Blue) = 153+117+170=440 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.77% from 440); Green value is 117 (46.09% from 255 or 26.59% from 440); Blue value is 170 (66.80% from 255 or 38.64% from 440); Max value from RGB is 170 - color contains mainly: blue. Hex color #9975AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9975AA is #668A55. Grayscale: #858585. Windows color (decimal): -6720086 or 11171225. OLE color: 11171225.
HSL color Cylindrical-coordinate representation of color #9975AA: hue angle of 280.75º 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 #9975AA is Cyan = 0.1, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 117 | 170 | - |
| CMYK | 0.1 | 0.31 | 0 | 0.33 |
| HSL | 280.75º | 0.24% | 0.56% | - |
| HSV(B) | 280.75º | 0.31% | 0.67% | - |
| XYZ | 26.75 | 22.4 | 40.94 | - |
| YUV | 133.81 | 148.43 | 141.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 117 | 170 | 0.1 | 0.31 | 0 | 0.33 | 280.75 | 0.24 | 0.56 |
| Hex | 99 | 75 | AA | A | 1F | 0 | 21 | 119 | 18 | 38 |
| Octal | 231 | 165 | 252 | 12 | 37 | 0 | 41 | 431 | 30 | 70 |
| Binary | 10011001 | 1110101 | 10101010 | 1010 | 11111 | 0 | 100001 | 100011001 | 11000 | 111000 |
Color Harmonies of #9975AA
Complementary color
Monochromatic Colors of #9975AA
Black with #9975AA
Text Example
Text Example
White with #9975AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9975AA; }
p { color: rgb(153,117,170); }
H1.HeaderClassName
{
color: #9975AA;
}
.AnyTagClassName
{
color: #9975AA;
}
</style>
background-color css
<style>
a { background-color: #9975AA; }
a { background-color: rgb(153,117,170); }
div.DivClassName
{
background-color: #9975AA;
}
.BgClassName
{
background-color: #9975AA;
}
</style>
border-color css
<style>
span { border-color: #9975AA; }
span { border-color: rgb(153,117,170); }
td.TdClassName
{
border-color: #9975AA;
}
.TagClassName
{
border-color: #9975AA;
}
</style>