Shades of Trendy Pink #8F568D
Tints of Trendy Pink #8F568D
RGB
CMYK
RGB Variations
Color information
#8F568D (or 0x8F568D) is known color: Trendy Pink. HEX triplet: 8F, 56 and 8D. RGB value is (143,86,141). Sum of RGB (Red+Green+Blue) = 143+86+141=370 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.65% from 370); Green value is 86 (33.98% from 255 or 23.24% from 370); Blue value is 141 (55.47% from 255 or 38.11% from 370); Max value from RGB is 143 - color contains mainly: red. Hex color #8F568D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F568D is #70A972. Grayscale: #6D6D6D. Windows color (decimal): -7383411 or 9262735. OLE color: 9262735.
HSL color Cylindrical-coordinate representation of color #8F568D: hue angle of 302.11º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8F568D is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 86 | 141 | - |
| CMYK | 0 | 0.40 | 0.01 | 0.44 |
| HSL | 302.11º | 0.25% | 0.45% | - |
| HSV(B) | 302.11º | 0.4% | 0.56% | - |
| XYZ | 19.46 | 14.42 | 26.96 | - |
| YUV | 109.31 | 145.88 | 152.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 86 | 141 | 0 | 0.40 | 0.01 | 0.44 | 302.11 | 0.25 | 0.45 |
| Hex | 8F | 56 | 8D | 0 | 28 | 1 | 2C | 12E | 19 | 2D |
| Octal | 217 | 126 | 215 | 0 | 50 | 1 | 54 | 456 | 31 | 55 |
| Binary | 10001111 | 1010110 | 10001101 | 0 | 101000 | 1 | 101100 | 100101110 | 11001 | 101101 |
Color Harmonies of #8F568D
Complementary color
Monochromatic Colors of #8F568D
Black with #8F568D
Text Example
Text Example
White with #8F568D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F568D; }
p { color: rgb(143,86,141); }
H1.HeaderClassName
{
color: #8F568D;
}
.AnyTagClassName
{
color: #8F568D;
}
</style>
background-color css
<style>
a { background-color: #8F568D; }
a { background-color: rgb(143,86,141); }
div.DivClassName
{
background-color: #8F568D;
}
.BgClassName
{
background-color: #8F568D;
}
</style>
border-color css
<style>
span { border-color: #8F568D; }
span { border-color: rgb(143,86,141); }
td.TdClassName
{
border-color: #8F568D;
}
.TagClassName
{
border-color: #8F568D;
}
</style>