Shades of Trendy Pink #8C6E8E
Tints of Trendy Pink #8C6E8E
RGB
CMYK
RGB Variations
Color information
#8C6E8E (or 0x8C6E8E) is known color: Trendy Pink. HEX triplet: 8C, 6E and 8E. RGB value is (140,110,142). Sum of RGB (Red+Green+Blue) = 140+110+142=392 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.71% from 392); Green value is 110 (43.36% from 255 or 28.06% from 392); Blue value is 142 (55.86% from 255 or 36.22% from 392); Max value from RGB is 142 - color contains mainly: blue. Hex color #8C6E8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C6E8E is #739171. Grayscale: #7A7A7A. Windows color (decimal): -7573874 or 9334412. OLE color: 9334412.
HSL color Cylindrical-coordinate representation of color #8C6E8E: hue angle of 296.25º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8C6E8E is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 140 | 110 | 142 | - |
| CMYK | 0.01 | 0.23 | 0 | 0.44 |
| HSL | 296.25º | 0.13% | 0.49% | - |
| HSV(B) | 296.25º | 0.23% | 0.56% | - |
| XYZ | 21.27 | 18.68 | 28.08 | - |
| YUV | 122.62 | 138.94 | 140.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 110 | 142 | 0.01 | 0.23 | 0 | 0.44 | 296.25 | 0.13 | 0.49 |
| Hex | 8C | 6E | 8E | 1 | 17 | 0 | 2C | 128 | D | 31 |
| Octal | 214 | 156 | 216 | 1 | 27 | 0 | 54 | 450 | 15 | 61 |
| Binary | 10001100 | 1101110 | 10001110 | 1 | 10111 | 0 | 101100 | 100101000 | 1101 | 110001 |
Color Harmonies of #8C6E8E
Complementary color
Monochromatic Colors of #8C6E8E
Black with #8C6E8E
Text Example
Text Example
White with #8C6E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6E8E; }
p { color: rgb(140,110,142); }
H1.HeaderClassName
{
color: #8C6E8E;
}
.AnyTagClassName
{
color: #8C6E8E;
}
</style>
background-color css
<style>
a { background-color: #8C6E8E; }
a { background-color: rgb(140,110,142); }
div.DivClassName
{
background-color: #8C6E8E;
}
.BgClassName
{
background-color: #8C6E8E;
}
</style>
border-color css
<style>
span { border-color: #8C6E8E; }
span { border-color: rgb(140,110,142); }
td.TdClassName
{
border-color: #8C6E8E;
}
.TagClassName
{
border-color: #8C6E8E;
}
</style>