Shades of Ce Soir #9971AB
Tints of Ce Soir #9971AB
RGB
CMYK
RGB Variations
Color information
#9971AB (or 0x9971AB) is known color: Ce Soir. HEX triplet: 99, 71 and AB. RGB value is (153,113,171). Sum of RGB (Red+Green+Blue) = 153+113+171=437 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.01% from 437); Green value is 113 (44.53% from 255 or 25.86% from 437); Blue value is 171 (67.19% from 255 or 39.13% from 437); Max value from RGB is 171 - color contains mainly: blue. Hex color #9971AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9971AB is #668E54. Grayscale: #838383. Windows color (decimal): -6721109 or 11235737. OLE color: 11235737.
HSL color Cylindrical-coordinate representation of color #9971AB: hue angle of 281.38º 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 #9971AB is Cyan = 0.11, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 113 | 171 | - |
| CMYK | 0.11 | 0.34 | 0 | 0.33 |
| HSL | 281.38º | 0.26% | 0.56% | - |
| HSV(B) | 281.38º | 0.34% | 0.67% | - |
| XYZ | 26.39 | 21.52 | 41.29 | - |
| YUV | 131.57 | 150.25 | 143.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 113 | 171 | 0.11 | 0.34 | 0 | 0.33 | 281.38 | 0.26 | 0.56 |
| Hex | 99 | 71 | AB | B | 22 | 0 | 21 | 119 | 1A | 38 |
| Octal | 231 | 161 | 253 | 13 | 42 | 0 | 41 | 431 | 32 | 70 |
| Binary | 10011001 | 1110001 | 10101011 | 1011 | 100010 | 0 | 100001 | 100011001 | 11010 | 111000 |
Color Harmonies of #9971AB
Complementary color
Monochromatic Colors of #9971AB
Black with #9971AB
Text Example
Text Example
White with #9971AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9971AB; }
p { color: rgb(153,113,171); }
H1.HeaderClassName
{
color: #9971AB;
}
.AnyTagClassName
{
color: #9971AB;
}
</style>
background-color css
<style>
a { background-color: #9971AB; }
a { background-color: rgb(153,113,171); }
div.DivClassName
{
background-color: #9971AB;
}
.BgClassName
{
background-color: #9971AB;
}
</style>
border-color css
<style>
span { border-color: #9971AB; }
span { border-color: rgb(153,113,171); }
td.TdClassName
{
border-color: #9971AB;
}
.TagClassName
{
border-color: #9971AB;
}
</style>