Shades of Ce Soir #9A7BA6
Tints of Ce Soir #9A7BA6
RGB
CMYK
RGB Variations
Color information
#9A7BA6 (or 0x9A7BA6) is known color: Ce Soir. HEX triplet: 9A, 7B and A6. RGB value is (154,123,166). Sum of RGB (Red+Green+Blue) = 154+123+166=443 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.76% from 443); Green value is 123 (48.44% from 255 or 27.77% from 443); Blue value is 166 (65.23% from 255 or 37.47% from 443); Max value from RGB is 166 - color contains mainly: blue. Hex color #9A7BA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A7BA6 is #658459. Grayscale: #898989. Windows color (decimal): -6653018 or 10910618. OLE color: 10910618.
HSL color Cylindrical-coordinate representation of color #9A7BA6: hue angle of 283.26º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9A7BA6 is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 154 | 123 | 166 | - |
| CMYK | 0.07 | 0.26 | 0 | 0.35 |
| HSL | 283.26º | 0.19% | 0.57% | - |
| HSV(B) | 283.26º | 0.26% | 0.65% | - |
| XYZ | 27.29 | 23.79 | 39.23 | - |
| YUV | 137.17 | 144.27 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 123 | 166 | 0.07 | 0.26 | 0 | 0.35 | 283.26 | 0.19 | 0.57 |
| Hex | 9A | 7B | A6 | 7 | 1A | 0 | 23 | 11B | 13 | 39 |
| Octal | 232 | 173 | 246 | 7 | 32 | 0 | 43 | 433 | 23 | 71 |
| Binary | 10011010 | 1111011 | 10100110 | 111 | 11010 | 0 | 100011 | 100011011 | 10011 | 111001 |
Color Harmonies of #9A7BA6
Complementary color
Monochromatic Colors of #9A7BA6
Black with #9A7BA6
Text Example
Text Example
White with #9A7BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7BA6; }
p { color: rgb(154,123,166); }
H1.HeaderClassName
{
color: #9A7BA6;
}
.AnyTagClassName
{
color: #9A7BA6;
}
</style>
background-color css
<style>
a { background-color: #9A7BA6; }
a { background-color: rgb(154,123,166); }
div.DivClassName
{
background-color: #9A7BA6;
}
.BgClassName
{
background-color: #9A7BA6;
}
</style>
border-color css
<style>
span { border-color: #9A7BA6; }
span { border-color: rgb(154,123,166); }
td.TdClassName
{
border-color: #9A7BA6;
}
.TagClassName
{
border-color: #9A7BA6;
}
</style>