Shades of Ce Soir #8C70AD
Tints of Ce Soir #8C70AD
RGB
CMYK
RGB Variations
Color information
#8C70AD (or 0x8C70AD) is known color: Ce Soir. HEX triplet: 8C, 70 and AD. RGB value is (140,112,173). Sum of RGB (Red+Green+Blue) = 140+112+173=425 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.94% from 425); Green value is 112 (44.14% from 255 or 26.35% from 425); Blue value is 173 (67.97% from 255 or 40.71% from 425); Max value from RGB is 173 - color contains mainly: blue. Hex color #8C70AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C70AD is #738F52. Grayscale: #7F7F7F. Windows color (decimal): -7573331 or 11366540. OLE color: 11366540.
HSL color Cylindrical-coordinate representation of color #8C70AD: hue angle of 267.54º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8C70AD is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 140 | 112 | 173 | - |
| CMYK | 0.19 | 0.35 | 0 | 0.32 |
| HSL | 267.54º | 0.27% | 0.56% | - |
| HSV(B) | 267.54º | 0.35% | 0.68% | - |
| XYZ | 24.15 | 20.18 | 42.16 | - |
| YUV | 127.33 | 153.78 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 112 | 173 | 0.19 | 0.35 | 0 | 0.32 | 267.54 | 0.27 | 0.56 |
| Hex | 8C | 70 | AD | 13 | 23 | 0 | 20 | 10C | 1B | 38 |
| Octal | 214 | 160 | 255 | 23 | 43 | 0 | 40 | 414 | 33 | 70 |
| Binary | 10001100 | 1110000 | 10101101 | 10011 | 100011 | 0 | 100000 | 100001100 | 11011 | 111000 |
Color Harmonies of #8C70AD
Complementary color
Monochromatic Colors of #8C70AD
Black with #8C70AD
Text Example
Text Example
White with #8C70AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C70AD; }
p { color: rgb(140,112,173); }
H1.HeaderClassName
{
color: #8C70AD;
}
.AnyTagClassName
{
color: #8C70AD;
}
</style>
background-color css
<style>
a { background-color: #8C70AD; }
a { background-color: rgb(140,112,173); }
div.DivClassName
{
background-color: #8C70AD;
}
.BgClassName
{
background-color: #8C70AD;
}
</style>
border-color css
<style>
span { border-color: #8C70AD; }
span { border-color: rgb(140,112,173); }
td.TdClassName
{
border-color: #8C70AD;
}
.TagClassName
{
border-color: #8C70AD;
}
</style>