Shades of Trendy Pink #8F4585
Tints of Trendy Pink #8F4585
RGB
CMYK
RGB Variations
Color information
#8F4585 (or 0x8F4585) is known color: Trendy Pink. HEX triplet: 8F, 45 and 85. RGB value is (143,69,133). Sum of RGB (Red+Green+Blue) = 143+69+133=345 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.45% from 345); Green value is 69 (27.34% from 255 or 20% from 345); Blue value is 133 (52.34% from 255 or 38.55% from 345); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4585 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F4585 is #70BA7A. Grayscale: #626262. Windows color (decimal): -7387771 or 8734095. OLE color: 8734095.
HSL color Cylindrical-coordinate representation of color #8F4585: hue angle of 308.11º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8F4585 is Cyan = 0, Magento = 0.52, Yellow = 0.07 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 69 | 133 | - |
| CMYK | 0 | 0.52 | 0.07 | 0.44 |
| HSL | 308.11º | 0.35% | 0.42% | - |
| HSV(B) | 308.11º | 0.52% | 0.56% | - |
| XYZ | 17.69 | 11.79 | 23.53 | - |
| YUV | 98.42 | 147.52 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 69 | 133 | 0 | 0.52 | 0.07 | 0.44 | 308.11 | 0.35 | 0.42 |
| Hex | 8F | 45 | 85 | 0 | 34 | 7 | 2C | 134 | 23 | 2A |
| Octal | 217 | 105 | 205 | 0 | 64 | 7 | 54 | 464 | 43 | 52 |
| Binary | 10001111 | 1000101 | 10000101 | 0 | 110100 | 111 | 101100 | 100110100 | 100011 | 101010 |
Color Harmonies of #8F4585
Complementary color
Monochromatic Colors of #8F4585
Black with #8F4585
Text Example
Text Example
White with #8F4585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4585; }
p { color: rgb(143,69,133); }
H1.HeaderClassName
{
color: #8F4585;
}
.AnyTagClassName
{
color: #8F4585;
}
</style>
background-color css
<style>
a { background-color: #8F4585; }
a { background-color: rgb(143,69,133); }
div.DivClassName
{
background-color: #8F4585;
}
.BgClassName
{
background-color: #8F4585;
}
</style>
border-color css
<style>
span { border-color: #8F4585; }
span { border-color: rgb(143,69,133); }
td.TdClassName
{
border-color: #8F4585;
}
.TagClassName
{
border-color: #8F4585;
}
</style>