Shades of Trendy Pink #8F4282
Tints of Trendy Pink #8F4282
RGB
CMYK
RGB Variations
Color information
#8F4282 (or 0x8F4282) is known color: Trendy Pink. HEX triplet: 8F, 42 and 82. RGB value is (143,66,130). Sum of RGB (Red+Green+Blue) = 143+66+130=339 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.18% from 339); Green value is 66 (26.17% from 255 or 19.47% from 339); Blue value is 130 (51.17% from 255 or 38.35% from 339); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4282 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F4282 is #70BD7D. Grayscale: #606060. Windows color (decimal): -7388542 or 8536719. OLE color: 8536719.
HSL color Cylindrical-coordinate representation of color #8F4282: hue angle of 310.13º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8F4282 is Cyan = 0, Magento = 0.54, Yellow = 0.09 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 66 | 130 | - |
| CMYK | 0 | 0.54 | 0.09 | 0.44 |
| HSL | 310.13º | 0.37% | 0.41% | - |
| HSV(B) | 310.13º | 0.54% | 0.56% | - |
| XYZ | 17.31 | 11.35 | 22.4 | - |
| YUV | 96.32 | 147.01 | 161.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 66 | 130 | 0 | 0.54 | 0.09 | 0.44 | 310.13 | 0.37 | 0.41 |
| Hex | 8F | 42 | 82 | 0 | 36 | 9 | 2C | 136 | 25 | 29 |
| Octal | 217 | 102 | 202 | 0 | 66 | 11 | 54 | 466 | 45 | 51 |
| Binary | 10001111 | 1000010 | 10000010 | 0 | 110110 | 1001 | 101100 | 100110110 | 100101 | 101001 |
Color Harmonies of #8F4282
Complementary color
Monochromatic Colors of #8F4282
Black with #8F4282
Text Example
Text Example
White with #8F4282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4282; }
p { color: rgb(143,66,130); }
H1.HeaderClassName
{
color: #8F4282;
}
.AnyTagClassName
{
color: #8F4282;
}
</style>
background-color css
<style>
a { background-color: #8F4282; }
a { background-color: rgb(143,66,130); }
div.DivClassName
{
background-color: #8F4282;
}
.BgClassName
{
background-color: #8F4282;
}
</style>
border-color css
<style>
span { border-color: #8F4282; }
span { border-color: rgb(143,66,130); }
td.TdClassName
{
border-color: #8F4282;
}
.TagClassName
{
border-color: #8F4282;
}
</style>