Shades of Ce Soir #8C6AAB
Tints of Ce Soir #8C6AAB
RGB
CMYK
RGB Variations
Color information
#8C6AAB (or 0x8C6AAB) is known color: Ce Soir. HEX triplet: 8C, 6A and AB. RGB value is (140,106,171). Sum of RGB (Red+Green+Blue) = 140+106+171=417 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.57% from 417); Green value is 106 (41.80% from 255 or 25.42% from 417); Blue value is 171 (67.19% from 255 or 41.01% from 417); Max value from RGB is 171 - color contains mainly: blue. Hex color #8C6AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C6AAB is #739554. Grayscale: #7B7B7B. Windows color (decimal): -7574869 or 11233932. OLE color: 11233932.
HSL color Cylindrical-coordinate representation of color #8C6AAB: hue angle of 271.38º degrees, saturation: 0.28, 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 #8C6AAB is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 106 | 171 | - |
| CMYK | 0.18 | 0.38 | 0 | 0.33 |
| HSL | 271.38º | 0.28% | 0.54% | - |
| HSV(B) | 271.38º | 0.38% | 0.67% | - |
| XYZ | 23.32 | 18.82 | 40.93 | - |
| YUV | 123.58 | 154.76 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 106 | 171 | 0.18 | 0.38 | 0 | 0.33 | 271.38 | 0.28 | 0.54 |
| Hex | 8C | 6A | AB | 12 | 26 | 0 | 21 | 10F | 1C | 36 |
| Octal | 214 | 152 | 253 | 22 | 46 | 0 | 41 | 417 | 34 | 66 |
| Binary | 10001100 | 1101010 | 10101011 | 10010 | 100110 | 0 | 100001 | 100001111 | 11100 | 110110 |
Color Harmonies of #8C6AAB
Complementary color
Monochromatic Colors of #8C6AAB
Black with #8C6AAB
Text Example
Text Example
White with #8C6AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6AAB; }
p { color: rgb(140,106,171); }
H1.HeaderClassName
{
color: #8C6AAB;
}
.AnyTagClassName
{
color: #8C6AAB;
}
</style>
background-color css
<style>
a { background-color: #8C6AAB; }
a { background-color: rgb(140,106,171); }
div.DivClassName
{
background-color: #8C6AAB;
}
.BgClassName
{
background-color: #8C6AAB;
}
</style>
border-color css
<style>
span { border-color: #8C6AAB; }
span { border-color: rgb(140,106,171); }
td.TdClassName
{
border-color: #8C6AAB;
}
.TagClassName
{
border-color: #8C6AAB;
}
</style>