Shades of Ce Soir #9969AD
Tints of Ce Soir #9969AD
RGB
CMYK
RGB Variations
Color information
#9969AD (or 0x9969AD) is known color: Ce Soir. HEX triplet: 99, 69 and AD. RGB value is (153,105,173). Sum of RGB (Red+Green+Blue) = 153+105+173=431 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.50% from 431); Green value is 105 (41.41% from 255 or 24.36% from 431); Blue value is 173 (67.97% from 255 or 40.14% from 431); Max value from RGB is 173 - color contains mainly: blue. Hex color #9969AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9969AD is #669652. Grayscale: #7E7E7E. Windows color (decimal): -6723155 or 11364761. OLE color: 11364761.
HSL color Cylindrical-coordinate representation of color #9969AD: hue angle of 282.35º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9969AD is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 153 | 105 | 173 | - |
| CMYK | 0.12 | 0.39 | 0 | 0.32 |
| HSL | 282.35º | 0.29% | 0.55% | - |
| HSV(B) | 282.35º | 0.39% | 0.68% | - |
| XYZ | 25.73 | 19.89 | 42.02 | - |
| YUV | 127.1 | 153.9 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 105 | 173 | 0.12 | 0.39 | 0 | 0.32 | 282.35 | 0.29 | 0.55 |
| Hex | 99 | 69 | AD | C | 27 | 0 | 20 | 11A | 1D | 37 |
| Octal | 231 | 151 | 255 | 14 | 47 | 0 | 40 | 432 | 35 | 67 |
| Binary | 10011001 | 1101001 | 10101101 | 1100 | 100111 | 0 | 100000 | 100011010 | 11101 | 110111 |
Color Harmonies of #9969AD
Complementary color
Monochromatic Colors of #9969AD
Black with #9969AD
Text Example
Text Example
White with #9969AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9969AD; }
p { color: rgb(153,105,173); }
H1.HeaderClassName
{
color: #9969AD;
}
.AnyTagClassName
{
color: #9969AD;
}
</style>
background-color css
<style>
a { background-color: #9969AD; }
a { background-color: rgb(153,105,173); }
div.DivClassName
{
background-color: #9969AD;
}
.BgClassName
{
background-color: #9969AD;
}
</style>
border-color css
<style>
span { border-color: #9969AD; }
span { border-color: rgb(153,105,173); }
td.TdClassName
{
border-color: #9969AD;
}
.TagClassName
{
border-color: #9969AD;
}
</style>