Shades of Trendy Pink #82607F
Tints of Trendy Pink #82607F
RGB
CMYK
RGB Variations
Color information
#82607F (or 0x82607F) is known color: Trendy Pink. HEX triplet: 82, 60 and 7F. RGB value is (130,96,127). Sum of RGB (Red+Green+Blue) = 130+96+127=353 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.83% from 353); Green value is 96 (37.89% from 255 or 27.20% from 353); Blue value is 127 (50% from 255 or 35.98% from 353); Max value from RGB is 130 - color contains mainly: red. Hex color #82607F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82607F is #7D9F80. Grayscale: #6D6D6D. Windows color (decimal): -8232833 or 8347778. OLE color: 8347778.
HSL color Cylindrical-coordinate representation of color #82607F: hue angle of 305.29º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #82607F is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 96 | 127 | - |
| CMYK | 0 | 0.26 | 0.02 | 0.49 |
| HSL | 305.29º | 0.15% | 0.44% | - |
| HSV(B) | 305.29º | 0.26% | 0.51% | - |
| XYZ | 17.22 | 14.64 | 22 | - |
| YUV | 109.7 | 137.76 | 142.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 96 | 127 | 0 | 0.26 | 0.02 | 0.49 | 305.29 | 0.15 | 0.44 |
| Hex | 82 | 60 | 7F | 0 | 1A | 2 | 31 | 131 | F | 2C |
| Octal | 202 | 140 | 177 | 0 | 32 | 2 | 61 | 461 | 17 | 54 |
| Binary | 10000010 | 1100000 | 1111111 | 0 | 11010 | 10 | 110001 | 100110001 | 1111 | 101100 |
Color Harmonies of #82607F
Complementary color
Monochromatic Colors of #82607F
Black with #82607F
Text Example
Text Example
White with #82607F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82607F; }
p { color: rgb(130,96,127); }
H1.HeaderClassName
{
color: #82607F;
}
.AnyTagClassName
{
color: #82607F;
}
</style>
background-color css
<style>
a { background-color: #82607F; }
a { background-color: rgb(130,96,127); }
div.DivClassName
{
background-color: #82607F;
}
.BgClassName
{
background-color: #82607F;
}
</style>
border-color css
<style>
span { border-color: #82607F; }
span { border-color: rgb(130,96,127); }
td.TdClassName
{
border-color: #82607F;
}
.TagClassName
{
border-color: #82607F;
}
</style>