Shades of Trendy Pink #8F648E
Tints of Trendy Pink #8F648E
RGB
CMYK
RGB Variations
Color information
#8F648E (or 0x8F648E) is known color: Trendy Pink. HEX triplet: 8F, 64 and 8E. RGB value is (143,100,142). Sum of RGB (Red+Green+Blue) = 143+100+142=385 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.14% from 385); Green value is 100 (39.45% from 255 or 25.97% from 385); Blue value is 142 (55.86% from 255 or 36.88% from 385); Max value from RGB is 143 - color contains mainly: red. Hex color #8F648E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F648E is #709B71. Grayscale: #757575. Windows color (decimal): -7379826 or 9331855. OLE color: 9331855.
HSL color Cylindrical-coordinate representation of color #8F648E: hue angle of 301.4º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8F648E is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 100 | 142 | - |
| CMYK | 0 | 0.30 | 0.01 | 0.44 |
| HSL | 301.4º | 0.18% | 0.48% | - |
| HSV(B) | 301.4º | 0.3% | 0.56% | - |
| XYZ | 20.77 | 16.91 | 27.76 | - |
| YUV | 117.65 | 141.75 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 100 | 142 | 0 | 0.30 | 0.01 | 0.44 | 301.4 | 0.18 | 0.48 |
| Hex | 8F | 64 | 8E | 0 | 1E | 1 | 2C | 12D | 12 | 30 |
| Octal | 217 | 144 | 216 | 0 | 36 | 1 | 54 | 455 | 22 | 60 |
| Binary | 10001111 | 1100100 | 10001110 | 0 | 11110 | 1 | 101100 | 100101101 | 10010 | 110000 |
Color Harmonies of #8F648E
Complementary color
Monochromatic Colors of #8F648E
Black with #8F648E
Text Example
Text Example
White with #8F648E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F648E; }
p { color: rgb(143,100,142); }
H1.HeaderClassName
{
color: #8F648E;
}
.AnyTagClassName
{
color: #8F648E;
}
</style>
background-color css
<style>
a { background-color: #8F648E; }
a { background-color: rgb(143,100,142); }
div.DivClassName
{
background-color: #8F648E;
}
.BgClassName
{
background-color: #8F648E;
}
</style>
border-color css
<style>
span { border-color: #8F648E; }
span { border-color: rgb(143,100,142); }
td.TdClassName
{
border-color: #8F648E;
}
.TagClassName
{
border-color: #8F648E;
}
</style>