Shades of Ce Soir #9A7CAB
Tints of Ce Soir #9A7CAB
RGB
CMYK
RGB Variations
Color information
#9A7CAB (or 0x9A7CAB) is known color: Ce Soir. HEX triplet: 9A, 7C and AB. RGB value is (154,124,171). Sum of RGB (Red+Green+Blue) = 154+124+171=449 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.30% from 449); Green value is 124 (48.83% from 255 or 27.62% from 449); Blue value is 171 (67.19% from 255 or 38.08% from 449); Max value from RGB is 171 - color contains mainly: blue. Hex color #9A7CAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A7CAB is #658354. Grayscale: #8A8A8A. Windows color (decimal): -6652757 or 11238554. OLE color: 11238554.
HSL color Cylindrical-coordinate representation of color #9A7CAB: hue angle of 278.3º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9A7CAB is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 154 | 124 | 171 | - |
| CMYK | 0.10 | 0.27 | 0 | 0.33 |
| HSL | 278.3º | 0.22% | 0.58% | - |
| HSV(B) | 278.3º | 0.27% | 0.67% | - |
| XYZ | 27.88 | 24.23 | 41.73 | - |
| YUV | 138.33 | 146.44 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 124 | 171 | 0.10 | 0.27 | 0 | 0.33 | 278.3 | 0.22 | 0.58 |
| Hex | 9A | 7C | AB | A | 1B | 0 | 21 | 116 | 16 | 3A |
| Octal | 232 | 174 | 253 | 12 | 33 | 0 | 41 | 426 | 26 | 72 |
| Binary | 10011010 | 1111100 | 10101011 | 1010 | 11011 | 0 | 100001 | 100010110 | 10110 | 111010 |
Color Harmonies of #9A7CAB
Complementary color
Monochromatic Colors of #9A7CAB
Black with #9A7CAB
Text Example
Text Example
White with #9A7CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7CAB; }
p { color: rgb(154,124,171); }
H1.HeaderClassName
{
color: #9A7CAB;
}
.AnyTagClassName
{
color: #9A7CAB;
}
</style>
background-color css
<style>
a { background-color: #9A7CAB; }
a { background-color: rgb(154,124,171); }
div.DivClassName
{
background-color: #9A7CAB;
}
.BgClassName
{
background-color: #9A7CAB;
}
</style>
border-color css
<style>
span { border-color: #9A7CAB; }
span { border-color: rgb(154,124,171); }
td.TdClassName
{
border-color: #9A7CAB;
}
.TagClassName
{
border-color: #9A7CAB;
}
</style>