Shades of Trendy Pink #8F4D8B
Tints of Trendy Pink #8F4D8B
RGB
CMYK
RGB Variations
Color information
#8F4D8B (or 0x8F4D8B) is known color: Trendy Pink. HEX triplet: 8F, 4D and 8B. RGB value is (143,77,139). Sum of RGB (Red+Green+Blue) = 143+77+139=359 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.83% from 359); Green value is 77 (30.47% from 255 or 21.45% from 359); Blue value is 139 (54.69% from 255 or 38.72% from 359); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4D8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F4D8B is #70B274. Grayscale: #676767. Windows color (decimal): -7385717 or 9129359. OLE color: 9129359.
HSL color Cylindrical-coordinate representation of color #8F4D8B: hue angle of 303.64º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8F4D8B is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 77 | 139 | - |
| CMYK | 0 | 0.46 | 0.03 | 0.44 |
| HSL | 303.64º | 0.3% | 0.43% | - |
| HSV(B) | 303.64º | 0.46% | 0.56% | - |
| XYZ | 18.64 | 13.01 | 25.96 | - |
| YUV | 103.8 | 147.87 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 77 | 139 | 0 | 0.46 | 0.03 | 0.44 | 303.64 | 0.3 | 0.43 |
| Hex | 8F | 4D | 8B | 0 | 2E | 3 | 2C | 130 | 1E | 2B |
| Octal | 217 | 115 | 213 | 0 | 56 | 3 | 54 | 460 | 36 | 53 |
| Binary | 10001111 | 1001101 | 10001011 | 0 | 101110 | 11 | 101100 | 100110000 | 11110 | 101011 |
Color Harmonies of #8F4D8B
Complementary color
Monochromatic Colors of #8F4D8B
Black with #8F4D8B
Text Example
Text Example
White with #8F4D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4D8B; }
p { color: rgb(143,77,139); }
H1.HeaderClassName
{
color: #8F4D8B;
}
.AnyTagClassName
{
color: #8F4D8B;
}
</style>
background-color css
<style>
a { background-color: #8F4D8B; }
a { background-color: rgb(143,77,139); }
div.DivClassName
{
background-color: #8F4D8B;
}
.BgClassName
{
background-color: #8F4D8B;
}
</style>
border-color css
<style>
span { border-color: #8F4D8B; }
span { border-color: rgb(143,77,139); }
td.TdClassName
{
border-color: #8F4D8B;
}
.TagClassName
{
border-color: #8F4D8B;
}
</style>