Shades of Trendy Pink #8B588A
Tints of Trendy Pink #8B588A
RGB
CMYK
RGB Variations
Color information
#8B588A (or 0x8B588A) is known color: Trendy Pink. HEX triplet: 8B, 58 and 8A. RGB value is (139,88,138). Sum of RGB (Red+Green+Blue) = 139+88+138=365 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.08% from 365); Green value is 88 (34.77% from 255 or 24.11% from 365); Blue value is 138 (54.30% from 255 or 37.81% from 365); Max value from RGB is 139 - color contains mainly: red. Hex color #8B588A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B588A is #74A775. Grayscale: #6C6C6C. Windows color (decimal): -7645046 or 9066635. OLE color: 9066635.
HSL color Cylindrical-coordinate representation of color #8B588A: hue angle of 301.18º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8B588A is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 88 | 138 | - |
| CMYK | 0 | 0.37 | 0.01 | 0.45 |
| HSL | 301.18º | 0.22% | 0.45% | - |
| HSV(B) | 301.18º | 0.37% | 0.55% | - |
| XYZ | 18.72 | 14.3 | 25.82 | - |
| YUV | 108.95 | 144.4 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 88 | 138 | 0 | 0.37 | 0.01 | 0.45 | 301.18 | 0.22 | 0.45 |
| Hex | 8B | 58 | 8A | 0 | 25 | 1 | 2D | 12D | 16 | 2D |
| Octal | 213 | 130 | 212 | 0 | 45 | 1 | 55 | 455 | 26 | 55 |
| Binary | 10001011 | 1011000 | 10001010 | 0 | 100101 | 1 | 101101 | 100101101 | 10110 | 101101 |
Color Harmonies of #8B588A
Complementary color
Monochromatic Colors of #8B588A
Black with #8B588A
Text Example
Text Example
White with #8B588A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B588A; }
p { color: rgb(139,88,138); }
H1.HeaderClassName
{
color: #8B588A;
}
.AnyTagClassName
{
color: #8B588A;
}
</style>
background-color css
<style>
a { background-color: #8B588A; }
a { background-color: rgb(139,88,138); }
div.DivClassName
{
background-color: #8B588A;
}
.BgClassName
{
background-color: #8B588A;
}
</style>
border-color css
<style>
span { border-color: #8B588A; }
span { border-color: rgb(139,88,138); }
td.TdClassName
{
border-color: #8B588A;
}
.TagClassName
{
border-color: #8B588A;
}
</style>