Shades of Ce Soir #8C68AB
Tints of Ce Soir #8C68AB
RGB
CMYK
RGB Variations
Color information
#8C68AB (or 0x8C68AB) is known color: Ce Soir. HEX triplet: 8C, 68 and AB. RGB value is (140,104,171). Sum of RGB (Red+Green+Blue) = 140+104+171=415 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.73% from 415); Green value is 104 (41.02% from 255 or 25.06% from 415); Blue value is 171 (67.19% from 255 or 41.20% from 415); Max value from RGB is 171 - color contains mainly: blue. Hex color #8C68AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C68AB is #739754. Grayscale: #7A7A7A. Windows color (decimal): -7575381 or 11233420. OLE color: 11233420.
HSL color Cylindrical-coordinate representation of color #8C68AB: hue angle of 272.24º degrees, saturation: 0.29, 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 #8C68AB is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 104 | 171 | - |
| CMYK | 0.18 | 0.39 | 0 | 0.33 |
| HSL | 272.24º | 0.29% | 0.54% | - |
| HSV(B) | 272.24º | 0.39% | 0.67% | - |
| XYZ | 23.12 | 18.42 | 40.86 | - |
| YUV | 122.4 | 155.43 | 140.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 104 | 171 | 0.18 | 0.39 | 0 | 0.33 | 272.24 | 0.29 | 0.54 |
| Hex | 8C | 68 | AB | 12 | 27 | 0 | 21 | 110 | 1D | 36 |
| Octal | 214 | 150 | 253 | 22 | 47 | 0 | 41 | 420 | 35 | 66 |
| Binary | 10001100 | 1101000 | 10101011 | 10010 | 100111 | 0 | 100001 | 100010000 | 11101 | 110110 |
Color Harmonies of #8C68AB
Complementary color
Monochromatic Colors of #8C68AB
Black with #8C68AB
Text Example
Text Example
White with #8C68AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C68AB; }
p { color: rgb(140,104,171); }
H1.HeaderClassName
{
color: #8C68AB;
}
.AnyTagClassName
{
color: #8C68AB;
}
</style>
background-color css
<style>
a { background-color: #8C68AB; }
a { background-color: rgb(140,104,171); }
div.DivClassName
{
background-color: #8C68AB;
}
.BgClassName
{
background-color: #8C68AB;
}
</style>
border-color css
<style>
span { border-color: #8C68AB; }
span { border-color: rgb(140,104,171); }
td.TdClassName
{
border-color: #8C68AB;
}
.TagClassName
{
border-color: #8C68AB;
}
</style>