Shades of Trendy Pink #8F508E
Tints of Trendy Pink #8F508E
RGB
CMYK
RGB Variations
Color information
#8F508E (or 0x8F508E) is known color: Trendy Pink. HEX triplet: 8F, 50 and 8E. RGB value is (143,80,142). Sum of RGB (Red+Green+Blue) = 143+80+142=365 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.18% from 365); Green value is 80 (31.64% from 255 or 21.92% from 365); Blue value is 142 (55.86% from 255 or 38.90% from 365); Max value from RGB is 143 - color contains mainly: red. Hex color #8F508E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F508E is #70AF71. Grayscale: #696969. Windows color (decimal): -7384946 or 9326735. OLE color: 9326735.
HSL color Cylindrical-coordinate representation of color #8F508E: hue angle of 300.95º 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 #8F508E is Cyan = 0, Magento = 0.44, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 80 | 142 | - |
| CMYK | 0 | 0.44 | 0.01 | 0.44 |
| HSL | 300.95º | 0.28% | 0.44% | - |
| HSV(B) | 300.95º | 0.44% | 0.56% | - |
| XYZ | 19.08 | 13.53 | 27.2 | - |
| YUV | 105.91 | 148.37 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 80 | 142 | 0 | 0.44 | 0.01 | 0.44 | 300.95 | 0.28 | 0.44 |
| Hex | 8F | 50 | 8E | 0 | 2C | 1 | 2C | 12D | 1C | 2C |
| Octal | 217 | 120 | 216 | 0 | 54 | 1 | 54 | 455 | 34 | 54 |
| Binary | 10001111 | 1010000 | 10001110 | 0 | 101100 | 1 | 101100 | 100101101 | 11100 | 101100 |
Color Harmonies of #8F508E
Complementary color
Monochromatic Colors of #8F508E
Black with #8F508E
Text Example
Text Example
White with #8F508E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F508E; }
p { color: rgb(143,80,142); }
H1.HeaderClassName
{
color: #8F508E;
}
.AnyTagClassName
{
color: #8F508E;
}
</style>
background-color css
<style>
a { background-color: #8F508E; }
a { background-color: rgb(143,80,142); }
div.DivClassName
{
background-color: #8F508E;
}
.BgClassName
{
background-color: #8F508E;
}
</style>
border-color css
<style>
span { border-color: #8F508E; }
span { border-color: rgb(143,80,142); }
td.TdClassName
{
border-color: #8F508E;
}
.TagClassName
{
border-color: #8F508E;
}
</style>