Shades of Trendy Pink #82658A
Tints of Trendy Pink #82658A
RGB
CMYK
RGB Variations
Color information
#82658A (or 0x82658A) is known color: Trendy Pink. HEX triplet: 82, 65 and 8A. RGB value is (130,101,138). Sum of RGB (Red+Green+Blue) = 130+101+138=369 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.23% from 369); Green value is 101 (39.84% from 255 or 27.37% from 369); Blue value is 138 (54.30% from 255 or 37.40% from 369); Max value from RGB is 138 - color contains mainly: blue. Hex color #82658A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82658A is #7D9A75. Grayscale: #717171. Windows color (decimal): -8231542 or 9069954. OLE color: 9069954.
HSL color Cylindrical-coordinate representation of color #82658A: hue angle of 287.03º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #82658A is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 130 | 101 | 138 | - |
| CMYK | 0.06 | 0.27 | 0 | 0.46 |
| HSL | 287.03º | 0.15% | 0.47% | - |
| HSV(B) | 287.03º | 0.27% | 0.54% | - |
| XYZ | 18.45 | 15.89 | 26.14 | - |
| YUV | 113.89 | 141.61 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 101 | 138 | 0.06 | 0.27 | 0 | 0.46 | 287.03 | 0.15 | 0.47 |
| Hex | 82 | 65 | 8A | 6 | 1B | 0 | 2E | 11F | F | 2F |
| Octal | 202 | 145 | 212 | 6 | 33 | 0 | 56 | 437 | 17 | 57 |
| Binary | 10000010 | 1100101 | 10001010 | 110 | 11011 | 0 | 101110 | 100011111 | 1111 | 101111 |
Color Harmonies of #82658A
Complementary color
Monochromatic Colors of #82658A
Black with #82658A
Text Example
Text Example
White with #82658A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82658A; }
p { color: rgb(130,101,138); }
H1.HeaderClassName
{
color: #82658A;
}
.AnyTagClassName
{
color: #82658A;
}
</style>
background-color css
<style>
a { background-color: #82658A; }
a { background-color: rgb(130,101,138); }
div.DivClassName
{
background-color: #82658A;
}
.BgClassName
{
background-color: #82658A;
}
</style>
border-color css
<style>
span { border-color: #82658A; }
span { border-color: rgb(130,101,138); }
td.TdClassName
{
border-color: #82658A;
}
.TagClassName
{
border-color: #82658A;
}
</style>