Shades of Ce Soir #9072AD
Tints of Ce Soir #9072AD
RGB
CMYK
RGB Variations
Color information
#9072AD (or 0x9072AD) is known color: Ce Soir. HEX triplet: 90, 72 and AD. RGB value is (144,114,173). Sum of RGB (Red+Green+Blue) = 144+114+173=431 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.41% from 431); Green value is 114 (44.92% from 255 or 26.45% from 431); Blue value is 173 (67.97% from 255 or 40.14% from 431); Max value from RGB is 173 - color contains mainly: blue. Hex color #9072AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9072AD is #6F8D52. Grayscale: #818181. Windows color (decimal): -7310675 or 11367056. OLE color: 11367056.
HSL color Cylindrical-coordinate representation of color #9072AD: hue angle of 270.51º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9072AD is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 144 | 114 | 173 | - |
| CMYK | 0.17 | 0.34 | 0 | 0.32 |
| HSL | 270.51º | 0.26% | 0.56% | - |
| HSV(B) | 270.51º | 0.34% | 0.68% | - |
| XYZ | 25.06 | 20.98 | 42.26 | - |
| YUV | 129.7 | 152.44 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 114 | 173 | 0.17 | 0.34 | 0 | 0.32 | 270.51 | 0.26 | 0.56 |
| Hex | 90 | 72 | AD | 11 | 22 | 0 | 20 | 10F | 1A | 38 |
| Octal | 220 | 162 | 255 | 21 | 42 | 0 | 40 | 417 | 32 | 70 |
| Binary | 10010000 | 1110010 | 10101101 | 10001 | 100010 | 0 | 100000 | 100001111 | 11010 | 111000 |
Color Harmonies of #9072AD
Complementary color
Monochromatic Colors of #9072AD
Black with #9072AD
Text Example
Text Example
White with #9072AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9072AD; }
p { color: rgb(144,114,173); }
H1.HeaderClassName
{
color: #9072AD;
}
.AnyTagClassName
{
color: #9072AD;
}
</style>
background-color css
<style>
a { background-color: #9072AD; }
a { background-color: rgb(144,114,173); }
div.DivClassName
{
background-color: #9072AD;
}
.BgClassName
{
background-color: #9072AD;
}
</style>
border-color css
<style>
span { border-color: #9072AD; }
span { border-color: rgb(144,114,173); }
td.TdClassName
{
border-color: #9072AD;
}
.TagClassName
{
border-color: #9072AD;
}
</style>