Shades of Ce Soir #90729F
Tints of Ce Soir #90729F
RGB
CMYK
RGB Variations
Color information
#90729F (or 0x90729F) is known color: Ce Soir. HEX triplet: 90, 72 and 9F. RGB value is (144,114,159). Sum of RGB (Red+Green+Blue) = 144+114+159=417 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.53% from 417); Green value is 114 (44.92% from 255 or 27.34% from 417); Blue value is 159 (62.5% from 255 or 38.13% from 417); Max value from RGB is 159 - color contains mainly: blue. Hex color #90729F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90729F is #6F8D60. Grayscale: #7F7F7F. Windows color (decimal): -7310689 or 10449552. OLE color: 10449552.
HSL color Cylindrical-coordinate representation of color #90729F: hue angle of 280º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #90729F is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 144 | 114 | 159 | - |
| CMYK | 0.09 | 0.28 | 0 | 0.38 |
| HSL | 280º | 0.19% | 0.54% | - |
| HSV(B) | 280º | 0.28% | 0.62% | - |
| XYZ | 23.78 | 20.47 | 35.5 | - |
| YUV | 128.1 | 145.44 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 114 | 159 | 0.09 | 0.28 | 0 | 0.38 | 280 | 0.19 | 0.54 |
| Hex | 90 | 72 | 9F | 9 | 1C | 0 | 26 | 118 | 13 | 36 |
| Octal | 220 | 162 | 237 | 11 | 34 | 0 | 46 | 430 | 23 | 66 |
| Binary | 10010000 | 1110010 | 10011111 | 1001 | 11100 | 0 | 100110 | 100011000 | 10011 | 110110 |
Color Harmonies of #90729F
Complementary color
Monochromatic Colors of #90729F
Black with #90729F
Text Example
Text Example
White with #90729F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90729F; }
p { color: rgb(144,114,159); }
H1.HeaderClassName
{
color: #90729F;
}
.AnyTagClassName
{
color: #90729F;
}
</style>
background-color css
<style>
a { background-color: #90729F; }
a { background-color: rgb(144,114,159); }
div.DivClassName
{
background-color: #90729F;
}
.BgClassName
{
background-color: #90729F;
}
</style>
border-color css
<style>
span { border-color: #90729F; }
span { border-color: rgb(144,114,159); }
td.TdClassName
{
border-color: #90729F;
}
.TagClassName
{
border-color: #90729F;
}
</style>