Shades of Trendy Pink #8F528B
Tints of Trendy Pink #8F528B
RGB
CMYK
RGB Variations
Color information
#8F528B (or 0x8F528B) is known color: Trendy Pink. HEX triplet: 8F, 52 and 8B. RGB value is (143,82,139). Sum of RGB (Red+Green+Blue) = 143+82+139=364 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.29% from 364); Green value is 82 (32.42% from 255 or 22.53% from 364); Blue value is 139 (54.69% from 255 or 38.19% from 364); Max value from RGB is 143 - color contains mainly: red. Hex color #8F528B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F528B is #70AD74. Grayscale: #6A6A6A. Windows color (decimal): -7384437 or 9130639. OLE color: 9130639.
HSL color Cylindrical-coordinate representation of color #8F528B: hue angle of 303.93º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8F528B is Cyan = 0, Magento = 0.43, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 82 | 139 | - |
| CMYK | 0 | 0.43 | 0.03 | 0.44 |
| HSL | 303.93º | 0.27% | 0.44% | - |
| HSV(B) | 303.93º | 0.43% | 0.56% | - |
| XYZ | 19.01 | 13.74 | 26.08 | - |
| YUV | 106.74 | 146.21 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 82 | 139 | 0 | 0.43 | 0.03 | 0.44 | 303.93 | 0.27 | 0.44 |
| Hex | 8F | 52 | 8B | 0 | 2B | 3 | 2C | 130 | 1B | 2C |
| Octal | 217 | 122 | 213 | 0 | 53 | 3 | 54 | 460 | 33 | 54 |
| Binary | 10001111 | 1010010 | 10001011 | 0 | 101011 | 11 | 101100 | 100110000 | 11011 | 101100 |
Color Harmonies of #8F528B
Complementary color
Monochromatic Colors of #8F528B
Black with #8F528B
Text Example
Text Example
White with #8F528B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F528B; }
p { color: rgb(143,82,139); }
H1.HeaderClassName
{
color: #8F528B;
}
.AnyTagClassName
{
color: #8F528B;
}
</style>
background-color css
<style>
a { background-color: #8F528B; }
a { background-color: rgb(143,82,139); }
div.DivClassName
{
background-color: #8F528B;
}
.BgClassName
{
background-color: #8F528B;
}
</style>
border-color css
<style>
span { border-color: #8F528B; }
span { border-color: rgb(143,82,139); }
td.TdClassName
{
border-color: #8F528B;
}
.TagClassName
{
border-color: #8F528B;
}
</style>