Shades of Ce Soir #906A99
Tints of Ce Soir #906A99
RGB
CMYK
RGB Variations
Color information
#906A99 (or 0x906A99) is known color: Ce Soir. HEX triplet: 90, 6A and 99. RGB value is (144,106,153). Sum of RGB (Red+Green+Blue) = 144+106+153=403 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.73% from 403); Green value is 106 (41.80% from 255 or 26.30% from 403); Blue value is 153 (60.16% from 255 or 37.97% from 403); Max value from RGB is 153 - color contains mainly: blue. Hex color #906A99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906A99 is #6F9566. Grayscale: #7A7A7A. Windows color (decimal): -7312743 or 10054288. OLE color: 10054288.
HSL color Cylindrical-coordinate representation of color #906A99: hue angle of 288.51º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #906A99 is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 144 | 106 | 153 | - |
| CMYK | 0.06 | 0.31 | 0 | 0.4 |
| HSL | 288.51º | 0.19% | 0.51% | - |
| HSV(B) | 288.51º | 0.31% | 0.6% | - |
| XYZ | 22.41 | 18.54 | 32.53 | - |
| YUV | 122.72 | 145.09 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 106 | 153 | 0.06 | 0.31 | 0 | 0.4 | 288.51 | 0.19 | 0.51 |
| Hex | 90 | 6A | 99 | 6 | 1F | 0 | 28 | 121 | 13 | 33 |
| Octal | 220 | 152 | 231 | 6 | 37 | 0 | 50 | 441 | 23 | 63 |
| Binary | 10010000 | 1101010 | 10011001 | 110 | 11111 | 0 | 101000 | 100100001 | 10011 | 110011 |
Color Harmonies of #906A99
Complementary color
Monochromatic Colors of #906A99
Black with #906A99
Text Example
Text Example
White with #906A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906A99; }
p { color: rgb(144,106,153); }
H1.HeaderClassName
{
color: #906A99;
}
.AnyTagClassName
{
color: #906A99;
}
</style>
background-color css
<style>
a { background-color: #906A99; }
a { background-color: rgb(144,106,153); }
div.DivClassName
{
background-color: #906A99;
}
.BgClassName
{
background-color: #906A99;
}
</style>
border-color css
<style>
span { border-color: #906A99; }
span { border-color: rgb(144,106,153); }
td.TdClassName
{
border-color: #906A99;
}
.TagClassName
{
border-color: #906A99;
}
</style>