Shades of Ce Soir #9C7AAD
Tints of Ce Soir #9C7AAD
RGB
CMYK
RGB Variations
Color information
#9C7AAD (or 0x9C7AAD) is known color: Ce Soir. HEX triplet: 9C, 7A and AD. RGB value is (156,122,173). Sum of RGB (Red+Green+Blue) = 156+122+173=451 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.59% from 451); Green value is 122 (48.05% from 255 or 27.05% from 451); Blue value is 173 (67.97% from 255 or 38.36% from 451); Max value from RGB is 173 - color contains mainly: blue. Hex color #9C7AAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7AAD is #638552. Grayscale: #898989. Windows color (decimal): -6522195 or 11369116. OLE color: 11369116.
HSL color Cylindrical-coordinate representation of color #9C7AAD: hue angle of 280º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9C7AAD is Cyan = 0.10, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 156 | 122 | 173 | - |
| CMYK | 0.10 | 0.29 | 0 | 0.32 |
| HSL | 280º | 0.24% | 0.58% | - |
| HSV(B) | 280º | 0.29% | 0.68% | - |
| XYZ | 28.21 | 24 | 42.68 | - |
| YUV | 137.98 | 147.76 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 122 | 173 | 0.10 | 0.29 | 0 | 0.32 | 280 | 0.24 | 0.58 |
| Hex | 9C | 7A | AD | A | 1D | 0 | 20 | 118 | 18 | 3A |
| Octal | 234 | 172 | 255 | 12 | 35 | 0 | 40 | 430 | 30 | 72 |
| Binary | 10011100 | 1111010 | 10101101 | 1010 | 11101 | 0 | 100000 | 100011000 | 11000 | 111010 |
Color Harmonies of #9C7AAD
Complementary color
Monochromatic Colors of #9C7AAD
Black with #9C7AAD
Text Example
Text Example
White with #9C7AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7AAD; }
p { color: rgb(156,122,173); }
H1.HeaderClassName
{
color: #9C7AAD;
}
.AnyTagClassName
{
color: #9C7AAD;
}
</style>
background-color css
<style>
a { background-color: #9C7AAD; }
a { background-color: rgb(156,122,173); }
div.DivClassName
{
background-color: #9C7AAD;
}
.BgClassName
{
background-color: #9C7AAD;
}
</style>
border-color css
<style>
span { border-color: #9C7AAD; }
span { border-color: rgb(156,122,173); }
td.TdClassName
{
border-color: #9C7AAD;
}
.TagClassName
{
border-color: #9C7AAD;
}
</style>