Shades of Ce Soir #906C99
Tints of Ce Soir #906C99
RGB
CMYK
RGB Variations
Color information
#906C99 (or 0x906C99) is known color: Ce Soir. HEX triplet: 90, 6C and 99. RGB value is (144,108,153). Sum of RGB (Red+Green+Blue) = 144+108+153=405 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.56% from 405); Green value is 108 (42.58% from 255 or 26.67% from 405); Blue value is 153 (60.16% from 255 or 37.78% from 405); Max value from RGB is 153 - color contains mainly: blue. Hex color #906C99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906C99 is #6F9366. Grayscale: #7B7B7B. Windows color (decimal): -7312231 or 10054800. OLE color: 10054800.
HSL color Cylindrical-coordinate representation of color #906C99: hue angle of 288º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #906C99 is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 144 | 108 | 153 | - |
| CMYK | 0.06 | 0.29 | 0 | 0.4 |
| HSL | 288º | 0.18% | 0.51% | - |
| HSV(B) | 288º | 0.29% | 0.6% | - |
| XYZ | 22.61 | 18.95 | 32.6 | - |
| YUV | 123.89 | 144.43 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 108 | 153 | 0.06 | 0.29 | 0 | 0.4 | 288 | 0.18 | 0.51 |
| Hex | 90 | 6C | 99 | 6 | 1D | 0 | 28 | 120 | 12 | 33 |
| Octal | 220 | 154 | 231 | 6 | 35 | 0 | 50 | 440 | 22 | 63 |
| Binary | 10010000 | 1101100 | 10011001 | 110 | 11101 | 0 | 101000 | 100100000 | 10010 | 110011 |
Color Harmonies of #906C99
Complementary color
Monochromatic Colors of #906C99
Black with #906C99
Text Example
Text Example
White with #906C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906C99; }
p { color: rgb(144,108,153); }
H1.HeaderClassName
{
color: #906C99;
}
.AnyTagClassName
{
color: #906C99;
}
</style>
background-color css
<style>
a { background-color: #906C99; }
a { background-color: rgb(144,108,153); }
div.DivClassName
{
background-color: #906C99;
}
.BgClassName
{
background-color: #906C99;
}
</style>
border-color css
<style>
span { border-color: #906C99; }
span { border-color: rgb(144,108,153); }
td.TdClassName
{
border-color: #906C99;
}
.TagClassName
{
border-color: #906C99;
}
</style>