Shades of Ce Soir #90629F
Tints of Ce Soir #90629F
RGB
CMYK
RGB Variations
Color information
#90629F (or 0x90629F) is known color: Ce Soir. HEX triplet: 90, 62 and 9F. RGB value is (144,98,159). Sum of RGB (Red+Green+Blue) = 144+98+159=401 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.91% from 401); Green value is 98 (38.67% from 255 or 24.44% from 401); Blue value is 159 (62.5% from 255 or 39.65% from 401); Max value from RGB is 159 - color contains mainly: blue. Hex color #90629F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90629F is #6F9D60. Grayscale: #767676. Windows color (decimal): -7314785 or 10445456. OLE color: 10445456.
HSL color Cylindrical-coordinate representation of color #90629F: hue angle of 285.25º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #90629F is Cyan = 0.09, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 144 | 98 | 159 | - |
| CMYK | 0.09 | 0.38 | 0 | 0.38 |
| HSL | 285.25º | 0.24% | 0.5% | - |
| HSV(B) | 285.25º | 0.38% | 0.62% | - |
| XYZ | 22.13 | 17.17 | 34.95 | - |
| YUV | 118.71 | 150.74 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 98 | 159 | 0.09 | 0.38 | 0 | 0.38 | 285.25 | 0.24 | 0.5 |
| Hex | 90 | 62 | 9F | 9 | 26 | 0 | 26 | 11D | 18 | 32 |
| Octal | 220 | 142 | 237 | 11 | 46 | 0 | 46 | 435 | 30 | 62 |
| Binary | 10010000 | 1100010 | 10011111 | 1001 | 100110 | 0 | 100110 | 100011101 | 11000 | 110010 |
Color Harmonies of #90629F
Complementary color
Monochromatic Colors of #90629F
Black with #90629F
Text Example
Text Example
White with #90629F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90629F; }
p { color: rgb(144,98,159); }
H1.HeaderClassName
{
color: #90629F;
}
.AnyTagClassName
{
color: #90629F;
}
</style>
background-color css
<style>
a { background-color: #90629F; }
a { background-color: rgb(144,98,159); }
div.DivClassName
{
background-color: #90629F;
}
.BgClassName
{
background-color: #90629F;
}
</style>
border-color css
<style>
span { border-color: #90629F; }
span { border-color: rgb(144,98,159); }
td.TdClassName
{
border-color: #90629F;
}
.TagClassName
{
border-color: #90629F;
}
</style>