Shades of Ce Soir #8C5B9D
Tints of Ce Soir #8C5B9D
RGB
CMYK
RGB Variations
Color information
#8C5B9D (or 0x8C5B9D) is known color: Ce Soir. HEX triplet: 8C, 5B and 9D. RGB value is (140,91,157). Sum of RGB (Red+Green+Blue) = 140+91+157=388 (51% of max value = 765). Red value is 140 (55.08% from 255 or 36.08% from 388); Green value is 91 (35.94% from 255 or 23.45% from 388); Blue value is 157 (61.72% from 255 or 40.46% from 388); Max value from RGB is 157 - color contains mainly: blue. Hex color #8C5B9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C5B9D is #73A462. Grayscale: #707070. Windows color (decimal): -7578723 or 10312588. OLE color: 10312588.
HSL color Cylindrical-coordinate representation of color #8C5B9D: hue angle of 284.55º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8C5B9D is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 140 | 91 | 157 | - |
| CMYK | 0.11 | 0.42 | 0 | 0.38 |
| HSL | 284.55º | 0.27% | 0.49% | - |
| HSV(B) | 284.55º | 0.42% | 0.62% | - |
| XYZ | 20.64 | 15.49 | 33.8 | - |
| YUV | 113.18 | 152.73 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 91 | 157 | 0.11 | 0.42 | 0 | 0.38 | 284.55 | 0.27 | 0.49 |
| Hex | 8C | 5B | 9D | B | 2A | 0 | 26 | 11D | 1B | 31 |
| Octal | 214 | 133 | 235 | 13 | 52 | 0 | 46 | 435 | 33 | 61 |
| Binary | 10001100 | 1011011 | 10011101 | 1011 | 101010 | 0 | 100110 | 100011101 | 11011 | 110001 |
Color Harmonies of #8C5B9D
Complementary color
Monochromatic Colors of #8C5B9D
Black with #8C5B9D
Text Example
Text Example
White with #8C5B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5B9D; }
p { color: rgb(140,91,157); }
H1.HeaderClassName
{
color: #8C5B9D;
}
.AnyTagClassName
{
color: #8C5B9D;
}
</style>
background-color css
<style>
a { background-color: #8C5B9D; }
a { background-color: rgb(140,91,157); }
div.DivClassName
{
background-color: #8C5B9D;
}
.BgClassName
{
background-color: #8C5B9D;
}
</style>
border-color css
<style>
span { border-color: #8C5B9D; }
span { border-color: rgb(140,91,157); }
td.TdClassName
{
border-color: #8C5B9D;
}
.TagClassName
{
border-color: #8C5B9D;
}
</style>