Shades of Ce Soir #90659C
Tints of Ce Soir #90659C
RGB
CMYK
RGB Variations
Color information
#90659C (or 0x90659C) is known color: Ce Soir. HEX triplet: 90, 65 and 9C. RGB value is (144,101,156). Sum of RGB (Red+Green+Blue) = 144+101+156=401 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.91% from 401); Green value is 101 (39.84% from 255 or 25.19% from 401); Blue value is 156 (61.33% from 255 or 38.90% from 401); Max value from RGB is 156 - color contains mainly: blue. Hex color #90659C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90659C is #6F9A63. Grayscale: #777777. Windows color (decimal): -7314020 or 10249616. OLE color: 10249616.
HSL color Cylindrical-coordinate representation of color #90659C: hue angle of 286.91º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #90659C is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 144 | 101 | 156 | - |
| CMYK | 0.08 | 0.35 | 0 | 0.39 |
| HSL | 286.91º | 0.22% | 0.5% | - |
| HSV(B) | 286.91º | 0.35% | 0.61% | - |
| XYZ | 22.16 | 17.64 | 33.69 | - |
| YUV | 120.13 | 148.25 | 145.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 101 | 156 | 0.08 | 0.35 | 0 | 0.39 | 286.91 | 0.22 | 0.5 |
| Hex | 90 | 65 | 9C | 8 | 23 | 0 | 27 | 11F | 16 | 32 |
| Octal | 220 | 145 | 234 | 10 | 43 | 0 | 47 | 437 | 26 | 62 |
| Binary | 10010000 | 1100101 | 10011100 | 1000 | 100011 | 0 | 100111 | 100011111 | 10110 | 110010 |
Color Harmonies of #90659C
Complementary color
Monochromatic Colors of #90659C
Black with #90659C
Text Example
Text Example
White with #90659C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90659C; }
p { color: rgb(144,101,156); }
H1.HeaderClassName
{
color: #90659C;
}
.AnyTagClassName
{
color: #90659C;
}
</style>
background-color css
<style>
a { background-color: #90659C; }
a { background-color: rgb(144,101,156); }
div.DivClassName
{
background-color: #90659C;
}
.BgClassName
{
background-color: #90659C;
}
</style>
border-color css
<style>
span { border-color: #90659C; }
span { border-color: rgb(144,101,156); }
td.TdClassName
{
border-color: #90659C;
}
.TagClassName
{
border-color: #90659C;
}
</style>