Shades of Ce Soir #8C629B
Tints of Ce Soir #8C629B
RGB
CMYK
RGB Variations
Color information
#8C629B (or 0x8C629B) is known color: Ce Soir. HEX triplet: 8C, 62 and 9B. RGB value is (140,98,155). Sum of RGB (Red+Green+Blue) = 140+98+155=393 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.62% from 393); Green value is 98 (38.67% from 255 or 24.94% from 393); Blue value is 155 (60.94% from 255 or 39.44% from 393); Max value from RGB is 155 - color contains mainly: blue. Hex color #8C629B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C629B is #739D64. Grayscale: #747474. Windows color (decimal): -7576933 or 10183308. OLE color: 10183308.
HSL color Cylindrical-coordinate representation of color #8C629B: hue angle of 284.21º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8C629B is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 140 | 98 | 155 | - |
| CMYK | 0.10 | 0.37 | 0 | 0.39 |
| HSL | 284.21º | 0.23% | 0.5% | - |
| HSV(B) | 284.21º | 0.37% | 0.61% | - |
| XYZ | 21.1 | 16.68 | 33.12 | - |
| YUV | 117.06 | 149.41 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 98 | 155 | 0.10 | 0.37 | 0 | 0.39 | 284.21 | 0.23 | 0.5 |
| Hex | 8C | 62 | 9B | A | 25 | 0 | 27 | 11C | 17 | 32 |
| Octal | 214 | 142 | 233 | 12 | 45 | 0 | 47 | 434 | 27 | 62 |
| Binary | 10001100 | 1100010 | 10011011 | 1010 | 100101 | 0 | 100111 | 100011100 | 10111 | 110010 |
Color Harmonies of #8C629B
Complementary color
Monochromatic Colors of #8C629B
Black with #8C629B
Text Example
Text Example
White with #8C629B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C629B; }
p { color: rgb(140,98,155); }
H1.HeaderClassName
{
color: #8C629B;
}
.AnyTagClassName
{
color: #8C629B;
}
</style>
background-color css
<style>
a { background-color: #8C629B; }
a { background-color: rgb(140,98,155); }
div.DivClassName
{
background-color: #8C629B;
}
.BgClassName
{
background-color: #8C629B;
}
</style>
border-color css
<style>
span { border-color: #8C629B; }
span { border-color: rgb(140,98,155); }
td.TdClassName
{
border-color: #8C629B;
}
.TagClassName
{
border-color: #8C629B;
}
</style>