Shades of Ce Soir #9072A4
Tints of Ce Soir #9072A4
RGB
CMYK
RGB Variations
Color information
#9072A4 (or 0x9072A4) is known color: Ce Soir. HEX triplet: 90, 72 and A4. RGB value is (144,114,164). Sum of RGB (Red+Green+Blue) = 144+114+164=422 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.12% from 422); Green value is 114 (44.92% from 255 or 27.01% from 422); Blue value is 164 (64.45% from 255 or 38.86% from 422); Max value from RGB is 164 - color contains mainly: blue. Hex color #9072A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9072A4 is #6F8D5B. Grayscale: #808080. Windows color (decimal): -7310684 or 10777232. OLE color: 10777232.
HSL color Cylindrical-coordinate representation of color #9072A4: hue angle of 276º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9072A4 is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 144 | 114 | 164 | - |
| CMYK | 0.12 | 0.30 | 0 | 0.36 |
| HSL | 276º | 0.22% | 0.55% | - |
| HSV(B) | 276º | 0.3% | 0.64% | - |
| XYZ | 24.22 | 20.64 | 37.83 | - |
| YUV | 128.67 | 147.94 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 114 | 164 | 0.12 | 0.30 | 0 | 0.36 | 276 | 0.22 | 0.55 |
| Hex | 90 | 72 | A4 | C | 1E | 0 | 24 | 114 | 16 | 37 |
| Octal | 220 | 162 | 244 | 14 | 36 | 0 | 44 | 424 | 26 | 67 |
| Binary | 10010000 | 1110010 | 10100100 | 1100 | 11110 | 0 | 100100 | 100010100 | 10110 | 110111 |
Color Harmonies of #9072A4
Complementary color
Monochromatic Colors of #9072A4
Black with #9072A4
Text Example
Text Example
White with #9072A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9072A4; }
p { color: rgb(144,114,164); }
H1.HeaderClassName
{
color: #9072A4;
}
.AnyTagClassName
{
color: #9072A4;
}
</style>
background-color css
<style>
a { background-color: #9072A4; }
a { background-color: rgb(144,114,164); }
div.DivClassName
{
background-color: #9072A4;
}
.BgClassName
{
background-color: #9072A4;
}
</style>
border-color css
<style>
span { border-color: #9072A4; }
span { border-color: rgb(144,114,164); }
td.TdClassName
{
border-color: #9072A4;
}
.TagClassName
{
border-color: #9072A4;
}
</style>