Shades of Ce Soir #9963AB
Tints of Ce Soir #9963AB
RGB
CMYK
RGB Variations
Color information
#9963AB (or 0x9963AB) is known color: Ce Soir. HEX triplet: 99, 63 and AB. RGB value is (153,99,171). Sum of RGB (Red+Green+Blue) = 153+99+171=423 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.17% from 423); Green value is 99 (39.06% from 255 or 23.40% from 423); Blue value is 171 (67.19% from 255 or 40.43% from 423); Max value from RGB is 171 - color contains mainly: blue. Hex color #9963AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9963AB is #669C54. Grayscale: #7B7B7B. Windows color (decimal): -6724693 or 11232153. OLE color: 11232153.
HSL color Cylindrical-coordinate representation of color #9963AB: hue angle of 285º degrees, saturation: 0.3, 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 #9963AB is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 99 | 171 | - |
| CMYK | 0.11 | 0.42 | 0 | 0.33 |
| HSL | 285º | 0.3% | 0.53% | - |
| HSV(B) | 285º | 0.42% | 0.67% | - |
| XYZ | 24.95 | 18.64 | 40.81 | - |
| YUV | 123.35 | 154.89 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 99 | 171 | 0.11 | 0.42 | 0 | 0.33 | 285 | 0.3 | 0.53 |
| Hex | 99 | 63 | AB | B | 2A | 0 | 21 | 11D | 1E | 35 |
| Octal | 231 | 143 | 253 | 13 | 52 | 0 | 41 | 435 | 36 | 65 |
| Binary | 10011001 | 1100011 | 10101011 | 1011 | 101010 | 0 | 100001 | 100011101 | 11110 | 110101 |
Color Harmonies of #9963AB
Complementary color
Monochromatic Colors of #9963AB
Black with #9963AB
Text Example
Text Example
White with #9963AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9963AB; }
p { color: rgb(153,99,171); }
H1.HeaderClassName
{
color: #9963AB;
}
.AnyTagClassName
{
color: #9963AB;
}
</style>
background-color css
<style>
a { background-color: #9963AB; }
a { background-color: rgb(153,99,171); }
div.DivClassName
{
background-color: #9963AB;
}
.BgClassName
{
background-color: #9963AB;
}
</style>
border-color css
<style>
span { border-color: #9963AB; }
span { border-color: rgb(153,99,171); }
td.TdClassName
{
border-color: #9963AB;
}
.TagClassName
{
border-color: #9963AB;
}
</style>