Shades of Ce Soir #9965AD
Tints of Ce Soir #9965AD
RGB
CMYK
RGB Variations
Color information
#9965AD (or 0x9965AD) is known color: Ce Soir. HEX triplet: 99, 65 and AD. RGB value is (153,101,173). Sum of RGB (Red+Green+Blue) = 153+101+173=427 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.83% from 427); Green value is 101 (39.84% from 255 or 23.65% from 427); Blue value is 173 (67.97% from 255 or 40.52% from 427); Max value from RGB is 173 - color contains mainly: blue. Hex color #9965AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9965AD is #669A52. Grayscale: #7C7C7C. Windows color (decimal): -6724179 or 11363737. OLE color: 11363737.
HSL color Cylindrical-coordinate representation of color #9965AD: hue angle of 283.33º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9965AD is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 153 | 101 | 173 | - |
| CMYK | 0.12 | 0.42 | 0 | 0.32 |
| HSL | 283.33º | 0.31% | 0.54% | - |
| HSV(B) | 283.33º | 0.42% | 0.68% | - |
| XYZ | 25.33 | 19.1 | 41.89 | - |
| YUV | 124.76 | 155.23 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 101 | 173 | 0.12 | 0.42 | 0 | 0.32 | 283.33 | 0.31 | 0.54 |
| Hex | 99 | 65 | AD | C | 2A | 0 | 20 | 11B | 1F | 36 |
| Octal | 231 | 145 | 255 | 14 | 52 | 0 | 40 | 433 | 37 | 66 |
| Binary | 10011001 | 1100101 | 10101101 | 1100 | 101010 | 0 | 100000 | 100011011 | 11111 | 110110 |
Color Harmonies of #9965AD
Complementary color
Monochromatic Colors of #9965AD
Black with #9965AD
Text Example
Text Example
White with #9965AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9965AD; }
p { color: rgb(153,101,173); }
H1.HeaderClassName
{
color: #9965AD;
}
.AnyTagClassName
{
color: #9965AD;
}
</style>
background-color css
<style>
a { background-color: #9965AD; }
a { background-color: rgb(153,101,173); }
div.DivClassName
{
background-color: #9965AD;
}
.BgClassName
{
background-color: #9965AD;
}
</style>
border-color css
<style>
span { border-color: #9965AD; }
span { border-color: rgb(153,101,173); }
td.TdClassName
{
border-color: #9965AD;
}
.TagClassName
{
border-color: #9965AD;
}
</style>