Shades of Trendy Pink #8F437C
Tints of Trendy Pink #8F437C
RGB
CMYK
RGB Variations
Color information
#8F437C (or 0x8F437C) is known color: Trendy Pink. HEX triplet: 8F, 43 and 7C. RGB value is (143,67,124). Sum of RGB (Red+Green+Blue) = 143+67+124=334 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.81% from 334); Green value is 67 (26.56% from 255 or 20.06% from 334); Blue value is 124 (48.83% from 255 or 37.13% from 334); Max value from RGB is 143 - color contains mainly: red. Hex color #8F437C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F437C is #70BC83. Grayscale: #606060. Windows color (decimal): -7388292 or 8143759. OLE color: 8143759.
HSL color Cylindrical-coordinate representation of color #8F437C: hue angle of 315º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8F437C is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 67 | 124 | - |
| CMYK | 0 | 0.53 | 0.13 | 0.44 |
| HSL | 315º | 0.36% | 0.41% | - |
| HSV(B) | 315º | 0.53% | 0.56% | - |
| XYZ | 16.97 | 11.31 | 20.36 | - |
| YUV | 96.22 | 143.68 | 161.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 67 | 124 | 0 | 0.53 | 0.13 | 0.44 | 315 | 0.36 | 0.41 |
| Hex | 8F | 43 | 7C | 0 | 35 | D | 2C | 13B | 24 | 29 |
| Octal | 217 | 103 | 174 | 0 | 65 | 15 | 54 | 473 | 44 | 51 |
| Binary | 10001111 | 1000011 | 1111100 | 0 | 110101 | 1101 | 101100 | 100111011 | 100100 | 101001 |
Color Harmonies of #8F437C
Complementary color
Monochromatic Colors of #8F437C
Black with #8F437C
Text Example
Text Example
White with #8F437C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F437C; }
p { color: rgb(143,67,124); }
H1.HeaderClassName
{
color: #8F437C;
}
.AnyTagClassName
{
color: #8F437C;
}
</style>
background-color css
<style>
a { background-color: #8F437C; }
a { background-color: rgb(143,67,124); }
div.DivClassName
{
background-color: #8F437C;
}
.BgClassName
{
background-color: #8F437C;
}
</style>
border-color css
<style>
span { border-color: #8F437C; }
span { border-color: rgb(143,67,124); }
td.TdClassName
{
border-color: #8F437C;
}
.TagClassName
{
border-color: #8F437C;
}
</style>