Shades of Trendy Pink #82588B
Tints of Trendy Pink #82588B
RGB
CMYK
RGB Variations
Color information
#82588B (or 0x82588B) is known color: Trendy Pink. HEX triplet: 82, 58 and 8B. RGB value is (130,88,139). Sum of RGB (Red+Green+Blue) = 130+88+139=357 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.41% from 357); Green value is 88 (34.77% from 255 or 24.65% from 357); Blue value is 139 (54.69% from 255 or 38.94% from 357); Max value from RGB is 139 - color contains mainly: blue. Hex color #82588B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82588B is #7DA774. Grayscale: #6A6A6A. Windows color (decimal): -8234869 or 9132162. OLE color: 9132162.
HSL color Cylindrical-coordinate representation of color #82588B: hue angle of 289.41º 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 #82588B is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 88 | 139 | - |
| CMYK | 0.06 | 0.37 | 0 | 0.45 |
| HSL | 289.41º | 0.22% | 0.45% | - |
| HSV(B) | 289.41º | 0.37% | 0.55% | - |
| XYZ | 17.36 | 13.59 | 26.13 | - |
| YUV | 106.37 | 146.41 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 88 | 139 | 0.06 | 0.37 | 0 | 0.45 | 289.41 | 0.22 | 0.45 |
| Hex | 82 | 58 | 8B | 6 | 25 | 0 | 2D | 121 | 16 | 2D |
| Octal | 202 | 130 | 213 | 6 | 45 | 0 | 55 | 441 | 26 | 55 |
| Binary | 10000010 | 1011000 | 10001011 | 110 | 100101 | 0 | 101101 | 100100001 | 10110 | 101101 |
Color Harmonies of #82588B
Complementary color
Monochromatic Colors of #82588B
Black with #82588B
Text Example
Text Example
White with #82588B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82588B; }
p { color: rgb(130,88,139); }
H1.HeaderClassName
{
color: #82588B;
}
.AnyTagClassName
{
color: #82588B;
}
</style>
background-color css
<style>
a { background-color: #82588B; }
a { background-color: rgb(130,88,139); }
div.DivClassName
{
background-color: #82588B;
}
.BgClassName
{
background-color: #82588B;
}
</style>
border-color css
<style>
span { border-color: #82588B; }
span { border-color: rgb(130,88,139); }
td.TdClassName
{
border-color: #82588B;
}
.TagClassName
{
border-color: #82588B;
}
</style>