Shades of Ce Soir #9968AC
Tints of Ce Soir #9968AC
RGB
CMYK
RGB Variations
Color information
#9968AC (or 0x9968AC) is known color: Ce Soir. HEX triplet: 99, 68 and AC. RGB value is (153,104,172). Sum of RGB (Red+Green+Blue) = 153+104+172=429 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.66% from 429); Green value is 104 (41.02% from 255 or 24.24% from 429); Blue value is 172 (67.58% from 255 or 40.09% from 429); Max value from RGB is 172 - color contains mainly: blue. Hex color #9968AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9968AC is #669753. Grayscale: #7E7E7E. Windows color (decimal): -6723412 or 11298969. OLE color: 11298969.
HSL color Cylindrical-coordinate representation of color #9968AC: hue angle of 283.24º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9968AC is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 104 | 172 | - |
| CMYK | 0.11 | 0.40 | 0 | 0.33 |
| HSL | 283.24º | 0.29% | 0.54% | - |
| HSV(B) | 283.24º | 0.4% | 0.67% | - |
| XYZ | 25.53 | 19.65 | 41.48 | - |
| YUV | 126.4 | 153.73 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 104 | 172 | 0.11 | 0.40 | 0 | 0.33 | 283.24 | 0.29 | 0.54 |
| Hex | 99 | 68 | AC | B | 28 | 0 | 21 | 11B | 1D | 36 |
| Octal | 231 | 150 | 254 | 13 | 50 | 0 | 41 | 433 | 35 | 66 |
| Binary | 10011001 | 1101000 | 10101100 | 1011 | 101000 | 0 | 100001 | 100011011 | 11101 | 110110 |
Color Harmonies of #9968AC
Complementary color
Monochromatic Colors of #9968AC
Black with #9968AC
Text Example
Text Example
White with #9968AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9968AC; }
p { color: rgb(153,104,172); }
H1.HeaderClassName
{
color: #9968AC;
}
.AnyTagClassName
{
color: #9968AC;
}
</style>
background-color css
<style>
a { background-color: #9968AC; }
a { background-color: rgb(153,104,172); }
div.DivClassName
{
background-color: #9968AC;
}
.BgClassName
{
background-color: #9968AC;
}
</style>
border-color css
<style>
span { border-color: #9968AC; }
span { border-color: rgb(153,104,172); }
td.TdClassName
{
border-color: #9968AC;
}
.TagClassName
{
border-color: #9968AC;
}
</style>