Shades of Trendy Pink #8F507E
Tints of Trendy Pink #8F507E
RGB
CMYK
RGB Variations
Color information
#8F507E (or 0x8F507E) is known color: Trendy Pink. HEX triplet: 8F, 50 and 7E. RGB value is (143,80,126). Sum of RGB (Red+Green+Blue) = 143+80+126=349 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.97% from 349); Green value is 80 (31.64% from 255 or 22.92% from 349); Blue value is 126 (49.61% from 255 or 36.10% from 349); Max value from RGB is 143 - color contains mainly: red. Hex color #8F507E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F507E is #70AF81. Grayscale: #676767. Windows color (decimal): -7384962 or 8278159. OLE color: 8278159.
HSL color Cylindrical-coordinate representation of color #8F507E: hue angle of 316.19º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8F507E is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 80 | 126 | - |
| CMYK | 0 | 0.44 | 0.12 | 0.44 |
| HSL | 316.19º | 0.28% | 0.44% | - |
| HSV(B) | 316.19º | 0.44% | 0.56% | - |
| XYZ | 17.96 | 13.08 | 21.32 | - |
| YUV | 104.08 | 140.37 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 80 | 126 | 0 | 0.44 | 0.12 | 0.44 | 316.19 | 0.28 | 0.44 |
| Hex | 8F | 50 | 7E | 0 | 2C | C | 2C | 13C | 1C | 2C |
| Octal | 217 | 120 | 176 | 0 | 54 | 14 | 54 | 474 | 34 | 54 |
| Binary | 10001111 | 1010000 | 1111110 | 0 | 101100 | 1100 | 101100 | 100111100 | 11100 | 101100 |
Color Harmonies of #8F507E
Complementary color
Monochromatic Colors of #8F507E
Black with #8F507E
Text Example
Text Example
White with #8F507E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F507E; }
p { color: rgb(143,80,126); }
H1.HeaderClassName
{
color: #8F507E;
}
.AnyTagClassName
{
color: #8F507E;
}
</style>
background-color css
<style>
a { background-color: #8F507E; }
a { background-color: rgb(143,80,126); }
div.DivClassName
{
background-color: #8F507E;
}
.BgClassName
{
background-color: #8F507E;
}
</style>
border-color css
<style>
span { border-color: #8F507E; }
span { border-color: rgb(143,80,126); }
td.TdClassName
{
border-color: #8F507E;
}
.TagClassName
{
border-color: #8F507E;
}
</style>