Shades of Ce Soir #9C7EAA
Tints of Ce Soir #9C7EAA
RGB
CMYK
RGB Variations
Color information
#9C7EAA (or 0x9C7EAA) is known color: Ce Soir. HEX triplet: 9C, 7E and AA. RGB value is (156,126,170). Sum of RGB (Red+Green+Blue) = 156+126+170=452 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.51% from 452); Green value is 126 (49.61% from 255 or 27.88% from 452); Blue value is 170 (66.80% from 255 or 37.61% from 452); Max value from RGB is 170 - color contains mainly: blue. Hex color #9C7EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7EAA is #638155. Grayscale: #8B8B8B. Windows color (decimal): -6521174 or 11173532. OLE color: 11173532.
HSL color Cylindrical-coordinate representation of color #9C7EAA: hue angle of 280.91º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9C7EAA is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 156 | 126 | 170 | - |
| CMYK | 0.08 | 0.26 | 0 | 0.33 |
| HSL | 280.91º | 0.21% | 0.58% | - |
| HSV(B) | 280.91º | 0.26% | 0.67% | - |
| XYZ | 28.43 | 24.89 | 41.34 | - |
| YUV | 139.99 | 144.94 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 126 | 170 | 0.08 | 0.26 | 0 | 0.33 | 280.91 | 0.21 | 0.58 |
| Hex | 9C | 7E | AA | 8 | 1A | 0 | 21 | 119 | 15 | 3A |
| Octal | 234 | 176 | 252 | 10 | 32 | 0 | 41 | 431 | 25 | 72 |
| Binary | 10011100 | 1111110 | 10101010 | 1000 | 11010 | 0 | 100001 | 100011001 | 10101 | 111010 |
Color Harmonies of #9C7EAA
Complementary color
Monochromatic Colors of #9C7EAA
Black with #9C7EAA
Text Example
Text Example
White with #9C7EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7EAA; }
p { color: rgb(156,126,170); }
H1.HeaderClassName
{
color: #9C7EAA;
}
.AnyTagClassName
{
color: #9C7EAA;
}
</style>
background-color css
<style>
a { background-color: #9C7EAA; }
a { background-color: rgb(156,126,170); }
div.DivClassName
{
background-color: #9C7EAA;
}
.BgClassName
{
background-color: #9C7EAA;
}
</style>
border-color css
<style>
span { border-color: #9C7EAA; }
span { border-color: rgb(156,126,170); }
td.TdClassName
{
border-color: #9C7EAA;
}
.TagClassName
{
border-color: #9C7EAA;
}
</style>