Shades of Ce Soir #90749C
Tints of Ce Soir #90749C
RGB
CMYK
RGB Variations
Color information
#90749C (or 0x90749C) is known color: Ce Soir. HEX triplet: 90, 74 and 9C. RGB value is (144,116,156). Sum of RGB (Red+Green+Blue) = 144+116+156=416 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.62% from 416); Green value is 116 (45.70% from 255 or 27.88% from 416); Blue value is 156 (61.33% from 255 or 37.5% from 416); Max value from RGB is 156 - color contains mainly: blue. Hex color #90749C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90749C is #6F8B63. Grayscale: #808080. Windows color (decimal): -7310180 or 10253456. OLE color: 10253456.
HSL color Cylindrical-coordinate representation of color #90749C: hue angle of 282º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #90749C is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 144 | 116 | 156 | - |
| CMYK | 0.08 | 0.26 | 0 | 0.39 |
| HSL | 282º | 0.17% | 0.53% | - |
| HSV(B) | 282º | 0.26% | 0.61% | - |
| XYZ | 23.75 | 20.82 | 34.22 | - |
| YUV | 128.93 | 143.28 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 116 | 156 | 0.08 | 0.26 | 0 | 0.39 | 282 | 0.17 | 0.53 |
| Hex | 90 | 74 | 9C | 8 | 1A | 0 | 27 | 11A | 11 | 35 |
| Octal | 220 | 164 | 234 | 10 | 32 | 0 | 47 | 432 | 21 | 65 |
| Binary | 10010000 | 1110100 | 10011100 | 1000 | 11010 | 0 | 100111 | 100011010 | 10001 | 110101 |
Color Harmonies of #90749C
Complementary color
Monochromatic Colors of #90749C
Black with #90749C
Text Example
Text Example
White with #90749C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90749C; }
p { color: rgb(144,116,156); }
H1.HeaderClassName
{
color: #90749C;
}
.AnyTagClassName
{
color: #90749C;
}
</style>
background-color css
<style>
a { background-color: #90749C; }
a { background-color: rgb(144,116,156); }
div.DivClassName
{
background-color: #90749C;
}
.BgClassName
{
background-color: #90749C;
}
</style>
border-color css
<style>
span { border-color: #90749C; }
span { border-color: rgb(144,116,156); }
td.TdClassName
{
border-color: #90749C;
}
.TagClassName
{
border-color: #90749C;
}
</style>