Shades of Trendy Pink #8F678B
Tints of Trendy Pink #8F678B
RGB
CMYK
RGB Variations
Color information
#8F678B (or 0x8F678B) is known color: Trendy Pink. HEX triplet: 8F, 67 and 8B. RGB value is (143,103,139). Sum of RGB (Red+Green+Blue) = 143+103+139=385 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.14% from 385); Green value is 103 (40.62% from 255 or 26.75% from 385); Blue value is 139 (54.69% from 255 or 36.10% from 385); Max value from RGB is 143 - color contains mainly: red. Hex color #8F678B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F678B is #709874. Grayscale: #767676. Windows color (decimal): -7379061 or 9136015. OLE color: 9136015.
HSL color Cylindrical-coordinate representation of color #8F678B: hue angle of 306º 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 #8F678B is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 103 | 139 | - |
| CMYK | 0 | 0.28 | 0.03 | 0.44 |
| HSL | 306º | 0.16% | 0.48% | - |
| HSV(B) | 306º | 0.28% | 0.56% | - |
| XYZ | 20.84 | 17.4 | 26.69 | - |
| YUV | 119.06 | 139.25 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 103 | 139 | 0 | 0.28 | 0.03 | 0.44 | 306 | 0.16 | 0.48 |
| Hex | 8F | 67 | 8B | 0 | 1C | 3 | 2C | 132 | 10 | 30 |
| Octal | 217 | 147 | 213 | 0 | 34 | 3 | 54 | 462 | 20 | 60 |
| Binary | 10001111 | 1100111 | 10001011 | 0 | 11100 | 11 | 101100 | 100110010 | 10000 | 110000 |
Color Harmonies of #8F678B
Complementary color
Monochromatic Colors of #8F678B
Black with #8F678B
Text Example
Text Example
White with #8F678B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F678B; }
p { color: rgb(143,103,139); }
H1.HeaderClassName
{
color: #8F678B;
}
.AnyTagClassName
{
color: #8F678B;
}
</style>
background-color css
<style>
a { background-color: #8F678B; }
a { background-color: rgb(143,103,139); }
div.DivClassName
{
background-color: #8F678B;
}
.BgClassName
{
background-color: #8F678B;
}
</style>
border-color css
<style>
span { border-color: #8F678B; }
span { border-color: rgb(143,103,139); }
td.TdClassName
{
border-color: #8F678B;
}
.TagClassName
{
border-color: #8F678B;
}
</style>