Shades of Ce Soir #8D629A
Tints of Ce Soir #8D629A
RGB
CMYK
RGB Variations
Color information
#8D629A (or 0x8D629A) is known color: Ce Soir. HEX triplet: 8D, 62 and 9A. RGB value is (141,98,154). Sum of RGB (Red+Green+Blue) = 141+98+154=393 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.88% from 393); Green value is 98 (38.67% from 255 or 24.94% from 393); Blue value is 154 (60.55% from 255 or 39.19% from 393); Max value from RGB is 154 - color contains mainly: blue. Hex color #8D629A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D629A is #729D65. Grayscale: #757575. Windows color (decimal): -7511398 or 10117773. OLE color: 10117773.
HSL color Cylindrical-coordinate representation of color #8D629A: hue angle of 286.07º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8D629A is Cyan = 0.08, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 141 | 98 | 154 | - |
| CMYK | 0.08 | 0.36 | 0 | 0.40 |
| HSL | 286.07º | 0.22% | 0.49% | - |
| HSV(B) | 286.07º | 0.36% | 0.6% | - |
| XYZ | 21.18 | 16.73 | 32.68 | - |
| YUV | 117.24 | 148.75 | 144.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 98 | 154 | 0.08 | 0.36 | 0 | 0.40 | 286.07 | 0.22 | 0.49 |
| Hex | 8D | 62 | 9A | 8 | 24 | 0 | 28 | 11E | 16 | 31 |
| Octal | 215 | 142 | 232 | 10 | 44 | 0 | 50 | 436 | 26 | 61 |
| Binary | 10001101 | 1100010 | 10011010 | 1000 | 100100 | 0 | 101000 | 100011110 | 10110 | 110001 |
Color Harmonies of #8D629A
Complementary color
Monochromatic Colors of #8D629A
Black with #8D629A
Text Example
Text Example
White with #8D629A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D629A; }
p { color: rgb(141,98,154); }
H1.HeaderClassName
{
color: #8D629A;
}
.AnyTagClassName
{
color: #8D629A;
}
</style>
background-color css
<style>
a { background-color: #8D629A; }
a { background-color: rgb(141,98,154); }
div.DivClassName
{
background-color: #8D629A;
}
.BgClassName
{
background-color: #8D629A;
}
</style>
border-color css
<style>
span { border-color: #8D629A; }
span { border-color: rgb(141,98,154); }
td.TdClassName
{
border-color: #8D629A;
}
.TagClassName
{
border-color: #8D629A;
}
</style>