Shades of Trendy Pink #82568A
Tints of Trendy Pink #82568A
RGB
CMYK
RGB Variations
Color information
#82568A (or 0x82568A) is known color: Trendy Pink. HEX triplet: 82, 56 and 8A. RGB value is (130,86,138). Sum of RGB (Red+Green+Blue) = 130+86+138=354 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.72% from 354); Green value is 86 (33.98% from 255 or 24.29% from 354); Blue value is 138 (54.30% from 255 or 38.98% from 354); Max value from RGB is 138 - color contains mainly: blue. Hex color #82568A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82568A is #7DA975. Grayscale: #686868. Windows color (decimal): -8235382 or 9066114. OLE color: 9066114.
HSL color Cylindrical-coordinate representation of color #82568A: hue angle of 290.77º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #82568A is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 130 | 86 | 138 | - |
| CMYK | 0.06 | 0.38 | 0 | 0.46 |
| HSL | 290.77º | 0.23% | 0.44% | - |
| HSV(B) | 290.77º | 0.38% | 0.54% | - |
| XYZ | 17.12 | 13.24 | 25.7 | - |
| YUV | 105.08 | 146.58 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 86 | 138 | 0.06 | 0.38 | 0 | 0.46 | 290.77 | 0.23 | 0.44 |
| Hex | 82 | 56 | 8A | 6 | 26 | 0 | 2E | 123 | 17 | 2C |
| Octal | 202 | 126 | 212 | 6 | 46 | 0 | 56 | 443 | 27 | 54 |
| Binary | 10000010 | 1010110 | 10001010 | 110 | 100110 | 0 | 101110 | 100100011 | 10111 | 101100 |
Color Harmonies of #82568A
Complementary color
Monochromatic Colors of #82568A
Black with #82568A
Text Example
Text Example
White with #82568A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82568A; }
p { color: rgb(130,86,138); }
H1.HeaderClassName
{
color: #82568A;
}
.AnyTagClassName
{
color: #82568A;
}
</style>
background-color css
<style>
a { background-color: #82568A; }
a { background-color: rgb(130,86,138); }
div.DivClassName
{
background-color: #82568A;
}
.BgClassName
{
background-color: #82568A;
}
</style>
border-color css
<style>
span { border-color: #82568A; }
span { border-color: rgb(130,86,138); }
td.TdClassName
{
border-color: #82568A;
}
.TagClassName
{
border-color: #82568A;
}
</style>