Shades of Trendy Pink #8F598A
Tints of Trendy Pink #8F598A
RGB
CMYK
RGB Variations
Color information
#8F598A (or 0x8F598A) is known color: Trendy Pink. HEX triplet: 8F, 59 and 8A. RGB value is (143,89,138). Sum of RGB (Red+Green+Blue) = 143+89+138=370 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.65% from 370); Green value is 89 (35.16% from 255 or 24.05% from 370); Blue value is 138 (54.30% from 255 or 37.30% from 370); Max value from RGB is 143 - color contains mainly: red. Hex color #8F598A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F598A is #70A675. Grayscale: #6E6E6E. Windows color (decimal): -7382646 or 9066895. OLE color: 9066895.
HSL color Cylindrical-coordinate representation of color #8F598A: hue angle of 305.56º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8F598A is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 89 | 138 | - |
| CMYK | 0 | 0.38 | 0.03 | 0.44 |
| HSL | 305.56º | 0.23% | 0.45% | - |
| HSV(B) | 305.56º | 0.38% | 0.56% | - |
| XYZ | 19.49 | 14.82 | 25.88 | - |
| YUV | 110.73 | 143.39 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 89 | 138 | 0 | 0.38 | 0.03 | 0.44 | 305.56 | 0.23 | 0.45 |
| Hex | 8F | 59 | 8A | 0 | 26 | 3 | 2C | 132 | 17 | 2D |
| Octal | 217 | 131 | 212 | 0 | 46 | 3 | 54 | 462 | 27 | 55 |
| Binary | 10001111 | 1011001 | 10001010 | 0 | 100110 | 11 | 101100 | 100110010 | 10111 | 101101 |
Color Harmonies of #8F598A
Complementary color
Monochromatic Colors of #8F598A
Black with #8F598A
Text Example
Text Example
White with #8F598A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F598A; }
p { color: rgb(143,89,138); }
H1.HeaderClassName
{
color: #8F598A;
}
.AnyTagClassName
{
color: #8F598A;
}
</style>
background-color css
<style>
a { background-color: #8F598A; }
a { background-color: rgb(143,89,138); }
div.DivClassName
{
background-color: #8F598A;
}
.BgClassName
{
background-color: #8F598A;
}
</style>
border-color css
<style>
span { border-color: #8F598A; }
span { border-color: rgb(143,89,138); }
td.TdClassName
{
border-color: #8F598A;
}
.TagClassName
{
border-color: #8F598A;
}
</style>