Shades of Trendy Pink #8F5C8D
Tints of Trendy Pink #8F5C8D
RGB
CMYK
RGB Variations
Color information
#8F5C8D (or 0x8F5C8D) is known color: Trendy Pink. HEX triplet: 8F, 5C and 8D. RGB value is (143,92,141). Sum of RGB (Red+Green+Blue) = 143+92+141=376 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.03% from 376); Green value is 92 (36.33% from 255 or 24.47% from 376); Blue value is 141 (55.47% from 255 or 37.5% from 376); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5C8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F5C8D is #70A372. Grayscale: #707070. Windows color (decimal): -7381875 or 9264271. OLE color: 9264271.
HSL color Cylindrical-coordinate representation of color #8F5C8D: hue angle of 302.35º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8F5C8D is Cyan = 0, Magento = 0.36, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 92 | 141 | - |
| CMYK | 0 | 0.36 | 0.01 | 0.44 |
| HSL | 302.35º | 0.22% | 0.46% | - |
| HSV(B) | 302.35º | 0.36% | 0.56% | - |
| XYZ | 19.96 | 15.42 | 27.12 | - |
| YUV | 112.84 | 143.9 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 92 | 141 | 0 | 0.36 | 0.01 | 0.44 | 302.35 | 0.22 | 0.46 |
| Hex | 8F | 5C | 8D | 0 | 24 | 1 | 2C | 12E | 16 | 2E |
| Octal | 217 | 134 | 215 | 0 | 44 | 1 | 54 | 456 | 26 | 56 |
| Binary | 10001111 | 1011100 | 10001101 | 0 | 100100 | 1 | 101100 | 100101110 | 10110 | 101110 |
Color Harmonies of #8F5C8D
Complementary color
Monochromatic Colors of #8F5C8D
Black with #8F5C8D
Text Example
Text Example
White with #8F5C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5C8D; }
p { color: rgb(143,92,141); }
H1.HeaderClassName
{
color: #8F5C8D;
}
.AnyTagClassName
{
color: #8F5C8D;
}
</style>
background-color css
<style>
a { background-color: #8F5C8D; }
a { background-color: rgb(143,92,141); }
div.DivClassName
{
background-color: #8F5C8D;
}
.BgClassName
{
background-color: #8F5C8D;
}
</style>
border-color css
<style>
span { border-color: #8F5C8D; }
span { border-color: rgb(143,92,141); }
td.TdClassName
{
border-color: #8F5C8D;
}
.TagClassName
{
border-color: #8F5C8D;
}
</style>