Shades of Ce Soir #9971AC
Tints of Ce Soir #9971AC
RGB
CMYK
RGB Variations
Color information
#9971AC (or 0x9971AC) is known color: Ce Soir. HEX triplet: 99, 71 and AC. RGB value is (153,113,172). Sum of RGB (Red+Green+Blue) = 153+113+172=438 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.93% from 438); Green value is 113 (44.53% from 255 or 25.80% from 438); Blue value is 172 (67.58% from 255 or 39.27% from 438); Max value from RGB is 172 - color contains mainly: blue. Hex color #9971AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9971AC is #668E53. Grayscale: #838383. Windows color (decimal): -6721108 or 11301273. OLE color: 11301273.
HSL color Cylindrical-coordinate representation of color #9971AC: hue angle of 280.68º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9971AC is Cyan = 0.11, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 113 | 172 | - |
| CMYK | 0.11 | 0.34 | 0 | 0.33 |
| HSL | 280.68º | 0.26% | 0.56% | - |
| HSV(B) | 280.68º | 0.34% | 0.67% | - |
| XYZ | 26.49 | 21.56 | 41.8 | - |
| YUV | 131.69 | 150.75 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 113 | 172 | 0.11 | 0.34 | 0 | 0.33 | 280.68 | 0.26 | 0.56 |
| Hex | 99 | 71 | AC | B | 22 | 0 | 21 | 119 | 1A | 38 |
| Octal | 231 | 161 | 254 | 13 | 42 | 0 | 41 | 431 | 32 | 70 |
| Binary | 10011001 | 1110001 | 10101100 | 1011 | 100010 | 0 | 100001 | 100011001 | 11010 | 111000 |
Color Harmonies of #9971AC
Complementary color
Monochromatic Colors of #9971AC
Black with #9971AC
Text Example
Text Example
White with #9971AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9971AC; }
p { color: rgb(153,113,172); }
H1.HeaderClassName
{
color: #9971AC;
}
.AnyTagClassName
{
color: #9971AC;
}
</style>
background-color css
<style>
a { background-color: #9971AC; }
a { background-color: rgb(153,113,172); }
div.DivClassName
{
background-color: #9971AC;
}
.BgClassName
{
background-color: #9971AC;
}
</style>
border-color css
<style>
span { border-color: #9971AC; }
span { border-color: rgb(153,113,172); }
td.TdClassName
{
border-color: #9971AC;
}
.TagClassName
{
border-color: #9971AC;
}
</style>