Shades of Trendy Pink #8C668D
Tints of Trendy Pink #8C668D
RGB
CMYK
RGB Variations
Color information
#8C668D (or 0x8C668D) is known color: Trendy Pink. HEX triplet: 8C, 66 and 8D. RGB value is (140,102,141). Sum of RGB (Red+Green+Blue) = 140+102+141=383 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.55% from 383); Green value is 102 (40.23% from 255 or 26.63% from 383); Blue value is 141 (55.47% from 255 or 36.81% from 383); Max value from RGB is 141 - color contains mainly: blue. Hex color #8C668D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C668D is #739972. Grayscale: #757575. Windows color (decimal): -7575923 or 9266828. OLE color: 9266828.
HSL color Cylindrical-coordinate representation of color #8C668D: hue angle of 298.46º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8C668D is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 102 | 141 | - |
| CMYK | 0.01 | 0.28 | 0 | 0.45 |
| HSL | 298.46º | 0.16% | 0.48% | - |
| HSV(B) | 298.46º | 0.28% | 0.55% | - |
| XYZ | 20.37 | 17 | 27.41 | - |
| YUV | 117.81 | 141.09 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 102 | 141 | 0.01 | 0.28 | 0 | 0.45 | 298.46 | 0.16 | 0.48 |
| Hex | 8C | 66 | 8D | 1 | 1C | 0 | 2D | 12A | 10 | 30 |
| Octal | 214 | 146 | 215 | 1 | 34 | 0 | 55 | 452 | 20 | 60 |
| Binary | 10001100 | 1100110 | 10001101 | 1 | 11100 | 0 | 101101 | 100101010 | 10000 | 110000 |
Color Harmonies of #8C668D
Complementary color
Monochromatic Colors of #8C668D
Black with #8C668D
Text Example
Text Example
White with #8C668D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C668D; }
p { color: rgb(140,102,141); }
H1.HeaderClassName
{
color: #8C668D;
}
.AnyTagClassName
{
color: #8C668D;
}
</style>
background-color css
<style>
a { background-color: #8C668D; }
a { background-color: rgb(140,102,141); }
div.DivClassName
{
background-color: #8C668D;
}
.BgClassName
{
background-color: #8C668D;
}
</style>
border-color css
<style>
span { border-color: #8C668D; }
span { border-color: rgb(140,102,141); }
td.TdClassName
{
border-color: #8C668D;
}
.TagClassName
{
border-color: #8C668D;
}
</style>