Shades of Ce Soir #8C7A9C
Tints of Ce Soir #8C7A9C
RGB
CMYK
RGB Variations
Color information
#8C7A9C (or 0x8C7A9C) is known color: Ce Soir. HEX triplet: 8C, 7A and 9C. RGB value is (140,122,156). Sum of RGB (Red+Green+Blue) = 140+122+156=418 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.49% from 418); Green value is 122 (48.05% from 255 or 29.19% from 418); Blue value is 156 (61.33% from 255 or 37.32% from 418); Max value from RGB is 156 - color contains mainly: blue. Hex color #8C7A9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7A9C is #738563. Grayscale: #838383. Windows color (decimal): -7570788 or 10254988. OLE color: 10254988.
HSL color Cylindrical-coordinate representation of color #8C7A9C: hue angle of 271.76º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8C7A9C is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 140 | 122 | 156 | - |
| CMYK | 0.10 | 0.22 | 0 | 0.39 |
| HSL | 271.76º | 0.15% | 0.55% | - |
| HSV(B) | 271.76º | 0.22% | 0.61% | - |
| XYZ | 23.78 | 21.89 | 34.43 | - |
| YUV | 131.26 | 141.96 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 122 | 156 | 0.10 | 0.22 | 0 | 0.39 | 271.76 | 0.15 | 0.55 |
| Hex | 8C | 7A | 9C | A | 16 | 0 | 27 | 110 | F | 37 |
| Octal | 214 | 172 | 234 | 12 | 26 | 0 | 47 | 420 | 17 | 67 |
| Binary | 10001100 | 1111010 | 10011100 | 1010 | 10110 | 0 | 100111 | 100010000 | 1111 | 110111 |
Color Harmonies of #8C7A9C
Complementary color
Monochromatic Colors of #8C7A9C
Black with #8C7A9C
Text Example
Text Example
White with #8C7A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7A9C; }
p { color: rgb(140,122,156); }
H1.HeaderClassName
{
color: #8C7A9C;
}
.AnyTagClassName
{
color: #8C7A9C;
}
</style>
background-color css
<style>
a { background-color: #8C7A9C; }
a { background-color: rgb(140,122,156); }
div.DivClassName
{
background-color: #8C7A9C;
}
.BgClassName
{
background-color: #8C7A9C;
}
</style>
border-color css
<style>
span { border-color: #8C7A9C; }
span { border-color: rgb(140,122,156); }
td.TdClassName
{
border-color: #8C7A9C;
}
.TagClassName
{
border-color: #8C7A9C;
}
</style>