Shades of Trendy Pink #8F628D
Tints of Trendy Pink #8F628D
RGB
CMYK
RGB Variations
Color information
#8F628D (or 0x8F628D) is known color: Trendy Pink. HEX triplet: 8F, 62 and 8D. RGB value is (143,98,141). Sum of RGB (Red+Green+Blue) = 143+98+141=382 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.43% from 382); Green value is 98 (38.67% from 255 or 25.65% from 382); Blue value is 141 (55.47% from 255 or 36.91% from 382); Max value from RGB is 143 - color contains mainly: red. Hex color #8F628D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F628D is #709D72. Grayscale: #747474. Windows color (decimal): -7380339 or 9265807. OLE color: 9265807.
HSL color Cylindrical-coordinate representation of color #8F628D: hue angle of 302.67º degrees, saturation: 0.19, 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 #8F628D is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 98 | 141 | - |
| CMYK | 0 | 0.31 | 0.01 | 0.44 |
| HSL | 302.67º | 0.19% | 0.47% | - |
| HSV(B) | 302.67º | 0.31% | 0.56% | - |
| XYZ | 20.5 | 16.5 | 27.3 | - |
| YUV | 116.36 | 141.91 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 98 | 141 | 0 | 0.31 | 0.01 | 0.44 | 302.67 | 0.19 | 0.47 |
| Hex | 8F | 62 | 8D | 0 | 1F | 1 | 2C | 12F | 13 | 2F |
| Octal | 217 | 142 | 215 | 0 | 37 | 1 | 54 | 457 | 23 | 57 |
| Binary | 10001111 | 1100010 | 10001101 | 0 | 11111 | 1 | 101100 | 100101111 | 10011 | 101111 |
Color Harmonies of #8F628D
Complementary color
Monochromatic Colors of #8F628D
Black with #8F628D
Text Example
Text Example
White with #8F628D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F628D; }
p { color: rgb(143,98,141); }
H1.HeaderClassName
{
color: #8F628D;
}
.AnyTagClassName
{
color: #8F628D;
}
</style>
background-color css
<style>
a { background-color: #8F628D; }
a { background-color: rgb(143,98,141); }
div.DivClassName
{
background-color: #8F628D;
}
.BgClassName
{
background-color: #8F628D;
}
</style>
border-color css
<style>
span { border-color: #8F628D; }
span { border-color: rgb(143,98,141); }
td.TdClassName
{
border-color: #8F628D;
}
.TagClassName
{
border-color: #8F628D;
}
</style>