Shades of Ce Soir #8C6AAA
Tints of Ce Soir #8C6AAA
RGB
CMYK
RGB Variations
Color information
#8C6AAA (or 0x8C6AAA) is known color: Ce Soir. HEX triplet: 8C, 6A and AA. RGB value is (140,106,170). Sum of RGB (Red+Green+Blue) = 140+106+170=416 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.65% from 416); Green value is 106 (41.80% from 255 or 25.48% from 416); Blue value is 170 (66.80% from 255 or 40.87% from 416); Max value from RGB is 170 - color contains mainly: blue. Hex color #8C6AAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C6AAA is #739555. Grayscale: #7B7B7B. Windows color (decimal): -7574870 or 11168396. OLE color: 11168396.
HSL color Cylindrical-coordinate representation of color #8C6AAA: hue angle of 271.88º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8C6AAA is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 106 | 170 | - |
| CMYK | 0.18 | 0.38 | 0 | 0.33 |
| HSL | 271.88º | 0.27% | 0.54% | - |
| HSV(B) | 271.88º | 0.38% | 0.67% | - |
| XYZ | 23.22 | 18.79 | 40.43 | - |
| YUV | 123.46 | 154.26 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 106 | 170 | 0.18 | 0.38 | 0 | 0.33 | 271.88 | 0.27 | 0.54 |
| Hex | 8C | 6A | AA | 12 | 26 | 0 | 21 | 110 | 1B | 36 |
| Octal | 214 | 152 | 252 | 22 | 46 | 0 | 41 | 420 | 33 | 66 |
| Binary | 10001100 | 1101010 | 10101010 | 10010 | 100110 | 0 | 100001 | 100010000 | 11011 | 110110 |
Color Harmonies of #8C6AAA
Complementary color
Monochromatic Colors of #8C6AAA
Black with #8C6AAA
Text Example
Text Example
White with #8C6AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6AAA; }
p { color: rgb(140,106,170); }
H1.HeaderClassName
{
color: #8C6AAA;
}
.AnyTagClassName
{
color: #8C6AAA;
}
</style>
background-color css
<style>
a { background-color: #8C6AAA; }
a { background-color: rgb(140,106,170); }
div.DivClassName
{
background-color: #8C6AAA;
}
.BgClassName
{
background-color: #8C6AAA;
}
</style>
border-color css
<style>
span { border-color: #8C6AAA; }
span { border-color: rgb(140,106,170); }
td.TdClassName
{
border-color: #8C6AAA;
}
.TagClassName
{
border-color: #8C6AAA;
}
</style>