Shades of Trendy Pink #82437C
Tints of Trendy Pink #82437C
RGB
CMYK
RGB Variations
Color information
#82437C (or 0x82437C) is known color: Trendy Pink. HEX triplet: 82, 43 and 7C. RGB value is (130,67,124). Sum of RGB (Red+Green+Blue) = 130+67+124=321 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.50% from 321); Green value is 67 (26.56% from 255 or 20.87% from 321); Blue value is 124 (48.83% from 255 or 38.63% from 321); Max value from RGB is 130 - color contains mainly: red. Hex color #82437C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82437C is #7DBC83. Grayscale: #5C5C5C. Windows color (decimal): -8240260 or 8143746. OLE color: 8143746.
HSL color Cylindrical-coordinate representation of color #82437C: hue angle of 305.71º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #82437C is Cyan = 0, Magento = 0.48, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 67 | 124 | - |
| CMYK | 0 | 0.48 | 0.05 | 0.49 |
| HSL | 305.71º | 0.32% | 0.39% | - |
| HSV(B) | 305.71º | 0.48% | 0.51% | - |
| XYZ | 14.85 | 10.22 | 20.26 | - |
| YUV | 92.34 | 145.87 | 154.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 67 | 124 | 0 | 0.48 | 0.05 | 0.49 | 305.71 | 0.32 | 0.39 |
| Hex | 82 | 43 | 7C | 0 | 30 | 5 | 31 | 132 | 20 | 27 |
| Octal | 202 | 103 | 174 | 0 | 60 | 5 | 61 | 462 | 40 | 47 |
| Binary | 10000010 | 1000011 | 1111100 | 0 | 110000 | 101 | 110001 | 100110010 | 100000 | 100111 |
Color Harmonies of #82437C
Complementary color
Monochromatic Colors of #82437C
Black with #82437C
Text Example
Text Example
White with #82437C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82437C; }
p { color: rgb(130,67,124); }
H1.HeaderClassName
{
color: #82437C;
}
.AnyTagClassName
{
color: #82437C;
}
</style>
background-color css
<style>
a { background-color: #82437C; }
a { background-color: rgb(130,67,124); }
div.DivClassName
{
background-color: #82437C;
}
.BgClassName
{
background-color: #82437C;
}
</style>
border-color css
<style>
span { border-color: #82437C; }
span { border-color: rgb(130,67,124); }
td.TdClassName
{
border-color: #82437C;
}
.TagClassName
{
border-color: #82437C;
}
</style>