Shades of Trendy Pink #8F4B90
Tints of Trendy Pink #8F4B90
RGB
CMYK
RGB Variations
Color information
#8F4B90 (or 0x8F4B90) is known color: Trendy Pink. HEX triplet: 8F, 4B and 90. RGB value is (143,75,144). Sum of RGB (Red+Green+Blue) = 143+75+144=362 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.50% from 362); Green value is 75 (29.69% from 255 or 20.72% from 362); Blue value is 144 (56.64% from 255 or 39.78% from 362); Max value from RGB is 144 - color contains mainly: blue. Hex color #8F4B90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F4B90 is #70B46F. Grayscale: #666666. Windows color (decimal): -7386224 or 9456527. OLE color: 9456527.
HSL color Cylindrical-coordinate representation of color #8F4B90: hue angle of 299.13º degrees, saturation: 0.32, 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 #8F4B90 is Cyan = 0.01, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 75 | 144 | - |
| CMYK | 0.01 | 0.48 | 0 | 0.44 |
| HSL | 299.13º | 0.32% | 0.43% | - |
| HSV(B) | 299.13º | 0.48% | 0.56% | - |
| XYZ | 18.88 | 12.89 | 27.88 | - |
| YUV | 103.2 | 151.03 | 156.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 75 | 144 | 0.01 | 0.48 | 0 | 0.44 | 299.13 | 0.32 | 0.43 |
| Hex | 8F | 4B | 90 | 1 | 30 | 0 | 2C | 12B | 20 | 2B |
| Octal | 217 | 113 | 220 | 1 | 60 | 0 | 54 | 453 | 40 | 53 |
| Binary | 10001111 | 1001011 | 10010000 | 1 | 110000 | 0 | 101100 | 100101011 | 100000 | 101011 |
Color Harmonies of #8F4B90
Complementary color
Monochromatic Colors of #8F4B90
Black with #8F4B90
Text Example
Text Example
White with #8F4B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4B90; }
p { color: rgb(143,75,144); }
H1.HeaderClassName
{
color: #8F4B90;
}
.AnyTagClassName
{
color: #8F4B90;
}
</style>
background-color css
<style>
a { background-color: #8F4B90; }
a { background-color: rgb(143,75,144); }
div.DivClassName
{
background-color: #8F4B90;
}
.BgClassName
{
background-color: #8F4B90;
}
</style>
border-color css
<style>
span { border-color: #8F4B90; }
span { border-color: rgb(143,75,144); }
td.TdClassName
{
border-color: #8F4B90;
}
.TagClassName
{
border-color: #8F4B90;
}
</style>