Shades of Ce Soir #9A72A4
Tints of Ce Soir #9A72A4
RGB
CMYK
RGB Variations
Color information
#9A72A4 (or 0x9A72A4) is known color: Ce Soir. HEX triplet: 9A, 72 and A4. RGB value is (154,114,164). Sum of RGB (Red+Green+Blue) = 154+114+164=432 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.65% from 432); Green value is 114 (44.92% from 255 or 26.39% from 432); Blue value is 164 (64.45% from 255 or 37.96% from 432); Max value from RGB is 164 - color contains mainly: blue. Hex color #9A72A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A72A4 is #658D5B. Grayscale: #838383. Windows color (decimal): -6655324 or 10777242. OLE color: 10777242.
HSL color Cylindrical-coordinate representation of color #9A72A4: hue angle of 288º 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 #9A72A4 is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 154 | 114 | 164 | - |
| CMYK | 0.06 | 0.30 | 0 | 0.36 |
| HSL | 288º | 0.22% | 0.55% | - |
| HSV(B) | 288º | 0.3% | 0.64% | - |
| XYZ | 26.04 | 21.58 | 37.92 | - |
| YUV | 131.66 | 146.25 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 114 | 164 | 0.06 | 0.30 | 0 | 0.36 | 288 | 0.22 | 0.55 |
| Hex | 9A | 72 | A4 | 6 | 1E | 0 | 24 | 120 | 16 | 37 |
| Octal | 232 | 162 | 244 | 6 | 36 | 0 | 44 | 440 | 26 | 67 |
| Binary | 10011010 | 1110010 | 10100100 | 110 | 11110 | 0 | 100100 | 100100000 | 10110 | 110111 |
Color Harmonies of #9A72A4
Complementary color
Monochromatic Colors of #9A72A4
Black with #9A72A4
Text Example
Text Example
White with #9A72A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A72A4; }
p { color: rgb(154,114,164); }
H1.HeaderClassName
{
color: #9A72A4;
}
.AnyTagClassName
{
color: #9A72A4;
}
</style>
background-color css
<style>
a { background-color: #9A72A4; }
a { background-color: rgb(154,114,164); }
div.DivClassName
{
background-color: #9A72A4;
}
.BgClassName
{
background-color: #9A72A4;
}
</style>
border-color css
<style>
span { border-color: #9A72A4; }
span { border-color: rgb(154,114,164); }
td.TdClassName
{
border-color: #9A72A4;
}
.TagClassName
{
border-color: #9A72A4;
}
</style>