Shades of Trendy Pink #8F698E
Tints of Trendy Pink #8F698E
RGB
CMYK
RGB Variations
Color information
#8F698E (or 0x8F698E) is known color: Trendy Pink. HEX triplet: 8F, 69 and 8E. RGB value is (143,105,142). Sum of RGB (Red+Green+Blue) = 143+105+142=390 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.67% from 390); Green value is 105 (41.41% from 255 or 26.92% from 390); Blue value is 142 (55.86% from 255 or 36.41% from 390); Max value from RGB is 143 - color contains mainly: red. Hex color #8F698E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F698E is #709671. Grayscale: #787878. Windows color (decimal): -7378546 or 9333135. OLE color: 9333135.
HSL color Cylindrical-coordinate representation of color #8F698E: hue angle of 301.58º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8F698E is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 105 | 142 | - |
| CMYK | 0 | 0.27 | 0.01 | 0.44 |
| HSL | 301.58º | 0.15% | 0.49% | - |
| HSV(B) | 301.58º | 0.27% | 0.56% | - |
| XYZ | 21.26 | 17.9 | 27.92 | - |
| YUV | 120.58 | 140.09 | 143.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 105 | 142 | 0 | 0.27 | 0.01 | 0.44 | 301.58 | 0.15 | 0.49 |
| Hex | 8F | 69 | 8E | 0 | 1B | 1 | 2C | 12E | F | 31 |
| Octal | 217 | 151 | 216 | 0 | 33 | 1 | 54 | 456 | 17 | 61 |
| Binary | 10001111 | 1101001 | 10001110 | 0 | 11011 | 1 | 101100 | 100101110 | 1111 | 110001 |
Color Harmonies of #8F698E
Complementary color
Monochromatic Colors of #8F698E
Black with #8F698E
Text Example
Text Example
White with #8F698E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F698E; }
p { color: rgb(143,105,142); }
H1.HeaderClassName
{
color: #8F698E;
}
.AnyTagClassName
{
color: #8F698E;
}
</style>
background-color css
<style>
a { background-color: #8F698E; }
a { background-color: rgb(143,105,142); }
div.DivClassName
{
background-color: #8F698E;
}
.BgClassName
{
background-color: #8F698E;
}
</style>
border-color css
<style>
span { border-color: #8F698E; }
span { border-color: rgb(143,105,142); }
td.TdClassName
{
border-color: #8F698E;
}
.TagClassName
{
border-color: #8F698E;
}
</style>