Shades of Ce Soir #9970AB
Tints of Ce Soir #9970AB
RGB
CMYK
RGB Variations
Color information
#9970AB (or 0x9970AB) is known color: Ce Soir. HEX triplet: 99, 70 and AB. RGB value is (153,112,171). Sum of RGB (Red+Green+Blue) = 153+112+171=436 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.09% from 436); Green value is 112 (44.14% from 255 or 25.69% from 436); Blue value is 171 (67.19% from 255 or 39.22% from 436); Max value from RGB is 171 - color contains mainly: blue. Hex color #9970AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9970AB is #668F54. Grayscale: #828282. Windows color (decimal): -6721365 or 11235481. OLE color: 11235481.
HSL color Cylindrical-coordinate representation of color #9970AB: hue angle of 281.69º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9970AB is Cyan = 0.11, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 112 | 171 | - |
| CMYK | 0.11 | 0.35 | 0 | 0.33 |
| HSL | 281.69º | 0.26% | 0.55% | - |
| HSV(B) | 281.69º | 0.35% | 0.67% | - |
| XYZ | 26.28 | 21.3 | 41.25 | - |
| YUV | 130.99 | 150.58 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 112 | 171 | 0.11 | 0.35 | 0 | 0.33 | 281.69 | 0.26 | 0.55 |
| Hex | 99 | 70 | AB | B | 23 | 0 | 21 | 11A | 1A | 37 |
| Octal | 231 | 160 | 253 | 13 | 43 | 0 | 41 | 432 | 32 | 67 |
| Binary | 10011001 | 1110000 | 10101011 | 1011 | 100011 | 0 | 100001 | 100011010 | 11010 | 110111 |
Color Harmonies of #9970AB
Complementary color
Monochromatic Colors of #9970AB
Black with #9970AB
Text Example
Text Example
White with #9970AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9970AB; }
p { color: rgb(153,112,171); }
H1.HeaderClassName
{
color: #9970AB;
}
.AnyTagClassName
{
color: #9970AB;
}
</style>
background-color css
<style>
a { background-color: #9970AB; }
a { background-color: rgb(153,112,171); }
div.DivClassName
{
background-color: #9970AB;
}
.BgClassName
{
background-color: #9970AB;
}
</style>
border-color css
<style>
span { border-color: #9970AB; }
span { border-color: rgb(153,112,171); }
td.TdClassName
{
border-color: #9970AB;
}
.TagClassName
{
border-color: #9970AB;
}
</style>