Shades of Trendy Pink #82628B
Tints of Trendy Pink #82628B
RGB
CMYK
RGB Variations
Color information
#82628B (or 0x82628B) is known color: Trendy Pink. HEX triplet: 82, 62 and 8B. RGB value is (130,98,139). Sum of RGB (Red+Green+Blue) = 130+98+139=367 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.42% from 367); Green value is 98 (38.67% from 255 or 26.70% from 367); Blue value is 139 (54.69% from 255 or 37.87% from 367); Max value from RGB is 139 - color contains mainly: blue. Hex color #82628B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82628B is #7D9D74. Grayscale: #707070. Windows color (decimal): -8232309 or 9134722. OLE color: 9134722.
HSL color Cylindrical-coordinate representation of color #82628B: hue angle of 286.83º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #82628B is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 98 | 139 | - |
| CMYK | 0.06 | 0.29 | 0 | 0.45 |
| HSL | 286.83º | 0.17% | 0.46% | - |
| HSV(B) | 286.83º | 0.29% | 0.55% | - |
| XYZ | 18.23 | 15.35 | 26.43 | - |
| YUV | 112.24 | 143.1 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 98 | 139 | 0.06 | 0.29 | 0 | 0.45 | 286.83 | 0.17 | 0.46 |
| Hex | 82 | 62 | 8B | 6 | 1D | 0 | 2D | 11F | 11 | 2E |
| Octal | 202 | 142 | 213 | 6 | 35 | 0 | 55 | 437 | 21 | 56 |
| Binary | 10000010 | 1100010 | 10001011 | 110 | 11101 | 0 | 101101 | 100011111 | 10001 | 101110 |
Color Harmonies of #82628B
Complementary color
Monochromatic Colors of #82628B
Black with #82628B
Text Example
Text Example
White with #82628B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82628B; }
p { color: rgb(130,98,139); }
H1.HeaderClassName
{
color: #82628B;
}
.AnyTagClassName
{
color: #82628B;
}
</style>
background-color css
<style>
a { background-color: #82628B; }
a { background-color: rgb(130,98,139); }
div.DivClassName
{
background-color: #82628B;
}
.BgClassName
{
background-color: #82628B;
}
</style>
border-color css
<style>
span { border-color: #82628B; }
span { border-color: rgb(130,98,139); }
td.TdClassName
{
border-color: #82628B;
}
.TagClassName
{
border-color: #82628B;
}
</style>