Shades of Trendy Pink #82647F
Tints of Trendy Pink #82647F
RGB
CMYK
RGB Variations
Color information
#82647F (or 0x82647F) is known color: Trendy Pink. HEX triplet: 82, 64 and 7F. RGB value is (130,100,127). Sum of RGB (Red+Green+Blue) = 130+100+127=357 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.41% from 357); Green value is 100 (39.45% from 255 or 28.01% from 357); Blue value is 127 (50% from 255 or 35.57% from 357); Max value from RGB is 130 - color contains mainly: red. Hex color #82647F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82647F is #7D9B80. Grayscale: #6F6F6F. Windows color (decimal): -8231809 or 8348802. OLE color: 8348802.
HSL color Cylindrical-coordinate representation of color #82647F: hue angle of 306º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #82647F is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 100 | 127 | - |
| CMYK | 0 | 0.23 | 0.02 | 0.49 |
| HSL | 306º | 0.13% | 0.45% | - |
| HSV(B) | 306º | 0.23% | 0.51% | - |
| XYZ | 17.59 | 15.39 | 22.12 | - |
| YUV | 112.05 | 136.44 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 100 | 127 | 0 | 0.23 | 0.02 | 0.49 | 306 | 0.13 | 0.45 |
| Hex | 82 | 64 | 7F | 0 | 17 | 2 | 31 | 132 | D | 2D |
| Octal | 202 | 144 | 177 | 0 | 27 | 2 | 61 | 462 | 15 | 55 |
| Binary | 10000010 | 1100100 | 1111111 | 0 | 10111 | 10 | 110001 | 100110010 | 1101 | 101101 |
Color Harmonies of #82647F
Complementary color
Monochromatic Colors of #82647F
Black with #82647F
Text Example
Text Example
White with #82647F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82647F; }
p { color: rgb(130,100,127); }
H1.HeaderClassName
{
color: #82647F;
}
.AnyTagClassName
{
color: #82647F;
}
</style>
background-color css
<style>
a { background-color: #82647F; }
a { background-color: rgb(130,100,127); }
div.DivClassName
{
background-color: #82647F;
}
.BgClassName
{
background-color: #82647F;
}
</style>
border-color css
<style>
span { border-color: #82647F; }
span { border-color: rgb(130,100,127); }
td.TdClassName
{
border-color: #82647F;
}
.TagClassName
{
border-color: #82647F;
}
</style>