Shades of Ce Soir #8C5DAC
Tints of Ce Soir #8C5DAC
RGB
CMYK
RGB Variations
Color information
#8C5DAC (or 0x8C5DAC) is known color: Ce Soir. HEX triplet: 8C, 5D and AC. RGB value is (140,93,172). Sum of RGB (Red+Green+Blue) = 140+93+172=405 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.57% from 405); Green value is 93 (36.72% from 255 or 22.96% from 405); Blue value is 172 (67.58% from 255 or 42.47% from 405); Max value from RGB is 172 - color contains mainly: blue. Hex color #8C5DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C5DAC is #73A253. Grayscale: #737373. Windows color (decimal): -7578196 or 11296140. OLE color: 11296140.
HSL color Cylindrical-coordinate representation of color #8C5DAC: hue angle of 275.7º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8C5DAC is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 93 | 172 | - |
| CMYK | 0.19 | 0.46 | 0 | 0.33 |
| HSL | 275.7º | 0.32% | 0.52% | - |
| HSV(B) | 275.7º | 0.46% | 0.67% | - |
| XYZ | 22.18 | 16.38 | 41.02 | - |
| YUV | 116.06 | 159.57 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 93 | 172 | 0.19 | 0.46 | 0 | 0.33 | 275.7 | 0.32 | 0.52 |
| Hex | 8C | 5D | AC | 13 | 2E | 0 | 21 | 114 | 20 | 34 |
| Octal | 214 | 135 | 254 | 23 | 56 | 0 | 41 | 424 | 40 | 64 |
| Binary | 10001100 | 1011101 | 10101100 | 10011 | 101110 | 0 | 100001 | 100010100 | 100000 | 110100 |
Color Harmonies of #8C5DAC
Complementary color
Monochromatic Colors of #8C5DAC
Black with #8C5DAC
Text Example
Text Example
White with #8C5DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5DAC; }
p { color: rgb(140,93,172); }
H1.HeaderClassName
{
color: #8C5DAC;
}
.AnyTagClassName
{
color: #8C5DAC;
}
</style>
background-color css
<style>
a { background-color: #8C5DAC; }
a { background-color: rgb(140,93,172); }
div.DivClassName
{
background-color: #8C5DAC;
}
.BgClassName
{
background-color: #8C5DAC;
}
</style>
border-color css
<style>
span { border-color: #8C5DAC; }
span { border-color: rgb(140,93,172); }
td.TdClassName
{
border-color: #8C5DAC;
}
.TagClassName
{
border-color: #8C5DAC;
}
</style>