Shades of Trendy Pink #8F688E
Tints of Trendy Pink #8F688E
RGB
CMYK
RGB Variations
Color information
#8F688E (or 0x8F688E) is known color: Trendy Pink. HEX triplet: 8F, 68 and 8E. RGB value is (143,104,142). Sum of RGB (Red+Green+Blue) = 143+104+142=389 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.76% from 389); Green value is 104 (41.02% from 255 or 26.74% from 389); Blue value is 142 (55.86% from 255 or 36.50% from 389); Max value from RGB is 143 - color contains mainly: red. Hex color #8F688E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F688E is #709771. Grayscale: #777777. Windows color (decimal): -7378802 or 9332879. OLE color: 9332879.
HSL color Cylindrical-coordinate representation of color #8F688E: hue angle of 301.54º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8F688E is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 104 | 142 | - |
| CMYK | 0 | 0.27 | 0.01 | 0.44 |
| HSL | 301.54º | 0.16% | 0.48% | - |
| HSV(B) | 301.54º | 0.27% | 0.56% | - |
| XYZ | 21.16 | 17.69 | 27.89 | - |
| YUV | 119.99 | 140.42 | 144.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 104 | 142 | 0 | 0.27 | 0.01 | 0.44 | 301.54 | 0.16 | 0.48 |
| Hex | 8F | 68 | 8E | 0 | 1B | 1 | 2C | 12E | 10 | 30 |
| Octal | 217 | 150 | 216 | 0 | 33 | 1 | 54 | 456 | 20 | 60 |
| Binary | 10001111 | 1101000 | 10001110 | 0 | 11011 | 1 | 101100 | 100101110 | 10000 | 110000 |
Color Harmonies of #8F688E
Complementary color
Monochromatic Colors of #8F688E
Black with #8F688E
Text Example
Text Example
White with #8F688E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F688E; }
p { color: rgb(143,104,142); }
H1.HeaderClassName
{
color: #8F688E;
}
.AnyTagClassName
{
color: #8F688E;
}
</style>
background-color css
<style>
a { background-color: #8F688E; }
a { background-color: rgb(143,104,142); }
div.DivClassName
{
background-color: #8F688E;
}
.BgClassName
{
background-color: #8F688E;
}
</style>
border-color css
<style>
span { border-color: #8F688E; }
span { border-color: rgb(143,104,142); }
td.TdClassName
{
border-color: #8F688E;
}
.TagClassName
{
border-color: #8F688E;
}
</style>