Shades of Ce Soir #8C66AA
Tints of Ce Soir #8C66AA
RGB
CMYK
RGB Variations
Color information
#8C66AA (or 0x8C66AA) is known color: Ce Soir. HEX triplet: 8C, 66 and AA. RGB value is (140,102,170). Sum of RGB (Red+Green+Blue) = 140+102+170=412 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.98% from 412); Green value is 102 (40.23% from 255 or 24.76% from 412); Blue value is 170 (66.80% from 255 or 41.26% from 412); Max value from RGB is 170 - color contains mainly: blue. Hex color #8C66AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C66AA is #739955. Grayscale: #787878. Windows color (decimal): -7575894 or 11167372. OLE color: 11167372.
HSL color Cylindrical-coordinate representation of color #8C66AA: hue angle of 273.53º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8C66AA is Cyan = 0.18, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 102 | 170 | - |
| CMYK | 0.18 | 0.4 | 0 | 0.33 |
| HSL | 273.53º | 0.29% | 0.53% | - |
| HSV(B) | 273.53º | 0.4% | 0.67% | - |
| XYZ | 22.82 | 17.98 | 40.3 | - |
| YUV | 121.11 | 155.59 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 102 | 170 | 0.18 | 0.4 | 0 | 0.33 | 273.53 | 0.29 | 0.53 |
| Hex | 8C | 66 | AA | 12 | 28 | 0 | 21 | 112 | 1D | 35 |
| Octal | 214 | 146 | 252 | 22 | 50 | 0 | 41 | 422 | 35 | 65 |
| Binary | 10001100 | 1100110 | 10101010 | 10010 | 101000 | 0 | 100001 | 100010010 | 11101 | 110101 |
Color Harmonies of #8C66AA
Complementary color
Monochromatic Colors of #8C66AA
Black with #8C66AA
Text Example
Text Example
White with #8C66AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C66AA; }
p { color: rgb(140,102,170); }
H1.HeaderClassName
{
color: #8C66AA;
}
.AnyTagClassName
{
color: #8C66AA;
}
</style>
background-color css
<style>
a { background-color: #8C66AA; }
a { background-color: rgb(140,102,170); }
div.DivClassName
{
background-color: #8C66AA;
}
.BgClassName
{
background-color: #8C66AA;
}
</style>
border-color css
<style>
span { border-color: #8C66AA; }
span { border-color: rgb(140,102,170); }
td.TdClassName
{
border-color: #8C66AA;
}
.TagClassName
{
border-color: #8C66AA;
}
</style>