Shades of Trendy Pink #82457E
Tints of Trendy Pink #82457E
RGB
CMYK
RGB Variations
Color information
#82457E (or 0x82457E) is known color: Trendy Pink. HEX triplet: 82, 45 and 7E. RGB value is (130,69,126). Sum of RGB (Red+Green+Blue) = 130+69+126=325 (43% of max value = 765). Red value is 130 (51.17% from 255 or 40% from 325); Green value is 69 (27.34% from 255 or 21.23% from 325); Blue value is 126 (49.61% from 255 or 38.77% from 325); Max value from RGB is 130 - color contains mainly: red. Hex color #82457E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82457E is #7DBA81. Grayscale: #5D5D5D. Windows color (decimal): -8239746 or 8275330. OLE color: 8275330.
HSL color Cylindrical-coordinate representation of color #82457E: hue angle of 303.93º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #82457E is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 69 | 126 | - |
| CMYK | 0 | 0.47 | 0.03 | 0.49 |
| HSL | 303.93º | 0.31% | 0.39% | - |
| HSV(B) | 303.93º | 0.47% | 0.51% | - |
| XYZ | 15.1 | 10.51 | 20.97 | - |
| YUV | 93.74 | 146.21 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 69 | 126 | 0 | 0.47 | 0.03 | 0.49 | 303.93 | 0.31 | 0.39 |
| Hex | 82 | 45 | 7E | 0 | 2F | 3 | 31 | 130 | 1F | 27 |
| Octal | 202 | 105 | 176 | 0 | 57 | 3 | 61 | 460 | 37 | 47 |
| Binary | 10000010 | 1000101 | 1111110 | 0 | 101111 | 11 | 110001 | 100110000 | 11111 | 100111 |
Color Harmonies of #82457E
Complementary color
Monochromatic Colors of #82457E
Black with #82457E
Text Example
Text Example
White with #82457E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82457E; }
p { color: rgb(130,69,126); }
H1.HeaderClassName
{
color: #82457E;
}
.AnyTagClassName
{
color: #82457E;
}
</style>
background-color css
<style>
a { background-color: #82457E; }
a { background-color: rgb(130,69,126); }
div.DivClassName
{
background-color: #82457E;
}
.BgClassName
{
background-color: #82457E;
}
</style>
border-color css
<style>
span { border-color: #82457E; }
span { border-color: rgb(130,69,126); }
td.TdClassName
{
border-color: #82457E;
}
.TagClassName
{
border-color: #82457E;
}
</style>