Shades of Ce Soir #9961AA
Tints of Ce Soir #9961AA
RGB
CMYK
RGB Variations
Color information
#9961AA (or 0x9961AA) is known color: Ce Soir. HEX triplet: 99, 61 and AA. RGB value is (153,97,170). Sum of RGB (Red+Green+Blue) = 153+97+170=420 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.43% from 420); Green value is 97 (38.28% from 255 or 23.10% from 420); Blue value is 170 (66.80% from 255 or 40.48% from 420); Max value from RGB is 170 - color contains mainly: blue. Hex color #9961AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9961AA is #669E55. Grayscale: #797979. Windows color (decimal): -6725206 or 11166105. OLE color: 11166105.
HSL color Cylindrical-coordinate representation of color #9961AA: hue angle of 286.03º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9961AA is Cyan = 0.1, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 97 | 170 | - |
| CMYK | 0.1 | 0.43 | 0 | 0.33 |
| HSL | 286.03º | 0.3% | 0.52% | - |
| HSV(B) | 286.03º | 0.43% | 0.67% | - |
| XYZ | 24.67 | 18.22 | 40.25 | - |
| YUV | 122.07 | 155.05 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 97 | 170 | 0.1 | 0.43 | 0 | 0.33 | 286.03 | 0.3 | 0.52 |
| Hex | 99 | 61 | AA | A | 2B | 0 | 21 | 11E | 1E | 34 |
| Octal | 231 | 141 | 252 | 12 | 53 | 0 | 41 | 436 | 36 | 64 |
| Binary | 10011001 | 1100001 | 10101010 | 1010 | 101011 | 0 | 100001 | 100011110 | 11110 | 110100 |
Color Harmonies of #9961AA
Complementary color
Monochromatic Colors of #9961AA
Black with #9961AA
Text Example
Text Example
White with #9961AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9961AA; }
p { color: rgb(153,97,170); }
H1.HeaderClassName
{
color: #9961AA;
}
.AnyTagClassName
{
color: #9961AA;
}
</style>
background-color css
<style>
a { background-color: #9961AA; }
a { background-color: rgb(153,97,170); }
div.DivClassName
{
background-color: #9961AA;
}
.BgClassName
{
background-color: #9961AA;
}
</style>
border-color css
<style>
span { border-color: #9961AA; }
span { border-color: rgb(153,97,170); }
td.TdClassName
{
border-color: #9961AA;
}
.TagClassName
{
border-color: #9961AA;
}
</style>