Shades of Ce Soir #9663AA
Tints of Ce Soir #9663AA
RGB
CMYK
RGB Variations
Color information
#9663AA (or 0x9663AA) is known color: Ce Soir. HEX triplet: 96, 63 and AA. RGB value is (150,99,170). Sum of RGB (Red+Green+Blue) = 150+99+170=419 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.80% from 419); Green value is 99 (39.06% from 255 or 23.63% from 419); Blue value is 170 (66.80% from 255 or 40.57% from 419); Max value from RGB is 170 - color contains mainly: blue. Hex color #9663AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9663AA is #699C55. Grayscale: #7A7A7A. Windows color (decimal): -6921302 or 11166614. OLE color: 11166614.
HSL color Cylindrical-coordinate representation of color #9663AA: hue angle of 283.1º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9663AA is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 99 | 170 | - |
| CMYK | 0.12 | 0.42 | 0 | 0.33 |
| HSL | 283.1º | 0.29% | 0.53% | - |
| HSV(B) | 283.1º | 0.42% | 0.67% | - |
| XYZ | 24.3 | 18.31 | 40.28 | - |
| YUV | 122.34 | 154.9 | 147.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 99 | 170 | 0.12 | 0.42 | 0 | 0.33 | 283.1 | 0.29 | 0.53 |
| Hex | 96 | 63 | AA | C | 2A | 0 | 21 | 11B | 1D | 35 |
| Octal | 226 | 143 | 252 | 14 | 52 | 0 | 41 | 433 | 35 | 65 |
| Binary | 10010110 | 1100011 | 10101010 | 1100 | 101010 | 0 | 100001 | 100011011 | 11101 | 110101 |
Color Harmonies of #9663AA
Complementary color
Monochromatic Colors of #9663AA
Black with #9663AA
Text Example
Text Example
White with #9663AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9663AA; }
p { color: rgb(150,99,170); }
H1.HeaderClassName
{
color: #9663AA;
}
.AnyTagClassName
{
color: #9663AA;
}
</style>
background-color css
<style>
a { background-color: #9663AA; }
a { background-color: rgb(150,99,170); }
div.DivClassName
{
background-color: #9663AA;
}
.BgClassName
{
background-color: #9663AA;
}
</style>
border-color css
<style>
span { border-color: #9663AA; }
span { border-color: rgb(150,99,170); }
td.TdClassName
{
border-color: #9663AA;
}
.TagClassName
{
border-color: #9663AA;
}
</style>