Shades of Ce Soir #8C6BA4
Tints of Ce Soir #8C6BA4
RGB
CMYK
RGB Variations
Color information
#8C6BA4 (or 0x8C6BA4) is known color: Ce Soir. HEX triplet: 8C, 6B and A4. RGB value is (140,107,164). Sum of RGB (Red+Green+Blue) = 140+107+164=411 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.06% from 411); Green value is 107 (42.19% from 255 or 26.03% from 411); Blue value is 164 (64.45% from 255 or 39.90% from 411); Max value from RGB is 164 - color contains mainly: blue. Hex color #8C6BA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C6BA4 is #73945B. Grayscale: #7B7B7B. Windows color (decimal): -7574620 or 10775436. OLE color: 10775436.
HSL color Cylindrical-coordinate representation of color #8C6BA4: hue angle of 274.74º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8C6BA4 is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 140 | 107 | 164 | - |
| CMYK | 0.15 | 0.35 | 0 | 0.36 |
| HSL | 274.74º | 0.24% | 0.53% | - |
| HSV(B) | 274.74º | 0.35% | 0.64% | - |
| XYZ | 22.77 | 18.77 | 37.54 | - |
| YUV | 123.37 | 150.93 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 107 | 164 | 0.15 | 0.35 | 0 | 0.36 | 274.74 | 0.24 | 0.53 |
| Hex | 8C | 6B | A4 | F | 23 | 0 | 24 | 113 | 18 | 35 |
| Octal | 214 | 153 | 244 | 17 | 43 | 0 | 44 | 423 | 30 | 65 |
| Binary | 10001100 | 1101011 | 10100100 | 1111 | 100011 | 0 | 100100 | 100010011 | 11000 | 110101 |
Color Harmonies of #8C6BA4
Complementary color
Monochromatic Colors of #8C6BA4
Black with #8C6BA4
Text Example
Text Example
White with #8C6BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6BA4; }
p { color: rgb(140,107,164); }
H1.HeaderClassName
{
color: #8C6BA4;
}
.AnyTagClassName
{
color: #8C6BA4;
}
</style>
background-color css
<style>
a { background-color: #8C6BA4; }
a { background-color: rgb(140,107,164); }
div.DivClassName
{
background-color: #8C6BA4;
}
.BgClassName
{
background-color: #8C6BA4;
}
</style>
border-color css
<style>
span { border-color: #8C6BA4; }
span { border-color: rgb(140,107,164); }
td.TdClassName
{
border-color: #8C6BA4;
}
.TagClassName
{
border-color: #8C6BA4;
}
</style>