Shades of Ce Soir #8E6DAD
Tints of Ce Soir #8E6DAD
RGB
CMYK
RGB Variations
Color information
#8E6DAD (or 0x8E6DAD) is known color: Ce Soir. HEX triplet: 8E, 6D and AD. RGB value is (142,109,173). Sum of RGB (Red+Green+Blue) = 142+109+173=424 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.49% from 424); Green value is 109 (42.97% from 255 or 25.71% from 424); Blue value is 173 (67.97% from 255 or 40.80% from 424); Max value from RGB is 173 - color contains mainly: blue. Hex color #8E6DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E6DAD is #719252. Grayscale: #7D7D7D. Windows color (decimal): -7443027 or 11365774. OLE color: 11365774.
HSL color Cylindrical-coordinate representation of color #8E6DAD: hue angle of 270.94º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8E6DAD is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 142 | 109 | 173 | - |
| CMYK | 0.18 | 0.37 | 0 | 0.32 |
| HSL | 270.94º | 0.28% | 0.55% | - |
| HSV(B) | 270.94º | 0.37% | 0.68% | - |
| XYZ | 24.17 | 19.71 | 42.06 | - |
| YUV | 126.16 | 154.43 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 109 | 173 | 0.18 | 0.37 | 0 | 0.32 | 270.94 | 0.28 | 0.55 |
| Hex | 8E | 6D | AD | 12 | 25 | 0 | 20 | 10F | 1C | 37 |
| Octal | 216 | 155 | 255 | 22 | 45 | 0 | 40 | 417 | 34 | 67 |
| Binary | 10001110 | 1101101 | 10101101 | 10010 | 100101 | 0 | 100000 | 100001111 | 11100 | 110111 |
Color Harmonies of #8E6DAD
Complementary color
Monochromatic Colors of #8E6DAD
Black with #8E6DAD
Text Example
Text Example
White with #8E6DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E6DAD; }
p { color: rgb(142,109,173); }
H1.HeaderClassName
{
color: #8E6DAD;
}
.AnyTagClassName
{
color: #8E6DAD;
}
</style>
background-color css
<style>
a { background-color: #8E6DAD; }
a { background-color: rgb(142,109,173); }
div.DivClassName
{
background-color: #8E6DAD;
}
.BgClassName
{
background-color: #8E6DAD;
}
</style>
border-color css
<style>
span { border-color: #8E6DAD; }
span { border-color: rgb(142,109,173); }
td.TdClassName
{
border-color: #8E6DAD;
}
.TagClassName
{
border-color: #8E6DAD;
}
</style>