Shades of Ce Soir #996EA4
Tints of Ce Soir #996EA4
RGB
CMYK
RGB Variations
Color information
#996EA4 (or 0x996EA4) is known color: Ce Soir. HEX triplet: 99, 6E and A4. RGB value is (153,110,164). Sum of RGB (Red+Green+Blue) = 153+110+164=427 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.83% from 427); Green value is 110 (43.36% from 255 or 25.76% from 427); Blue value is 164 (64.45% from 255 or 38.41% from 427); Max value from RGB is 164 - color contains mainly: blue. Hex color #996EA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996EA4 is #66915B. Grayscale: #808080. Windows color (decimal): -6721884 or 10776217. OLE color: 10776217.
HSL color Cylindrical-coordinate representation of color #996EA4: hue angle of 287.78º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #996EA4 is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 153 | 110 | 164 | - |
| CMYK | 0.07 | 0.33 | 0 | 0.36 |
| HSL | 287.78º | 0.23% | 0.54% | - |
| HSV(B) | 287.78º | 0.33% | 0.64% | - |
| XYZ | 25.41 | 20.6 | 37.76 | - |
| YUV | 129.01 | 147.75 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 110 | 164 | 0.07 | 0.33 | 0 | 0.36 | 287.78 | 0.23 | 0.54 |
| Hex | 99 | 6E | A4 | 7 | 21 | 0 | 24 | 120 | 17 | 36 |
| Octal | 231 | 156 | 244 | 7 | 41 | 0 | 44 | 440 | 27 | 66 |
| Binary | 10011001 | 1101110 | 10100100 | 111 | 100001 | 0 | 100100 | 100100000 | 10111 | 110110 |
Color Harmonies of #996EA4
Complementary color
Monochromatic Colors of #996EA4
Black with #996EA4
Text Example
Text Example
White with #996EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996EA4; }
p { color: rgb(153,110,164); }
H1.HeaderClassName
{
color: #996EA4;
}
.AnyTagClassName
{
color: #996EA4;
}
</style>
background-color css
<style>
a { background-color: #996EA4; }
a { background-color: rgb(153,110,164); }
div.DivClassName
{
background-color: #996EA4;
}
.BgClassName
{
background-color: #996EA4;
}
</style>
border-color css
<style>
span { border-color: #996EA4; }
span { border-color: rgb(153,110,164); }
td.TdClassName
{
border-color: #996EA4;
}
.TagClassName
{
border-color: #996EA4;
}
</style>