Shades of Ce Soir #8C68AA
Tints of Ce Soir #8C68AA
RGB
CMYK
RGB Variations
Color information
#8C68AA (or 0x8C68AA) is known color: Ce Soir. HEX triplet: 8C, 68 and AA. RGB value is (140,104,170). Sum of RGB (Red+Green+Blue) = 140+104+170=414 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.82% from 414); Green value is 104 (41.02% from 255 or 25.12% from 414); Blue value is 170 (66.80% from 255 or 41.06% from 414); Max value from RGB is 170 - color contains mainly: blue. Hex color #8C68AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C68AA is #739755. Grayscale: #7A7A7A. Windows color (decimal): -7575382 or 11167884. OLE color: 11167884.
HSL color Cylindrical-coordinate representation of color #8C68AA: hue angle of 272.73º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8C68AA is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 104 | 170 | - |
| CMYK | 0.18 | 0.39 | 0 | 0.33 |
| HSL | 272.73º | 0.28% | 0.54% | - |
| HSV(B) | 272.73º | 0.39% | 0.67% | - |
| XYZ | 23.02 | 18.38 | 40.36 | - |
| YUV | 122.29 | 154.93 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 104 | 170 | 0.18 | 0.39 | 0 | 0.33 | 272.73 | 0.28 | 0.54 |
| Hex | 8C | 68 | AA | 12 | 27 | 0 | 21 | 111 | 1C | 36 |
| Octal | 214 | 150 | 252 | 22 | 47 | 0 | 41 | 421 | 34 | 66 |
| Binary | 10001100 | 1101000 | 10101010 | 10010 | 100111 | 0 | 100001 | 100010001 | 11100 | 110110 |
Color Harmonies of #8C68AA
Complementary color
Monochromatic Colors of #8C68AA
Black with #8C68AA
Text Example
Text Example
White with #8C68AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C68AA; }
p { color: rgb(140,104,170); }
H1.HeaderClassName
{
color: #8C68AA;
}
.AnyTagClassName
{
color: #8C68AA;
}
</style>
background-color css
<style>
a { background-color: #8C68AA; }
a { background-color: rgb(140,104,170); }
div.DivClassName
{
background-color: #8C68AA;
}
.BgClassName
{
background-color: #8C68AA;
}
</style>
border-color css
<style>
span { border-color: #8C68AA; }
span { border-color: rgb(140,104,170); }
td.TdClassName
{
border-color: #8C68AA;
}
.TagClassName
{
border-color: #8C68AA;
}
</style>