Shades of Trendy Pink #8F678E
Tints of Trendy Pink #8F678E
RGB
CMYK
RGB Variations
Color information
#8F678E (or 0x8F678E) is known color: Trendy Pink. HEX triplet: 8F, 67 and 8E. RGB value is (143,103,142). Sum of RGB (Red+Green+Blue) = 143+103+142=388 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.86% from 388); Green value is 103 (40.62% from 255 or 26.55% from 388); Blue value is 142 (55.86% from 255 or 36.60% from 388); Max value from RGB is 143 - color contains mainly: red. Hex color #8F678E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F678E is #709871. Grayscale: #777777. Windows color (decimal): -7379058 or 9332623. OLE color: 9332623.
HSL color Cylindrical-coordinate representation of color #8F678E: hue angle of 301.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 #8F678E is Cyan = 0, Magento = 0.28, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 103 | 142 | - |
| CMYK | 0 | 0.28 | 0.01 | 0.44 |
| HSL | 301.5º | 0.16% | 0.48% | - |
| HSV(B) | 301.5º | 0.28% | 0.56% | - |
| XYZ | 21.06 | 17.49 | 27.86 | - |
| YUV | 119.41 | 140.75 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 103 | 142 | 0 | 0.28 | 0.01 | 0.44 | 301.5 | 0.16 | 0.48 |
| Hex | 8F | 67 | 8E | 0 | 1C | 1 | 2C | 12E | 10 | 30 |
| Octal | 217 | 147 | 216 | 0 | 34 | 1 | 54 | 456 | 20 | 60 |
| Binary | 10001111 | 1100111 | 10001110 | 0 | 11100 | 1 | 101100 | 100101110 | 10000 | 110000 |
Color Harmonies of #8F678E
Complementary color
Monochromatic Colors of #8F678E
Black with #8F678E
Text Example
Text Example
White with #8F678E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F678E; }
p { color: rgb(143,103,142); }
H1.HeaderClassName
{
color: #8F678E;
}
.AnyTagClassName
{
color: #8F678E;
}
</style>
background-color css
<style>
a { background-color: #8F678E; }
a { background-color: rgb(143,103,142); }
div.DivClassName
{
background-color: #8F678E;
}
.BgClassName
{
background-color: #8F678E;
}
</style>
border-color css
<style>
span { border-color: #8F678E; }
span { border-color: rgb(143,103,142); }
td.TdClassName
{
border-color: #8F678E;
}
.TagClassName
{
border-color: #8F678E;
}
</style>