Shades of Trendy Pink #8D628E
Tints of Trendy Pink #8D628E
RGB
CMYK
RGB Variations
Color information
#8D628E (or 0x8D628E) is known color: Trendy Pink. HEX triplet: 8D, 62 and 8E. RGB value is (141,98,142). Sum of RGB (Red+Green+Blue) = 141+98+142=381 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.01% from 381); Green value is 98 (38.67% from 255 or 25.72% from 381); Blue value is 142 (55.86% from 255 or 37.27% from 381); Max value from RGB is 142 - color contains mainly: blue. Hex color #8D628E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D628E is #729D71. Grayscale: #737373. Windows color (decimal): -7511410 or 9331341. OLE color: 9331341.
HSL color Cylindrical-coordinate representation of color #8D628E: hue angle of 298.64º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8D628E is Cyan = 0.01, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 141 | 98 | 142 | - |
| CMYK | 0.01 | 0.31 | 0 | 0.44 |
| HSL | 298.64º | 0.18% | 0.47% | - |
| HSV(B) | 298.64º | 0.31% | 0.56% | - |
| XYZ | 20.23 | 16.35 | 27.68 | - |
| YUV | 115.87 | 142.75 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 98 | 142 | 0.01 | 0.31 | 0 | 0.44 | 298.64 | 0.18 | 0.47 |
| Hex | 8D | 62 | 8E | 1 | 1F | 0 | 2C | 12B | 12 | 2F |
| Octal | 215 | 142 | 216 | 1 | 37 | 0 | 54 | 453 | 22 | 57 |
| Binary | 10001101 | 1100010 | 10001110 | 1 | 11111 | 0 | 101100 | 100101011 | 10010 | 101111 |
Color Harmonies of #8D628E
Complementary color
Monochromatic Colors of #8D628E
Black with #8D628E
Text Example
Text Example
White with #8D628E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D628E; }
p { color: rgb(141,98,142); }
H1.HeaderClassName
{
color: #8D628E;
}
.AnyTagClassName
{
color: #8D628E;
}
</style>
background-color css
<style>
a { background-color: #8D628E; }
a { background-color: rgb(141,98,142); }
div.DivClassName
{
background-color: #8D628E;
}
.BgClassName
{
background-color: #8D628E;
}
</style>
border-color css
<style>
span { border-color: #8D628E; }
span { border-color: rgb(141,98,142); }
td.TdClassName
{
border-color: #8D628E;
}
.TagClassName
{
border-color: #8D628E;
}
</style>