Shades of Trendy Pink #8F4B85
Tints of Trendy Pink #8F4B85
RGB
CMYK
RGB Variations
Color information
#8F4B85 (or 0x8F4B85) is known color: Trendy Pink. HEX triplet: 8F, 4B and 85. RGB value is (143,75,133). Sum of RGB (Red+Green+Blue) = 143+75+133=351 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.74% from 351); Green value is 75 (29.69% from 255 or 21.37% from 351); Blue value is 133 (52.34% from 255 or 37.89% from 351); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4B85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F4B85 is #70B47A. Grayscale: #656565. Windows color (decimal): -7386235 or 8735631. OLE color: 8735631.
HSL color Cylindrical-coordinate representation of color #8F4B85: hue angle of 308.82º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8F4B85 is Cyan = 0, Magento = 0.48, Yellow = 0.07 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 75 | 133 | - |
| CMYK | 0 | 0.48 | 0.07 | 0.44 |
| HSL | 308.82º | 0.31% | 0.43% | - |
| HSV(B) | 308.82º | 0.48% | 0.56% | - |
| XYZ | 18.08 | 12.57 | 23.66 | - |
| YUV | 101.94 | 145.53 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 75 | 133 | 0 | 0.48 | 0.07 | 0.44 | 308.82 | 0.31 | 0.43 |
| Hex | 8F | 4B | 85 | 0 | 30 | 7 | 2C | 135 | 1F | 2B |
| Octal | 217 | 113 | 205 | 0 | 60 | 7 | 54 | 465 | 37 | 53 |
| Binary | 10001111 | 1001011 | 10000101 | 0 | 110000 | 111 | 101100 | 100110101 | 11111 | 101011 |
Color Harmonies of #8F4B85
Complementary color
Monochromatic Colors of #8F4B85
Black with #8F4B85
Text Example
Text Example
White with #8F4B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4B85; }
p { color: rgb(143,75,133); }
H1.HeaderClassName
{
color: #8F4B85;
}
.AnyTagClassName
{
color: #8F4B85;
}
</style>
background-color css
<style>
a { background-color: #8F4B85; }
a { background-color: rgb(143,75,133); }
div.DivClassName
{
background-color: #8F4B85;
}
.BgClassName
{
background-color: #8F4B85;
}
</style>
border-color css
<style>
span { border-color: #8F4B85; }
span { border-color: rgb(143,75,133); }
td.TdClassName
{
border-color: #8F4B85;
}
.TagClassName
{
border-color: #8F4B85;
}
</style>