Shades of Ce Soir #9663AD
Tints of Ce Soir #9663AD
RGB
CMYK
RGB Variations
Color information
#9663AD (or 0x9663AD) is known color: Ce Soir. HEX triplet: 96, 63 and AD. RGB value is (150,99,173). Sum of RGB (Red+Green+Blue) = 150+99+173=422 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.55% from 422); Green value is 99 (39.06% from 255 or 23.46% from 422); Blue value is 173 (67.97% from 255 or 41.00% from 422); Max value from RGB is 173 - color contains mainly: blue. Hex color #9663AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9663AD is #699C52. Grayscale: #7A7A7A. Windows color (decimal): -6921299 or 11363222. OLE color: 11363222.
HSL color Cylindrical-coordinate representation of color #9663AD: hue angle of 281.35º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9663AD is Cyan = 0.13, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 150 | 99 | 173 | - |
| CMYK | 0.13 | 0.43 | 0 | 0.32 |
| HSL | 281.35º | 0.31% | 0.53% | - |
| HSV(B) | 281.35º | 0.43% | 0.68% | - |
| XYZ | 24.58 | 18.42 | 41.8 | - |
| YUV | 122.69 | 156.4 | 147.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 99 | 173 | 0.13 | 0.43 | 0 | 0.32 | 281.35 | 0.31 | 0.53 |
| Hex | 96 | 63 | AD | D | 2B | 0 | 20 | 119 | 1F | 35 |
| Octal | 226 | 143 | 255 | 15 | 53 | 0 | 40 | 431 | 37 | 65 |
| Binary | 10010110 | 1100011 | 10101101 | 1101 | 101011 | 0 | 100000 | 100011001 | 11111 | 110101 |
Color Harmonies of #9663AD
Complementary color
Monochromatic Colors of #9663AD
Black with #9663AD
Text Example
Text Example
White with #9663AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9663AD; }
p { color: rgb(150,99,173); }
H1.HeaderClassName
{
color: #9663AD;
}
.AnyTagClassName
{
color: #9663AD;
}
</style>
background-color css
<style>
a { background-color: #9663AD; }
a { background-color: rgb(150,99,173); }
div.DivClassName
{
background-color: #9663AD;
}
.BgClassName
{
background-color: #9663AD;
}
</style>
border-color css
<style>
span { border-color: #9663AD; }
span { border-color: rgb(150,99,173); }
td.TdClassName
{
border-color: #9663AD;
}
.TagClassName
{
border-color: #9663AD;
}
</style>