Shades of Trendy Pink #8F5A88
Tints of Trendy Pink #8F5A88
RGB
CMYK
RGB Variations
Color information
#8F5A88 (or 0x8F5A88) is known color: Trendy Pink. HEX triplet: 8F, 5A and 88. RGB value is (143,90,136). Sum of RGB (Red+Green+Blue) = 143+90+136=369 (48% of max value = 765). Red value is 143 (56.25% from 255 or 38.75% from 369); Green value is 90 (35.55% from 255 or 24.39% from 369); Blue value is 136 (53.52% from 255 or 36.86% from 369); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5A88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F5A88 is #70A577. Grayscale: #6E6E6E. Windows color (decimal): -7382392 or 8936079. OLE color: 8936079.
HSL color Cylindrical-coordinate representation of color #8F5A88: hue angle of 307.92º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8F5A88 is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 90 | 136 | - |
| CMYK | 0 | 0.37 | 0.05 | 0.44 |
| HSL | 307.92º | 0.23% | 0.46% | - |
| HSV(B) | 307.92º | 0.37% | 0.56% | - |
| XYZ | 19.43 | 14.93 | 25.15 | - |
| YUV | 111.09 | 142.06 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 90 | 136 | 0 | 0.37 | 0.05 | 0.44 | 307.92 | 0.23 | 0.46 |
| Hex | 8F | 5A | 88 | 0 | 25 | 5 | 2C | 134 | 17 | 2E |
| Octal | 217 | 132 | 210 | 0 | 45 | 5 | 54 | 464 | 27 | 56 |
| Binary | 10001111 | 1011010 | 10001000 | 0 | 100101 | 101 | 101100 | 100110100 | 10111 | 101110 |
Color Harmonies of #8F5A88
Complementary color
Monochromatic Colors of #8F5A88
Black with #8F5A88
Text Example
Text Example
White with #8F5A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5A88; }
p { color: rgb(143,90,136); }
H1.HeaderClassName
{
color: #8F5A88;
}
.AnyTagClassName
{
color: #8F5A88;
}
</style>
background-color css
<style>
a { background-color: #8F5A88; }
a { background-color: rgb(143,90,136); }
div.DivClassName
{
background-color: #8F5A88;
}
.BgClassName
{
background-color: #8F5A88;
}
</style>
border-color css
<style>
span { border-color: #8F5A88; }
span { border-color: rgb(143,90,136); }
td.TdClassName
{
border-color: #8F5A88;
}
.TagClassName
{
border-color: #8F5A88;
}
</style>