Shades of Trendy Pink #8D668E
Tints of Trendy Pink #8D668E
RGB
CMYK
RGB Variations
Color information
#8D668E (or 0x8D668E) is known color: Trendy Pink. HEX triplet: 8D, 66 and 8E. RGB value is (141,102,142). Sum of RGB (Red+Green+Blue) = 141+102+142=385 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.62% from 385); Green value is 102 (40.23% from 255 or 26.49% from 385); Blue value is 142 (55.86% from 255 or 36.88% from 385); Max value from RGB is 142 - color contains mainly: blue. Hex color #8D668E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D668E is #729971. Grayscale: #767676. Windows color (decimal): -7510386 or 9332365. OLE color: 9332365.
HSL color Cylindrical-coordinate representation of color #8D668E: hue angle of 298.5º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8D668E is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 141 | 102 | 142 | - |
| CMYK | 0.01 | 0.28 | 0 | 0.44 |
| HSL | 298.5º | 0.16% | 0.48% | - |
| HSV(B) | 298.5º | 0.28% | 0.56% | - |
| XYZ | 20.62 | 17.12 | 27.81 | - |
| YUV | 118.22 | 141.42 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 102 | 142 | 0.01 | 0.28 | 0 | 0.44 | 298.5 | 0.16 | 0.48 |
| Hex | 8D | 66 | 8E | 1 | 1C | 0 | 2C | 12A | 10 | 30 |
| Octal | 215 | 146 | 216 | 1 | 34 | 0 | 54 | 452 | 20 | 60 |
| Binary | 10001101 | 1100110 | 10001110 | 1 | 11100 | 0 | 101100 | 100101010 | 10000 | 110000 |
Color Harmonies of #8D668E
Complementary color
Monochromatic Colors of #8D668E
Black with #8D668E
Text Example
Text Example
White with #8D668E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D668E; }
p { color: rgb(141,102,142); }
H1.HeaderClassName
{
color: #8D668E;
}
.AnyTagClassName
{
color: #8D668E;
}
</style>
background-color css
<style>
a { background-color: #8D668E; }
a { background-color: rgb(141,102,142); }
div.DivClassName
{
background-color: #8D668E;
}
.BgClassName
{
background-color: #8D668E;
}
</style>
border-color css
<style>
span { border-color: #8D668E; }
span { border-color: rgb(141,102,142); }
td.TdClassName
{
border-color: #8D668E;
}
.TagClassName
{
border-color: #8D668E;
}
</style>