Shades of Ce Soir #8C6AAC
Tints of Ce Soir #8C6AAC
RGB
CMYK
RGB Variations
Color information
#8C6AAC (or 0x8C6AAC) is known color: Ce Soir. HEX triplet: 8C, 6A and AC. RGB value is (140,106,172). Sum of RGB (Red+Green+Blue) = 140+106+172=418 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.49% from 418); Green value is 106 (41.80% from 255 or 25.36% from 418); Blue value is 172 (67.58% from 255 or 41.15% from 418); Max value from RGB is 172 - color contains mainly: blue. Hex color #8C6AAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C6AAC is #739553. Grayscale: #7B7B7B. Windows color (decimal): -7574868 or 11299468. OLE color: 11299468.
HSL color Cylindrical-coordinate representation of color #8C6AAC: hue angle of 270.91º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8C6AAC is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 106 | 172 | - |
| CMYK | 0.19 | 0.38 | 0 | 0.33 |
| HSL | 270.91º | 0.28% | 0.55% | - |
| HSV(B) | 270.91º | 0.38% | 0.67% | - |
| XYZ | 23.42 | 18.86 | 41.44 | - |
| YUV | 123.69 | 155.26 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 106 | 172 | 0.19 | 0.38 | 0 | 0.33 | 270.91 | 0.28 | 0.55 |
| Hex | 8C | 6A | AC | 13 | 26 | 0 | 21 | 10F | 1C | 37 |
| Octal | 214 | 152 | 254 | 23 | 46 | 0 | 41 | 417 | 34 | 67 |
| Binary | 10001100 | 1101010 | 10101100 | 10011 | 100110 | 0 | 100001 | 100001111 | 11100 | 110111 |
Color Harmonies of #8C6AAC
Complementary color
Monochromatic Colors of #8C6AAC
Black with #8C6AAC
Text Example
Text Example
White with #8C6AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6AAC; }
p { color: rgb(140,106,172); }
H1.HeaderClassName
{
color: #8C6AAC;
}
.AnyTagClassName
{
color: #8C6AAC;
}
</style>
background-color css
<style>
a { background-color: #8C6AAC; }
a { background-color: rgb(140,106,172); }
div.DivClassName
{
background-color: #8C6AAC;
}
.BgClassName
{
background-color: #8C6AAC;
}
</style>
border-color css
<style>
span { border-color: #8C6AAC; }
span { border-color: rgb(140,106,172); }
td.TdClassName
{
border-color: #8C6AAC;
}
.TagClassName
{
border-color: #8C6AAC;
}
</style>