Shades of Trendy Pink #8F4E8B
Tints of Trendy Pink #8F4E8B
RGB
CMYK
RGB Variations
Color information
#8F4E8B (or 0x8F4E8B) is known color: Trendy Pink. HEX triplet: 8F, 4E and 8B. RGB value is (143,78,139). Sum of RGB (Red+Green+Blue) = 143+78+139=360 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.72% from 360); Green value is 78 (30.86% from 255 or 21.67% from 360); Blue value is 139 (54.69% from 255 or 38.61% from 360); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4E8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F4E8B is #70B174. Grayscale: #686868. Windows color (decimal): -7385461 or 9129615. OLE color: 9129615.
HSL color Cylindrical-coordinate representation of color #8F4E8B: hue angle of 303.69º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8F4E8B is Cyan = 0, Magento = 0.45, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 78 | 139 | - |
| CMYK | 0 | 0.45 | 0.03 | 0.44 |
| HSL | 303.69º | 0.29% | 0.43% | - |
| HSV(B) | 303.69º | 0.45% | 0.56% | - |
| XYZ | 18.71 | 13.15 | 25.98 | - |
| YUV | 104.39 | 147.53 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 78 | 139 | 0 | 0.45 | 0.03 | 0.44 | 303.69 | 0.29 | 0.43 |
| Hex | 8F | 4E | 8B | 0 | 2D | 3 | 2C | 130 | 1D | 2B |
| Octal | 217 | 116 | 213 | 0 | 55 | 3 | 54 | 460 | 35 | 53 |
| Binary | 10001111 | 1001110 | 10001011 | 0 | 101101 | 11 | 101100 | 100110000 | 11101 | 101011 |
Color Harmonies of #8F4E8B
Complementary color
Monochromatic Colors of #8F4E8B
Black with #8F4E8B
Text Example
Text Example
White with #8F4E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4E8B; }
p { color: rgb(143,78,139); }
H1.HeaderClassName
{
color: #8F4E8B;
}
.AnyTagClassName
{
color: #8F4E8B;
}
</style>
background-color css
<style>
a { background-color: #8F4E8B; }
a { background-color: rgb(143,78,139); }
div.DivClassName
{
background-color: #8F4E8B;
}
.BgClassName
{
background-color: #8F4E8B;
}
</style>
border-color css
<style>
span { border-color: #8F4E8B; }
span { border-color: rgb(143,78,139); }
td.TdClassName
{
border-color: #8F4E8B;
}
.TagClassName
{
border-color: #8F4E8B;
}
</style>