Shades of Trendy Pink #82638C
Tints of Trendy Pink #82638C
RGB
CMYK
RGB Variations
Color information
#82638C (or 0x82638C) is known color: Trendy Pink. HEX triplet: 82, 63 and 8C. RGB value is (130,99,140). Sum of RGB (Red+Green+Blue) = 130+99+140=369 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.23% from 369); Green value is 99 (39.06% from 255 or 26.83% from 369); Blue value is 140 (55.08% from 255 or 37.94% from 369); Max value from RGB is 140 - color contains mainly: blue. Hex color #82638C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82638C is #7D9C73. Grayscale: #707070. Windows color (decimal): -8232052 or 9200514. OLE color: 9200514.
HSL color Cylindrical-coordinate representation of color #82638C: hue angle of 285.37º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #82638C is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 99 | 140 | - |
| CMYK | 0.07 | 0.29 | 0 | 0.45 |
| HSL | 285.37º | 0.17% | 0.47% | - |
| HSV(B) | 285.37º | 0.29% | 0.55% | - |
| XYZ | 18.4 | 15.56 | 26.85 | - |
| YUV | 112.94 | 143.27 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 99 | 140 | 0.07 | 0.29 | 0 | 0.45 | 285.37 | 0.17 | 0.47 |
| Hex | 82 | 63 | 8C | 7 | 1D | 0 | 2D | 11D | 11 | 2F |
| Octal | 202 | 143 | 214 | 7 | 35 | 0 | 55 | 435 | 21 | 57 |
| Binary | 10000010 | 1100011 | 10001100 | 111 | 11101 | 0 | 101101 | 100011101 | 10001 | 101111 |
Color Harmonies of #82638C
Complementary color
Monochromatic Colors of #82638C
Black with #82638C
Text Example
Text Example
White with #82638C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82638C; }
p { color: rgb(130,99,140); }
H1.HeaderClassName
{
color: #82638C;
}
.AnyTagClassName
{
color: #82638C;
}
</style>
background-color css
<style>
a { background-color: #82638C; }
a { background-color: rgb(130,99,140); }
div.DivClassName
{
background-color: #82638C;
}
.BgClassName
{
background-color: #82638C;
}
</style>
border-color css
<style>
span { border-color: #82638C; }
span { border-color: rgb(130,99,140); }
td.TdClassName
{
border-color: #82638C;
}
.TagClassName
{
border-color: #82638C;
}
</style>