Shades of Ce Soir #8C7A9B
Tints of Ce Soir #8C7A9B
RGB
CMYK
RGB Variations
Color information
#8C7A9B (or 0x8C7A9B) is known color: Ce Soir. HEX triplet: 8C, 7A and 9B. RGB value is (140,122,155). Sum of RGB (Red+Green+Blue) = 140+122+155=417 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.57% from 417); Green value is 122 (48.05% from 255 or 29.26% from 417); Blue value is 155 (60.94% from 255 or 37.17% from 417); Max value from RGB is 155 - color contains mainly: blue. Hex color #8C7A9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7A9B is #738564. Grayscale: #838383. Windows color (decimal): -7570789 or 10189452. OLE color: 10189452.
HSL color Cylindrical-coordinate representation of color #8C7A9B: hue angle of 272.73º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8C7A9B is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 140 | 122 | 155 | - |
| CMYK | 0.10 | 0.21 | 0 | 0.39 |
| HSL | 272.73º | 0.14% | 0.54% | - |
| HSV(B) | 272.73º | 0.21% | 0.61% | - |
| XYZ | 23.69 | 21.86 | 33.98 | - |
| YUV | 131.14 | 141.46 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 122 | 155 | 0.10 | 0.21 | 0 | 0.39 | 272.73 | 0.14 | 0.54 |
| Hex | 8C | 7A | 9B | A | 15 | 0 | 27 | 111 | E | 36 |
| Octal | 214 | 172 | 233 | 12 | 25 | 0 | 47 | 421 | 16 | 66 |
| Binary | 10001100 | 1111010 | 10011011 | 1010 | 10101 | 0 | 100111 | 100010001 | 1110 | 110110 |
Color Harmonies of #8C7A9B
Complementary color
Monochromatic Colors of #8C7A9B
Black with #8C7A9B
Text Example
Text Example
White with #8C7A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7A9B; }
p { color: rgb(140,122,155); }
H1.HeaderClassName
{
color: #8C7A9B;
}
.AnyTagClassName
{
color: #8C7A9B;
}
</style>
background-color css
<style>
a { background-color: #8C7A9B; }
a { background-color: rgb(140,122,155); }
div.DivClassName
{
background-color: #8C7A9B;
}
.BgClassName
{
background-color: #8C7A9B;
}
</style>
border-color css
<style>
span { border-color: #8C7A9B; }
span { border-color: rgb(140,122,155); }
td.TdClassName
{
border-color: #8C7A9B;
}
.TagClassName
{
border-color: #8C7A9B;
}
</style>