Shades of Ce Soir #9969AB
Tints of Ce Soir #9969AB
RGB
CMYK
RGB Variations
Color information
#9969AB (or 0x9969AB) is known color: Ce Soir. HEX triplet: 99, 69 and AB. RGB value is (153,105,171). Sum of RGB (Red+Green+Blue) = 153+105+171=429 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.66% from 429); Green value is 105 (41.41% from 255 or 24.48% from 429); Blue value is 171 (67.19% from 255 or 39.86% from 429); Max value from RGB is 171 - color contains mainly: blue. Hex color #9969AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9969AB is #669654. Grayscale: #7E7E7E. Windows color (decimal): -6723157 or 11233689. OLE color: 11233689.
HSL color Cylindrical-coordinate representation of color #9969AB: hue angle of 283.64º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9969AB is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 105 | 171 | - |
| CMYK | 0.11 | 0.39 | 0 | 0.33 |
| HSL | 283.64º | 0.28% | 0.54% | - |
| HSV(B) | 283.64º | 0.39% | 0.67% | - |
| XYZ | 25.54 | 19.82 | 41.01 | - |
| YUV | 126.88 | 152.9 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 105 | 171 | 0.11 | 0.39 | 0 | 0.33 | 283.64 | 0.28 | 0.54 |
| Hex | 99 | 69 | AB | B | 27 | 0 | 21 | 11C | 1C | 36 |
| Octal | 231 | 151 | 253 | 13 | 47 | 0 | 41 | 434 | 34 | 66 |
| Binary | 10011001 | 1101001 | 10101011 | 1011 | 100111 | 0 | 100001 | 100011100 | 11100 | 110110 |
Color Harmonies of #9969AB
Complementary color
Monochromatic Colors of #9969AB
Black with #9969AB
Text Example
Text Example
White with #9969AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9969AB; }
p { color: rgb(153,105,171); }
H1.HeaderClassName
{
color: #9969AB;
}
.AnyTagClassName
{
color: #9969AB;
}
</style>
background-color css
<style>
a { background-color: #9969AB; }
a { background-color: rgb(153,105,171); }
div.DivClassName
{
background-color: #9969AB;
}
.BgClassName
{
background-color: #9969AB;
}
</style>
border-color css
<style>
span { border-color: #9969AB; }
span { border-color: rgb(153,105,171); }
td.TdClassName
{
border-color: #9969AB;
}
.TagClassName
{
border-color: #9969AB;
}
</style>