Shades of Trendy Pink #8F508C
Tints of Trendy Pink #8F508C
RGB
CMYK
RGB Variations
Color information
#8F508C (or 0x8F508C) is known color: Trendy Pink. HEX triplet: 8F, 50 and 8C. RGB value is (143,80,140). Sum of RGB (Red+Green+Blue) = 143+80+140=363 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.39% from 363); Green value is 80 (31.64% from 255 or 22.04% from 363); Blue value is 140 (55.08% from 255 or 38.57% from 363); Max value from RGB is 143 - color contains mainly: red. Hex color #8F508C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F508C is #70AF73. Grayscale: #696969. Windows color (decimal): -7384948 or 9195663. OLE color: 9195663.
HSL color Cylindrical-coordinate representation of color #8F508C: hue angle of 302.86º 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 #8F508C is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 80 | 140 | - |
| CMYK | 0 | 0.44 | 0.02 | 0.44 |
| HSL | 302.86º | 0.28% | 0.44% | - |
| HSV(B) | 302.86º | 0.44% | 0.56% | - |
| XYZ | 18.93 | 13.47 | 26.41 | - |
| YUV | 105.68 | 147.37 | 154.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 80 | 140 | 0 | 0.44 | 0.02 | 0.44 | 302.86 | 0.28 | 0.44 |
| Hex | 8F | 50 | 8C | 0 | 2C | 2 | 2C | 12F | 1C | 2C |
| Octal | 217 | 120 | 214 | 0 | 54 | 2 | 54 | 457 | 34 | 54 |
| Binary | 10001111 | 1010000 | 10001100 | 0 | 101100 | 10 | 101100 | 100101111 | 11100 | 101100 |
Color Harmonies of #8F508C
Complementary color
Monochromatic Colors of #8F508C
Black with #8F508C
Text Example
Text Example
White with #8F508C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F508C; }
p { color: rgb(143,80,140); }
H1.HeaderClassName
{
color: #8F508C;
}
.AnyTagClassName
{
color: #8F508C;
}
</style>
background-color css
<style>
a { background-color: #8F508C; }
a { background-color: rgb(143,80,140); }
div.DivClassName
{
background-color: #8F508C;
}
.BgClassName
{
background-color: #8F508C;
}
</style>
border-color css
<style>
span { border-color: #8F508C; }
span { border-color: rgb(143,80,140); }
td.TdClassName
{
border-color: #8F508C;
}
.TagClassName
{
border-color: #8F508C;
}
</style>