Shades of Ce Soir #8C6BA2
Tints of Ce Soir #8C6BA2
RGB
CMYK
RGB Variations
Color information
#8C6BA2 (or 0x8C6BA2) is known color: Ce Soir. HEX triplet: 8C, 6B and A2. RGB value is (140,107,162). Sum of RGB (Red+Green+Blue) = 140+107+162=409 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.23% from 409); Green value is 107 (42.19% from 255 or 26.16% from 409); Blue value is 162 (63.67% from 255 or 39.61% from 409); Max value from RGB is 162 - color contains mainly: blue. Hex color #8C6BA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C6BA2 is #73945D. Grayscale: #7A7A7A. Windows color (decimal): -7574622 or 10644364. OLE color: 10644364.
HSL color Cylindrical-coordinate representation of color #8C6BA2: hue angle of 276º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8C6BA2 is Cyan = 0.14, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 140 | 107 | 162 | - |
| CMYK | 0.14 | 0.34 | 0 | 0.36 |
| HSL | 276º | 0.23% | 0.53% | - |
| HSV(B) | 276º | 0.34% | 0.64% | - |
| XYZ | 22.59 | 18.7 | 36.6 | - |
| YUV | 123.14 | 149.93 | 140.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 107 | 162 | 0.14 | 0.34 | 0 | 0.36 | 276 | 0.23 | 0.53 |
| Hex | 8C | 6B | A2 | E | 22 | 0 | 24 | 114 | 17 | 35 |
| Octal | 214 | 153 | 242 | 16 | 42 | 0 | 44 | 424 | 27 | 65 |
| Binary | 10001100 | 1101011 | 10100010 | 1110 | 100010 | 0 | 100100 | 100010100 | 10111 | 110101 |
Color Harmonies of #8C6BA2
Complementary color
Monochromatic Colors of #8C6BA2
Black with #8C6BA2
Text Example
Text Example
White with #8C6BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6BA2; }
p { color: rgb(140,107,162); }
H1.HeaderClassName
{
color: #8C6BA2;
}
.AnyTagClassName
{
color: #8C6BA2;
}
</style>
background-color css
<style>
a { background-color: #8C6BA2; }
a { background-color: rgb(140,107,162); }
div.DivClassName
{
background-color: #8C6BA2;
}
.BgClassName
{
background-color: #8C6BA2;
}
</style>
border-color css
<style>
span { border-color: #8C6BA2; }
span { border-color: rgb(140,107,162); }
td.TdClassName
{
border-color: #8C6BA2;
}
.TagClassName
{
border-color: #8C6BA2;
}
</style>