Shades of Trendy Pink #8F518B
Tints of Trendy Pink #8F518B
RGB
CMYK
RGB Variations
Color information
#8F518B (or 0x8F518B) is known color: Trendy Pink. HEX triplet: 8F, 51 and 8B. RGB value is (143,81,139). Sum of RGB (Red+Green+Blue) = 143+81+139=363 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.39% from 363); Green value is 81 (32.03% from 255 or 22.31% from 363); Blue value is 139 (54.69% from 255 or 38.29% from 363); Max value from RGB is 143 - color contains mainly: red. Hex color #8F518B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F518B is #70AE74. Grayscale: #696969. Windows color (decimal): -7384693 or 9130383. OLE color: 9130383.
HSL color Cylindrical-coordinate representation of color #8F518B: hue angle of 303.87º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8F518B is Cyan = 0, Magento = 0.43, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 81 | 139 | - |
| CMYK | 0 | 0.43 | 0.03 | 0.44 |
| HSL | 303.87º | 0.28% | 0.44% | - |
| HSV(B) | 303.87º | 0.43% | 0.56% | - |
| XYZ | 18.93 | 13.59 | 26.05 | - |
| YUV | 106.15 | 146.54 | 154.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 81 | 139 | 0 | 0.43 | 0.03 | 0.44 | 303.87 | 0.28 | 0.44 |
| Hex | 8F | 51 | 8B | 0 | 2B | 3 | 2C | 130 | 1C | 2C |
| Octal | 217 | 121 | 213 | 0 | 53 | 3 | 54 | 460 | 34 | 54 |
| Binary | 10001111 | 1010001 | 10001011 | 0 | 101011 | 11 | 101100 | 100110000 | 11100 | 101100 |
Color Harmonies of #8F518B
Complementary color
Monochromatic Colors of #8F518B
Black with #8F518B
Text Example
Text Example
White with #8F518B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F518B; }
p { color: rgb(143,81,139); }
H1.HeaderClassName
{
color: #8F518B;
}
.AnyTagClassName
{
color: #8F518B;
}
</style>
background-color css
<style>
a { background-color: #8F518B; }
a { background-color: rgb(143,81,139); }
div.DivClassName
{
background-color: #8F518B;
}
.BgClassName
{
background-color: #8F518B;
}
</style>
border-color css
<style>
span { border-color: #8F518B; }
span { border-color: rgb(143,81,139); }
td.TdClassName
{
border-color: #8F518B;
}
.TagClassName
{
border-color: #8F518B;
}
</style>