Shades of Ce Soir #9072A0
Tints of Ce Soir #9072A0
RGB
CMYK
RGB Variations
Color information
#9072A0 (or 0x9072A0) is known color: Ce Soir. HEX triplet: 90, 72 and A0. RGB value is (144,114,160). Sum of RGB (Red+Green+Blue) = 144+114+160=418 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.45% from 418); Green value is 114 (44.92% from 255 or 27.27% from 418); Blue value is 160 (62.89% from 255 or 38.28% from 418); Max value from RGB is 160 - color contains mainly: blue. Hex color #9072A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9072A0 is #6F8D5F. Grayscale: #808080. Windows color (decimal): -7310688 or 10515088. OLE color: 10515088.
HSL color Cylindrical-coordinate representation of color #9072A0: hue angle of 279.13º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9072A0 is Cyan = 0.1, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 144 | 114 | 160 | - |
| CMYK | 0.1 | 0.29 | 0 | 0.37 |
| HSL | 279.13º | 0.19% | 0.54% | - |
| HSV(B) | 279.13º | 0.29% | 0.63% | - |
| XYZ | 23.86 | 20.5 | 35.96 | - |
| YUV | 128.21 | 145.94 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 114 | 160 | 0.1 | 0.29 | 0 | 0.37 | 279.13 | 0.19 | 0.54 |
| Hex | 90 | 72 | A0 | A | 1D | 0 | 25 | 117 | 13 | 36 |
| Octal | 220 | 162 | 240 | 12 | 35 | 0 | 45 | 427 | 23 | 66 |
| Binary | 10010000 | 1110010 | 10100000 | 1010 | 11101 | 0 | 100101 | 100010111 | 10011 | 110110 |
Color Harmonies of #9072A0
Complementary color
Monochromatic Colors of #9072A0
Black with #9072A0
Text Example
Text Example
White with #9072A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9072A0; }
p { color: rgb(144,114,160); }
H1.HeaderClassName
{
color: #9072A0;
}
.AnyTagClassName
{
color: #9072A0;
}
</style>
background-color css
<style>
a { background-color: #9072A0; }
a { background-color: rgb(144,114,160); }
div.DivClassName
{
background-color: #9072A0;
}
.BgClassName
{
background-color: #9072A0;
}
</style>
border-color css
<style>
span { border-color: #9072A0; }
span { border-color: rgb(144,114,160); }
td.TdClassName
{
border-color: #9072A0;
}
.TagClassName
{
border-color: #9072A0;
}
</style>