Shades of Trendy Pink #824A7E
Tints of Trendy Pink #824A7E
RGB
CMYK
RGB Variations
Color information
#824A7E (or 0x824A7E) is known color: Trendy Pink. HEX triplet: 82, 4A and 7E. RGB value is (130,74,126). Sum of RGB (Red+Green+Blue) = 130+74+126=330 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.39% from 330); Green value is 74 (29.30% from 255 or 22.42% from 330); Blue value is 126 (49.61% from 255 or 38.18% from 330); Max value from RGB is 130 - color contains mainly: red. Hex color #824A7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824A7E is #7DB581. Grayscale: #606060. Windows color (decimal): -8238466 or 8276610. OLE color: 8276610.
HSL color Cylindrical-coordinate representation of color #824A7E: hue angle of 304.29º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #824A7E is Cyan = 0, Magento = 0.43, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 74 | 126 | - |
| CMYK | 0 | 0.43 | 0.03 | 0.49 |
| HSL | 304.29º | 0.27% | 0.4% | - |
| HSV(B) | 304.29º | 0.43% | 0.51% | - |
| XYZ | 15.42 | 11.15 | 21.08 | - |
| YUV | 96.67 | 144.55 | 151.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 74 | 126 | 0 | 0.43 | 0.03 | 0.49 | 304.29 | 0.27 | 0.4 |
| Hex | 82 | 4A | 7E | 0 | 2B | 3 | 31 | 130 | 1B | 28 |
| Octal | 202 | 112 | 176 | 0 | 53 | 3 | 61 | 460 | 33 | 50 |
| Binary | 10000010 | 1001010 | 1111110 | 0 | 101011 | 11 | 110001 | 100110000 | 11011 | 101000 |
Color Harmonies of #824A7E
Complementary color
Monochromatic Colors of #824A7E
Black with #824A7E
Text Example
Text Example
White with #824A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824A7E; }
p { color: rgb(130,74,126); }
H1.HeaderClassName
{
color: #824A7E;
}
.AnyTagClassName
{
color: #824A7E;
}
</style>
background-color css
<style>
a { background-color: #824A7E; }
a { background-color: rgb(130,74,126); }
div.DivClassName
{
background-color: #824A7E;
}
.BgClassName
{
background-color: #824A7E;
}
</style>
border-color css
<style>
span { border-color: #824A7E; }
span { border-color: rgb(130,74,126); }
td.TdClassName
{
border-color: #824A7E;
}
.TagClassName
{
border-color: #824A7E;
}
</style>