Shades of Trendy Pink #824A85
Tints of Trendy Pink #824A85
RGB
CMYK
RGB Variations
Color information
#824A85 (or 0x824A85) is known color: Trendy Pink. HEX triplet: 82, 4A and 85. RGB value is (130,74,133). Sum of RGB (Red+Green+Blue) = 130+74+133=337 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.58% from 337); Green value is 74 (29.30% from 255 or 21.96% from 337); Blue value is 133 (52.34% from 255 or 39.47% from 337); Max value from RGB is 133 - color contains mainly: blue. Hex color #824A85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824A85 is #7DB57A. Grayscale: #616161. Windows color (decimal): -8238459 or 8735362. OLE color: 8735362.
HSL color Cylindrical-coordinate representation of color #824A85: hue angle of 296.95º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #824A85 is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 130 | 74 | 133 | - |
| CMYK | 0.02 | 0.44 | 0 | 0.48 |
| HSL | 296.95º | 0.29% | 0.41% | - |
| HSV(B) | 296.95º | 0.44% | 0.52% | - |
| XYZ | 15.89 | 11.34 | 23.54 | - |
| YUV | 97.47 | 148.05 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 74 | 133 | 0.02 | 0.44 | 0 | 0.48 | 296.95 | 0.29 | 0.41 |
| Hex | 82 | 4A | 85 | 2 | 2C | 0 | 30 | 129 | 1D | 29 |
| Octal | 202 | 112 | 205 | 2 | 54 | 0 | 60 | 451 | 35 | 51 |
| Binary | 10000010 | 1001010 | 10000101 | 10 | 101100 | 0 | 110000 | 100101001 | 11101 | 101001 |
Color Harmonies of #824A85
Complementary color
Monochromatic Colors of #824A85
Black with #824A85
Text Example
Text Example
White with #824A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824A85; }
p { color: rgb(130,74,133); }
H1.HeaderClassName
{
color: #824A85;
}
.AnyTagClassName
{
color: #824A85;
}
</style>
background-color css
<style>
a { background-color: #824A85; }
a { background-color: rgb(130,74,133); }
div.DivClassName
{
background-color: #824A85;
}
.BgClassName
{
background-color: #824A85;
}
</style>
border-color css
<style>
span { border-color: #824A85; }
span { border-color: rgb(130,74,133); }
td.TdClassName
{
border-color: #824A85;
}
.TagClassName
{
border-color: #824A85;
}
</style>