Shades of Trendy Pink #8F5882
Tints of Trendy Pink #8F5882
RGB
CMYK
RGB Variations
Color information
#8F5882 (or 0x8F5882) is known color: Trendy Pink. HEX triplet: 8F, 58 and 82. RGB value is (143,88,130). Sum of RGB (Red+Green+Blue) = 143+88+130=361 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.61% from 361); Green value is 88 (34.77% from 255 or 24.38% from 361); Blue value is 130 (51.17% from 255 or 36.01% from 361); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5882 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F5882 is #70A77D. Grayscale: #6D6D6D. Windows color (decimal): -7382910 or 8542351. OLE color: 8542351.
HSL color Cylindrical-coordinate representation of color #8F5882: hue angle of 314.18º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8F5882 is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 88 | 130 | - |
| CMYK | 0 | 0.38 | 0.09 | 0.44 |
| HSL | 314.18º | 0.24% | 0.45% | - |
| HSV(B) | 314.18º | 0.38% | 0.56% | - |
| XYZ | 18.85 | 14.43 | 22.91 | - |
| YUV | 109.23 | 139.72 | 152.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 88 | 130 | 0 | 0.38 | 0.09 | 0.44 | 314.18 | 0.24 | 0.45 |
| Hex | 8F | 58 | 82 | 0 | 26 | 9 | 2C | 13A | 18 | 2D |
| Octal | 217 | 130 | 202 | 0 | 46 | 11 | 54 | 472 | 30 | 55 |
| Binary | 10001111 | 1011000 | 10000010 | 0 | 100110 | 1001 | 101100 | 100111010 | 11000 | 101101 |
Color Harmonies of #8F5882
Complementary color
Monochromatic Colors of #8F5882
Black with #8F5882
Text Example
Text Example
White with #8F5882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5882; }
p { color: rgb(143,88,130); }
H1.HeaderClassName
{
color: #8F5882;
}
.AnyTagClassName
{
color: #8F5882;
}
</style>
background-color css
<style>
a { background-color: #8F5882; }
a { background-color: rgb(143,88,130); }
div.DivClassName
{
background-color: #8F5882;
}
.BgClassName
{
background-color: #8F5882;
}
</style>
border-color css
<style>
span { border-color: #8F5882; }
span { border-color: rgb(143,88,130); }
td.TdClassName
{
border-color: #8F5882;
}
.TagClassName
{
border-color: #8F5882;
}
</style>