Shades of Ce Soir #9A76AD
Tints of Ce Soir #9A76AD
RGB
CMYK
RGB Variations
Color information
#9A76AD (or 0x9A76AD) is known color: Ce Soir. HEX triplet: 9A, 76 and AD. RGB value is (154,118,173). Sum of RGB (Red+Green+Blue) = 154+118+173=445 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.61% from 445); Green value is 118 (46.48% from 255 or 26.52% from 445); Blue value is 173 (67.97% from 255 or 38.88% from 445); Max value from RGB is 173 - color contains mainly: blue. Hex color #9A76AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A76AD is #658952. Grayscale: #868686. Windows color (decimal): -6654291 or 11368090. OLE color: 11368090.
HSL color Cylindrical-coordinate representation of color #9A76AD: hue angle of 279.27º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9A76AD is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 154 | 118 | 173 | - |
| CMYK | 0.11 | 0.32 | 0 | 0.32 |
| HSL | 279.27º | 0.25% | 0.57% | - |
| HSV(B) | 279.27º | 0.32% | 0.68% | - |
| XYZ | 27.35 | 22.84 | 42.5 | - |
| YUV | 135.03 | 149.43 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 118 | 173 | 0.11 | 0.32 | 0 | 0.32 | 279.27 | 0.25 | 0.57 |
| Hex | 9A | 76 | AD | B | 20 | 0 | 20 | 117 | 19 | 39 |
| Octal | 232 | 166 | 255 | 13 | 40 | 0 | 40 | 427 | 31 | 71 |
| Binary | 10011010 | 1110110 | 10101101 | 1011 | 100000 | 0 | 100000 | 100010111 | 11001 | 111001 |
Color Harmonies of #9A76AD
Complementary color
Monochromatic Colors of #9A76AD
Black with #9A76AD
Text Example
Text Example
White with #9A76AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A76AD; }
p { color: rgb(154,118,173); }
H1.HeaderClassName
{
color: #9A76AD;
}
.AnyTagClassName
{
color: #9A76AD;
}
</style>
background-color css
<style>
a { background-color: #9A76AD; }
a { background-color: rgb(154,118,173); }
div.DivClassName
{
background-color: #9A76AD;
}
.BgClassName
{
background-color: #9A76AD;
}
</style>
border-color css
<style>
span { border-color: #9A76AD; }
span { border-color: rgb(154,118,173); }
td.TdClassName
{
border-color: #9A76AD;
}
.TagClassName
{
border-color: #9A76AD;
}
</style>