Shades of Trendy Pink #8B597E
Tints of Trendy Pink #8B597E
RGB
CMYK
RGB Variations
Color information
#8B597E (or 0x8B597E) is known color: Trendy Pink. HEX triplet: 8B, 59 and 7E. RGB value is (139,89,126). Sum of RGB (Red+Green+Blue) = 139+89+126=354 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.27% from 354); Green value is 89 (35.16% from 255 or 25.14% from 354); Blue value is 126 (49.61% from 255 or 35.59% from 354); Max value from RGB is 139 - color contains mainly: red. Hex color #8B597E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B597E is #74A681. Grayscale: #6C6C6C. Windows color (decimal): -7644802 or 8280459. OLE color: 8280459.
HSL color Cylindrical-coordinate representation of color #8B597E: hue angle of 315.6º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8B597E is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 89 | 126 | - |
| CMYK | 0 | 0.36 | 0.09 | 0.45 |
| HSL | 315.6º | 0.22% | 0.45% | - |
| HSV(B) | 315.6º | 0.36% | 0.55% | - |
| XYZ | 17.99 | 14.14 | 21.52 | - |
| YUV | 108.17 | 138.07 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 89 | 126 | 0 | 0.36 | 0.09 | 0.45 | 315.6 | 0.22 | 0.45 |
| Hex | 8B | 59 | 7E | 0 | 24 | 9 | 2D | 13C | 16 | 2D |
| Octal | 213 | 131 | 176 | 0 | 44 | 11 | 55 | 474 | 26 | 55 |
| Binary | 10001011 | 1011001 | 1111110 | 0 | 100100 | 1001 | 101101 | 100111100 | 10110 | 101101 |
Color Harmonies of #8B597E
Complementary color
Monochromatic Colors of #8B597E
Black with #8B597E
Text Example
Text Example
White with #8B597E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B597E; }
p { color: rgb(139,89,126); }
H1.HeaderClassName
{
color: #8B597E;
}
.AnyTagClassName
{
color: #8B597E;
}
</style>
background-color css
<style>
a { background-color: #8B597E; }
a { background-color: rgb(139,89,126); }
div.DivClassName
{
background-color: #8B597E;
}
.BgClassName
{
background-color: #8B597E;
}
</style>
border-color css
<style>
span { border-color: #8B597E; }
span { border-color: rgb(139,89,126); }
td.TdClassName
{
border-color: #8B597E;
}
.TagClassName
{
border-color: #8B597E;
}
</style>