Shades of Ce Soir #9966AA
Tints of Ce Soir #9966AA
RGB
CMYK
RGB Variations
Color information
#9966AA (or 0x9966AA) is known color: Ce Soir. HEX triplet: 99, 66 and AA. RGB value is (153,102,170). Sum of RGB (Red+Green+Blue) = 153+102+170=425 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36% from 425); Green value is 102 (40.23% from 255 or 24% from 425); Blue value is 170 (66.80% from 255 or 40% from 425); Max value from RGB is 170 - color contains mainly: blue. Hex color #9966AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9966AA is #669955. Grayscale: #7C7C7C. Windows color (decimal): -6723926 or 11167385. OLE color: 11167385.
HSL color Cylindrical-coordinate representation of color #9966AA: hue angle of 285º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9966AA is Cyan = 0.1, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 102 | 170 | - |
| CMYK | 0.1 | 0.4 | 0 | 0.33 |
| HSL | 285º | 0.29% | 0.53% | - |
| HSV(B) | 285º | 0.4% | 0.67% | - |
| XYZ | 25.14 | 19.18 | 40.41 | - |
| YUV | 125 | 153.4 | 147.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 102 | 170 | 0.1 | 0.4 | 0 | 0.33 | 285 | 0.29 | 0.53 |
| Hex | 99 | 66 | AA | A | 28 | 0 | 21 | 11D | 1D | 35 |
| Octal | 231 | 146 | 252 | 12 | 50 | 0 | 41 | 435 | 35 | 65 |
| Binary | 10011001 | 1100110 | 10101010 | 1010 | 101000 | 0 | 100001 | 100011101 | 11101 | 110101 |
Color Harmonies of #9966AA
Complementary color
Monochromatic Colors of #9966AA
Black with #9966AA
Text Example
Text Example
White with #9966AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9966AA; }
p { color: rgb(153,102,170); }
H1.HeaderClassName
{
color: #9966AA;
}
.AnyTagClassName
{
color: #9966AA;
}
</style>
background-color css
<style>
a { background-color: #9966AA; }
a { background-color: rgb(153,102,170); }
div.DivClassName
{
background-color: #9966AA;
}
.BgClassName
{
background-color: #9966AA;
}
</style>
border-color css
<style>
span { border-color: #9966AA; }
span { border-color: rgb(153,102,170); }
td.TdClassName
{
border-color: #9966AA;
}
.TagClassName
{
border-color: #9966AA;
}
</style>