Shades of Ce Soir #9073AA
Tints of Ce Soir #9073AA
RGB
CMYK
RGB Variations
Color information
#9073AA (or 0x9073AA) is known color: Ce Soir. HEX triplet: 90, 73 and AA. RGB value is (144,115,170). Sum of RGB (Red+Green+Blue) = 144+115+170=429 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.57% from 429); Green value is 115 (45.31% from 255 or 26.81% from 429); Blue value is 170 (66.80% from 255 or 39.63% from 429); Max value from RGB is 170 - color contains mainly: blue. Hex color #9073AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9073AA is #6F8C55. Grayscale: #818181. Windows color (decimal): -7310422 or 11170704. OLE color: 11170704.
HSL color Cylindrical-coordinate representation of color #9073AA: hue angle of 271.64º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9073AA is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 115 | 170 | - |
| CMYK | 0.15 | 0.32 | 0 | 0.33 |
| HSL | 271.64º | 0.24% | 0.56% | - |
| HSV(B) | 271.64º | 0.32% | 0.67% | - |
| XYZ | 24.89 | 21.09 | 40.79 | - |
| YUV | 129.94 | 150.61 | 138.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 115 | 170 | 0.15 | 0.32 | 0 | 0.33 | 271.64 | 0.24 | 0.56 |
| Hex | 90 | 73 | AA | F | 20 | 0 | 21 | 110 | 18 | 38 |
| Octal | 220 | 163 | 252 | 17 | 40 | 0 | 41 | 420 | 30 | 70 |
| Binary | 10010000 | 1110011 | 10101010 | 1111 | 100000 | 0 | 100001 | 100010000 | 11000 | 111000 |
Color Harmonies of #9073AA
Complementary color
Monochromatic Colors of #9073AA
Black with #9073AA
Text Example
Text Example
White with #9073AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9073AA; }
p { color: rgb(144,115,170); }
H1.HeaderClassName
{
color: #9073AA;
}
.AnyTagClassName
{
color: #9073AA;
}
</style>
background-color css
<style>
a { background-color: #9073AA; }
a { background-color: rgb(144,115,170); }
div.DivClassName
{
background-color: #9073AA;
}
.BgClassName
{
background-color: #9073AA;
}
</style>
border-color css
<style>
span { border-color: #9073AA; }
span { border-color: rgb(144,115,170); }
td.TdClassName
{
border-color: #9073AA;
}
.TagClassName
{
border-color: #9073AA;
}
</style>