Shades of Trendy Pink #82618C
Tints of Trendy Pink #82618C
RGB
CMYK
RGB Variations
Color information
#82618C (or 0x82618C) is known color: Trendy Pink. HEX triplet: 82, 61 and 8C. RGB value is (130,97,140). Sum of RGB (Red+Green+Blue) = 130+97+140=367 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.42% from 367); Green value is 97 (38.28% from 255 or 26.43% from 367); Blue value is 140 (55.08% from 255 or 38.15% from 367); Max value from RGB is 140 - color contains mainly: blue. Hex color #82618C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82618C is #7D9E73. Grayscale: #6F6F6F. Windows color (decimal): -8232564 or 9200002. OLE color: 9200002.
HSL color Cylindrical-coordinate representation of color #82618C: hue angle of 286.05º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #82618C is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 97 | 140 | - |
| CMYK | 0.07 | 0.31 | 0 | 0.45 |
| HSL | 286.05º | 0.18% | 0.46% | - |
| HSV(B) | 286.05º | 0.31% | 0.55% | - |
| XYZ | 18.21 | 15.19 | 26.78 | - |
| YUV | 111.77 | 143.93 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 97 | 140 | 0.07 | 0.31 | 0 | 0.45 | 286.05 | 0.18 | 0.46 |
| Hex | 82 | 61 | 8C | 7 | 1F | 0 | 2D | 11E | 12 | 2E |
| Octal | 202 | 141 | 214 | 7 | 37 | 0 | 55 | 436 | 22 | 56 |
| Binary | 10000010 | 1100001 | 10001100 | 111 | 11111 | 0 | 101101 | 100011110 | 10010 | 101110 |
Color Harmonies of #82618C
Complementary color
Monochromatic Colors of #82618C
Black with #82618C
Text Example
Text Example
White with #82618C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82618C; }
p { color: rgb(130,97,140); }
H1.HeaderClassName
{
color: #82618C;
}
.AnyTagClassName
{
color: #82618C;
}
</style>
background-color css
<style>
a { background-color: #82618C; }
a { background-color: rgb(130,97,140); }
div.DivClassName
{
background-color: #82618C;
}
.BgClassName
{
background-color: #82618C;
}
</style>
border-color css
<style>
span { border-color: #82618C; }
span { border-color: rgb(130,97,140); }
td.TdClassName
{
border-color: #82618C;
}
.TagClassName
{
border-color: #82618C;
}
</style>