Shades of Ce Soir #8C6BAB
Tints of Ce Soir #8C6BAB
RGB
CMYK
RGB Variations
Color information
#8C6BAB (or 0x8C6BAB) is known color: Ce Soir. HEX triplet: 8C, 6B and AB. RGB value is (140,107,171). Sum of RGB (Red+Green+Blue) = 140+107+171=418 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.49% from 418); Green value is 107 (42.19% from 255 or 25.60% from 418); Blue value is 171 (67.19% from 255 or 40.91% from 418); Max value from RGB is 171 - color contains mainly: blue. Hex color #8C6BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C6BAB is #739454. Grayscale: #7B7B7B. Windows color (decimal): -7574613 or 11234188. OLE color: 11234188.
HSL color Cylindrical-coordinate representation of color #8C6BAB: hue angle of 270.94º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8C6BAB is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 107 | 171 | - |
| CMYK | 0.18 | 0.37 | 0 | 0.33 |
| HSL | 270.94º | 0.28% | 0.55% | - |
| HSV(B) | 270.94º | 0.37% | 0.67% | - |
| XYZ | 23.42 | 19.03 | 40.97 | - |
| YUV | 124.16 | 154.43 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 107 | 171 | 0.18 | 0.37 | 0 | 0.33 | 270.94 | 0.28 | 0.55 |
| Hex | 8C | 6B | AB | 12 | 25 | 0 | 21 | 10F | 1C | 37 |
| Octal | 214 | 153 | 253 | 22 | 45 | 0 | 41 | 417 | 34 | 67 |
| Binary | 10001100 | 1101011 | 10101011 | 10010 | 100101 | 0 | 100001 | 100001111 | 11100 | 110111 |
Color Harmonies of #8C6BAB
Complementary color
Monochromatic Colors of #8C6BAB
Black with #8C6BAB
Text Example
Text Example
White with #8C6BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6BAB; }
p { color: rgb(140,107,171); }
H1.HeaderClassName
{
color: #8C6BAB;
}
.AnyTagClassName
{
color: #8C6BAB;
}
</style>
background-color css
<style>
a { background-color: #8C6BAB; }
a { background-color: rgb(140,107,171); }
div.DivClassName
{
background-color: #8C6BAB;
}
.BgClassName
{
background-color: #8C6BAB;
}
</style>
border-color css
<style>
span { border-color: #8C6BAB; }
span { border-color: rgb(140,107,171); }
td.TdClassName
{
border-color: #8C6BAB;
}
.TagClassName
{
border-color: #8C6BAB;
}
</style>