Shades of Ce Soir #90619E
Tints of Ce Soir #90619E
RGB
CMYK
RGB Variations
Color information
#90619E (or 0x90619E) is known color: Ce Soir. HEX triplet: 90, 61 and 9E. RGB value is (144,97,158). Sum of RGB (Red+Green+Blue) = 144+97+158=399 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.09% from 399); Green value is 97 (38.28% from 255 or 24.31% from 399); Blue value is 158 (62.11% from 255 or 39.60% from 399); Max value from RGB is 158 - color contains mainly: blue. Hex color #90619E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90619E is #6F9E61. Grayscale: #757575. Windows color (decimal): -7315042 or 10379664. OLE color: 10379664.
HSL color Cylindrical-coordinate representation of color #90619E: hue angle of 286.23º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #90619E is Cyan = 0.09, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 144 | 97 | 158 | - |
| CMYK | 0.09 | 0.39 | 0 | 0.38 |
| HSL | 286.23º | 0.24% | 0.5% | - |
| HSV(B) | 286.23º | 0.39% | 0.62% | - |
| XYZ | 21.95 | 16.95 | 34.46 | - |
| YUV | 118.01 | 150.57 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 97 | 158 | 0.09 | 0.39 | 0 | 0.38 | 286.23 | 0.24 | 0.5 |
| Hex | 90 | 61 | 9E | 9 | 27 | 0 | 26 | 11E | 18 | 32 |
| Octal | 220 | 141 | 236 | 11 | 47 | 0 | 46 | 436 | 30 | 62 |
| Binary | 10010000 | 1100001 | 10011110 | 1001 | 100111 | 0 | 100110 | 100011110 | 11000 | 110010 |
Color Harmonies of #90619E
Complementary color
Monochromatic Colors of #90619E
Black with #90619E
Text Example
Text Example
White with #90619E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90619E; }
p { color: rgb(144,97,158); }
H1.HeaderClassName
{
color: #90619E;
}
.AnyTagClassName
{
color: #90619E;
}
</style>
background-color css
<style>
a { background-color: #90619E; }
a { background-color: rgb(144,97,158); }
div.DivClassName
{
background-color: #90619E;
}
.BgClassName
{
background-color: #90619E;
}
</style>
border-color css
<style>
span { border-color: #90619E; }
span { border-color: rgb(144,97,158); }
td.TdClassName
{
border-color: #90619E;
}
.TagClassName
{
border-color: #90619E;
}
</style>