Shades of Ce Soir #8C65AA
Tints of Ce Soir #8C65AA
RGB
CMYK
RGB Variations
Color information
#8C65AA (or 0x8C65AA) is known color: Ce Soir. HEX triplet: 8C, 65 and AA. RGB value is (140,101,170). Sum of RGB (Red+Green+Blue) = 140+101+170=411 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.06% from 411); Green value is 101 (39.84% from 255 or 24.57% from 411); Blue value is 170 (66.80% from 255 or 41.36% from 411); Max value from RGB is 170 - color contains mainly: blue. Hex color #8C65AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C65AA is #739A55. Grayscale: #787878. Windows color (decimal): -7576150 or 11167116. OLE color: 11167116.
HSL color Cylindrical-coordinate representation of color #8C65AA: hue angle of 273.91º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8C65AA is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 101 | 170 | - |
| CMYK | 0.18 | 0.41 | 0 | 0.33 |
| HSL | 273.91º | 0.29% | 0.53% | - |
| HSV(B) | 273.91º | 0.41% | 0.67% | - |
| XYZ | 22.72 | 17.79 | 40.27 | - |
| YUV | 120.53 | 155.92 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 101 | 170 | 0.18 | 0.41 | 0 | 0.33 | 273.91 | 0.29 | 0.53 |
| Hex | 8C | 65 | AA | 12 | 29 | 0 | 21 | 112 | 1D | 35 |
| Octal | 214 | 145 | 252 | 22 | 51 | 0 | 41 | 422 | 35 | 65 |
| Binary | 10001100 | 1100101 | 10101010 | 10010 | 101001 | 0 | 100001 | 100010010 | 11101 | 110101 |
Color Harmonies of #8C65AA
Complementary color
Monochromatic Colors of #8C65AA
Black with #8C65AA
Text Example
Text Example
White with #8C65AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C65AA; }
p { color: rgb(140,101,170); }
H1.HeaderClassName
{
color: #8C65AA;
}
.AnyTagClassName
{
color: #8C65AA;
}
</style>
background-color css
<style>
a { background-color: #8C65AA; }
a { background-color: rgb(140,101,170); }
div.DivClassName
{
background-color: #8C65AA;
}
.BgClassName
{
background-color: #8C65AA;
}
</style>
border-color css
<style>
span { border-color: #8C65AA; }
span { border-color: rgb(140,101,170); }
td.TdClassName
{
border-color: #8C65AA;
}
.TagClassName
{
border-color: #8C65AA;
}
</style>