Shades of Ce Soir #9077A0
Tints of Ce Soir #9077A0
RGB
CMYK
RGB Variations
Color information
#9077A0 (or 0x9077A0) is known color: Ce Soir. HEX triplet: 90, 77 and A0. RGB value is (144,119,160). Sum of RGB (Red+Green+Blue) = 144+119+160=423 (56% of max value = 765). Red value is 144 (56.64% from 255 or 34.04% from 423); Green value is 119 (46.88% from 255 or 28.13% from 423); Blue value is 160 (62.89% from 255 or 37.83% from 423); Max value from RGB is 160 - color contains mainly: blue. Hex color #9077A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9077A0 is #6F885F. Grayscale: #838383. Windows color (decimal): -7309408 or 10516368. OLE color: 10516368.
HSL color Cylindrical-coordinate representation of color #9077A0: hue angle of 276.59º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9077A0 is Cyan = 0.1, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 144 | 119 | 160 | - |
| CMYK | 0.1 | 0.26 | 0 | 0.37 |
| HSL | 276.59º | 0.18% | 0.55% | - |
| HSV(B) | 276.59º | 0.26% | 0.63% | - |
| XYZ | 24.44 | 21.66 | 36.15 | - |
| YUV | 131.15 | 144.28 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 119 | 160 | 0.1 | 0.26 | 0 | 0.37 | 276.59 | 0.18 | 0.55 |
| Hex | 90 | 77 | A0 | A | 1A | 0 | 25 | 115 | 12 | 37 |
| Octal | 220 | 167 | 240 | 12 | 32 | 0 | 45 | 425 | 22 | 67 |
| Binary | 10010000 | 1110111 | 10100000 | 1010 | 11010 | 0 | 100101 | 100010101 | 10010 | 110111 |
Color Harmonies of #9077A0
Complementary color
Monochromatic Colors of #9077A0
Black with #9077A0
Text Example
Text Example
White with #9077A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9077A0; }
p { color: rgb(144,119,160); }
H1.HeaderClassName
{
color: #9077A0;
}
.AnyTagClassName
{
color: #9077A0;
}
</style>
background-color css
<style>
a { background-color: #9077A0; }
a { background-color: rgb(144,119,160); }
div.DivClassName
{
background-color: #9077A0;
}
.BgClassName
{
background-color: #9077A0;
}
</style>
border-color css
<style>
span { border-color: #9077A0; }
span { border-color: rgb(144,119,160); }
td.TdClassName
{
border-color: #9077A0;
}
.TagClassName
{
border-color: #9077A0;
}
</style>