Shades of Ce Soir #8C5CAB
Tints of Ce Soir #8C5CAB
RGB
CMYK
RGB Variations
Color information
#8C5CAB (or 0x8C5CAB) is known color: Ce Soir. HEX triplet: 8C, 5C and AB. RGB value is (140,92,171). Sum of RGB (Red+Green+Blue) = 140+92+171=403 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.74% from 403); Green value is 92 (36.33% from 255 or 22.83% from 403); Blue value is 171 (67.19% from 255 or 42.43% from 403); Max value from RGB is 171 - color contains mainly: blue. Hex color #8C5CAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C5CAB is #73A354. Grayscale: #737373. Windows color (decimal): -7578453 or 11230348. OLE color: 11230348.
HSL color Cylindrical-coordinate representation of color #8C5CAB: hue angle of 276.46º 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 #8C5CAB is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 92 | 171 | - |
| CMYK | 0.18 | 0.46 | 0 | 0.33 |
| HSL | 276.46º | 0.32% | 0.52% | - |
| HSV(B) | 276.46º | 0.46% | 0.67% | - |
| XYZ | 21.99 | 16.17 | 40.49 | - |
| YUV | 115.36 | 159.4 | 145.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 92 | 171 | 0.18 | 0.46 | 0 | 0.33 | 276.46 | 0.32 | 0.52 |
| Hex | 8C | 5C | AB | 12 | 2E | 0 | 21 | 114 | 20 | 34 |
| Octal | 214 | 134 | 253 | 22 | 56 | 0 | 41 | 424 | 40 | 64 |
| Binary | 10001100 | 1011100 | 10101011 | 10010 | 101110 | 0 | 100001 | 100010100 | 100000 | 110100 |
Color Harmonies of #8C5CAB
Complementary color
Monochromatic Colors of #8C5CAB
Black with #8C5CAB
Text Example
Text Example
White with #8C5CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5CAB; }
p { color: rgb(140,92,171); }
H1.HeaderClassName
{
color: #8C5CAB;
}
.AnyTagClassName
{
color: #8C5CAB;
}
</style>
background-color css
<style>
a { background-color: #8C5CAB; }
a { background-color: rgb(140,92,171); }
div.DivClassName
{
background-color: #8C5CAB;
}
.BgClassName
{
background-color: #8C5CAB;
}
</style>
border-color css
<style>
span { border-color: #8C5CAB; }
span { border-color: rgb(140,92,171); }
td.TdClassName
{
border-color: #8C5CAB;
}
.TagClassName
{
border-color: #8C5CAB;
}
</style>