Shades of Ce Soir #8D70A9
Tints of Ce Soir #8D70A9
RGB
CMYK
RGB Variations
Color information
#8D70A9 (or 0x8D70A9) is known color: Ce Soir. HEX triplet: 8D, 70 and A9. RGB value is (141,112,169). Sum of RGB (Red+Green+Blue) = 141+112+169=422 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.41% from 422); Green value is 112 (44.14% from 255 or 26.54% from 422); Blue value is 169 (66.41% from 255 or 40.05% from 422); Max value from RGB is 169 - color contains mainly: blue. Hex color #8D70A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D70A9 is #728F56. Grayscale: #7E7E7E. Windows color (decimal): -7507799 or 11104397. OLE color: 11104397.
HSL color Cylindrical-coordinate representation of color #8D70A9: hue angle of 270.53º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8D70A9 is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 141 | 112 | 169 | - |
| CMYK | 0.17 | 0.34 | 0 | 0.34 |
| HSL | 270.53º | 0.25% | 0.55% | - |
| HSV(B) | 270.53º | 0.34% | 0.66% | - |
| XYZ | 23.94 | 20.12 | 40.16 | - |
| YUV | 127.17 | 151.61 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 112 | 169 | 0.17 | 0.34 | 0 | 0.34 | 270.53 | 0.25 | 0.55 |
| Hex | 8D | 70 | A9 | 11 | 22 | 0 | 22 | 10F | 19 | 37 |
| Octal | 215 | 160 | 251 | 21 | 42 | 0 | 42 | 417 | 31 | 67 |
| Binary | 10001101 | 1110000 | 10101001 | 10001 | 100010 | 0 | 100010 | 100001111 | 11001 | 110111 |
Color Harmonies of #8D70A9
Complementary color
Monochromatic Colors of #8D70A9
Black with #8D70A9
Text Example
Text Example
White with #8D70A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D70A9; }
p { color: rgb(141,112,169); }
H1.HeaderClassName
{
color: #8D70A9;
}
.AnyTagClassName
{
color: #8D70A9;
}
</style>
background-color css
<style>
a { background-color: #8D70A9; }
a { background-color: rgb(141,112,169); }
div.DivClassName
{
background-color: #8D70A9;
}
.BgClassName
{
background-color: #8D70A9;
}
</style>
border-color css
<style>
span { border-color: #8D70A9; }
span { border-color: rgb(141,112,169); }
td.TdClassName
{
border-color: #8D70A9;
}
.TagClassName
{
border-color: #8D70A9;
}
</style>