Shades of Trendy Pink #8D658E
Tints of Trendy Pink #8D658E
RGB
CMYK
RGB Variations
Color information
#8D658E (or 0x8D658E) is known color: Trendy Pink. HEX triplet: 8D, 65 and 8E. RGB value is (141,101,142). Sum of RGB (Red+Green+Blue) = 141+101+142=384 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.72% from 384); Green value is 101 (39.84% from 255 or 26.30% from 384); Blue value is 142 (55.86% from 255 or 36.98% from 384); Max value from RGB is 142 - color contains mainly: blue. Hex color #8D658E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D658E is #729A71. Grayscale: #757575. Windows color (decimal): -7510642 or 9332109. OLE color: 9332109.
HSL color Cylindrical-coordinate representation of color #8D658E: hue angle of 298.54º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8D658E is Cyan = 0.01, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 141 | 101 | 142 | - |
| CMYK | 0.01 | 0.29 | 0 | 0.44 |
| HSL | 298.54º | 0.17% | 0.48% | - |
| HSV(B) | 298.54º | 0.29% | 0.56% | - |
| XYZ | 20.52 | 16.92 | 27.78 | - |
| YUV | 117.63 | 141.75 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 101 | 142 | 0.01 | 0.29 | 0 | 0.44 | 298.54 | 0.17 | 0.48 |
| Hex | 8D | 65 | 8E | 1 | 1D | 0 | 2C | 12B | 11 | 30 |
| Octal | 215 | 145 | 216 | 1 | 35 | 0 | 54 | 453 | 21 | 60 |
| Binary | 10001101 | 1100101 | 10001110 | 1 | 11101 | 0 | 101100 | 100101011 | 10001 | 110000 |
Color Harmonies of #8D658E
Complementary color
Monochromatic Colors of #8D658E
Black with #8D658E
Text Example
Text Example
White with #8D658E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D658E; }
p { color: rgb(141,101,142); }
H1.HeaderClassName
{
color: #8D658E;
}
.AnyTagClassName
{
color: #8D658E;
}
</style>
background-color css
<style>
a { background-color: #8D658E; }
a { background-color: rgb(141,101,142); }
div.DivClassName
{
background-color: #8D658E;
}
.BgClassName
{
background-color: #8D658E;
}
</style>
border-color css
<style>
span { border-color: #8D658E; }
span { border-color: rgb(141,101,142); }
td.TdClassName
{
border-color: #8D658E;
}
.TagClassName
{
border-color: #8D658E;
}
</style>