Shades of Trendy Pink #82638A
Tints of Trendy Pink #82638A
RGB
CMYK
RGB Variations
Color information
#82638A (or 0x82638A) is known color: Trendy Pink. HEX triplet: 82, 63 and 8A. RGB value is (130,99,138). Sum of RGB (Red+Green+Blue) = 130+99+138=367 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.42% from 367); Green value is 99 (39.06% from 255 or 26.98% from 367); Blue value is 138 (54.30% from 255 or 37.60% from 367); Max value from RGB is 138 - color contains mainly: blue. Hex color #82638A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82638A is #7D9C75. Grayscale: #707070. Windows color (decimal): -8232054 or 9069442. OLE color: 9069442.
HSL color Cylindrical-coordinate representation of color #82638A: hue angle of 287.69º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #82638A is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 130 | 99 | 138 | - |
| CMYK | 0.06 | 0.28 | 0 | 0.46 |
| HSL | 287.69º | 0.16% | 0.46% | - |
| HSV(B) | 287.69º | 0.28% | 0.54% | - |
| XYZ | 18.26 | 15.5 | 26.08 | - |
| YUV | 112.72 | 142.27 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 99 | 138 | 0.06 | 0.28 | 0 | 0.46 | 287.69 | 0.16 | 0.46 |
| Hex | 82 | 63 | 8A | 6 | 1C | 0 | 2E | 120 | 10 | 2E |
| Octal | 202 | 143 | 212 | 6 | 34 | 0 | 56 | 440 | 20 | 56 |
| Binary | 10000010 | 1100011 | 10001010 | 110 | 11100 | 0 | 101110 | 100100000 | 10000 | 101110 |
Color Harmonies of #82638A
Complementary color
Monochromatic Colors of #82638A
Black with #82638A
Text Example
Text Example
White with #82638A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82638A; }
p { color: rgb(130,99,138); }
H1.HeaderClassName
{
color: #82638A;
}
.AnyTagClassName
{
color: #82638A;
}
</style>
background-color css
<style>
a { background-color: #82638A; }
a { background-color: rgb(130,99,138); }
div.DivClassName
{
background-color: #82638A;
}
.BgClassName
{
background-color: #82638A;
}
</style>
border-color css
<style>
span { border-color: #82638A; }
span { border-color: rgb(130,99,138); }
td.TdClassName
{
border-color: #82638A;
}
.TagClassName
{
border-color: #82638A;
}
</style>