Shades of Ce Soir #8C5E9D
Tints of Ce Soir #8C5E9D
RGB
CMYK
RGB Variations
Color information
#8C5E9D (or 0x8C5E9D) is known color: Ce Soir. HEX triplet: 8C, 5E and 9D. RGB value is (140,94,157). Sum of RGB (Red+Green+Blue) = 140+94+157=391 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.81% from 391); Green value is 94 (37.11% from 255 or 24.04% from 391); Blue value is 157 (61.72% from 255 or 40.15% from 391); Max value from RGB is 157 - color contains mainly: blue. Hex color #8C5E9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C5E9D is #73A162. Grayscale: #727272. Windows color (decimal): -7577955 or 10313356. OLE color: 10313356.
HSL color Cylindrical-coordinate representation of color #8C5E9D: hue angle of 283.81º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8C5E9D is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
RGB | 140 | 94 | 157 | - |
CMYK | 0.11 | 0.40 | 0 | 0.38 |
HSL | 283.81º | 0.25% | 0.49% | - |
HSV(B) | 283.81º | 0.4% | 0.62% | - |
XYZ | 20.9 | 16.02 | 33.89 | - |
YUV | 114.94 | 151.74 | 145.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 140 | 94 | 157 | 0.11 | 0.40 | 0 | 0.38 | 283.81 | 0.25 | 0.49 |
Hex | 8C | 5E | 9D | B | 28 | 0 | 26 | 11C | 19 | 31 |
Octal | 214 | 136 | 235 | 13 | 50 | 0 | 46 | 434 | 31 | 61 |
Binary | 10001100 | 1011110 | 10011101 | 1011 | 101000 | 0 | 100110 | 100011100 | 11001 | 110001 |
Color Harmonies of #8C5E9D
Complementary color
Monochromatic Colors of #8C5E9D
Black with #8C5E9D
Text Example
Text Example
White with #8C5E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5E9D; }
p { color: rgb(140,94,157); }
H1.HeaderClassName
{
color: #8C5E9D;
}
.AnyTagClassName
{
color: #8C5E9D;
}
</style>
background-color css
<style>
a { background-color: #8C5E9D; }
a { background-color: rgb(140,94,157); }
div.DivClassName
{
background-color: #8C5E9D;
}
.BgClassName
{
background-color: #8C5E9D;
}
</style>
border-color css
<style>
span { border-color: #8C5E9D; }
span { border-color: rgb(140,94,157); }
td.TdClassName
{
border-color: #8C5E9D;
}
.TagClassName
{
border-color: #8C5E9D;
}
</style>