Shades of Ce Soir #9970AA
Tints of Ce Soir #9970AA
RGB
CMYK
RGB Variations
Color information
#9970AA (or 0x9970AA) is known color: Ce Soir. HEX triplet: 99, 70 and AA. RGB value is (153,112,170). Sum of RGB (Red+Green+Blue) = 153+112+170=435 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.17% from 435); Green value is 112 (44.14% from 255 or 25.75% from 435); Blue value is 170 (66.80% from 255 or 39.08% from 435); Max value from RGB is 170 - color contains mainly: blue. Hex color #9970AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9970AA is #668F55. Grayscale: #828282. Windows color (decimal): -6721366 or 11169945. OLE color: 11169945.
HSL color Cylindrical-coordinate representation of color #9970AA: hue angle of 282.41º 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 #9970AA is Cyan = 0.1, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 112 | 170 | - |
| CMYK | 0.1 | 0.34 | 0 | 0.33 |
| HSL | 282.41º | 0.25% | 0.55% | - |
| HSV(B) | 282.41º | 0.34% | 0.67% | - |
| XYZ | 26.19 | 21.26 | 40.75 | - |
| YUV | 130.87 | 150.08 | 143.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 112 | 170 | 0.1 | 0.34 | 0 | 0.33 | 282.41 | 0.25 | 0.55 |
| Hex | 99 | 70 | AA | A | 22 | 0 | 21 | 11A | 19 | 37 |
| Octal | 231 | 160 | 252 | 12 | 42 | 0 | 41 | 432 | 31 | 67 |
| Binary | 10011001 | 1110000 | 10101010 | 1010 | 100010 | 0 | 100001 | 100011010 | 11001 | 110111 |
Color Harmonies of #9970AA
Complementary color
Monochromatic Colors of #9970AA
Black with #9970AA
Text Example
Text Example
White with #9970AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9970AA; }
p { color: rgb(153,112,170); }
H1.HeaderClassName
{
color: #9970AA;
}
.AnyTagClassName
{
color: #9970AA;
}
</style>
background-color css
<style>
a { background-color: #9970AA; }
a { background-color: rgb(153,112,170); }
div.DivClassName
{
background-color: #9970AA;
}
.BgClassName
{
background-color: #9970AA;
}
</style>
border-color css
<style>
span { border-color: #9970AA; }
span { border-color: rgb(153,112,170); }
td.TdClassName
{
border-color: #9970AA;
}
.TagClassName
{
border-color: #9970AA;
}
</style>