Shades of Trendy Pink #824B7D
Tints of Trendy Pink #824B7D
RGB
CMYK
RGB Variations
Color information
#824B7D (or 0x824B7D) is known color: Trendy Pink. HEX triplet: 82, 4B and 7D. RGB value is (130,75,125). Sum of RGB (Red+Green+Blue) = 130+75+125=330 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.39% from 330); Green value is 75 (29.69% from 255 or 22.73% from 330); Blue value is 125 (49.22% from 255 or 37.88% from 330); Max value from RGB is 130 - color contains mainly: red. Hex color #824B7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824B7D is #7DB482. Grayscale: #616161. Windows color (decimal): -8238211 or 8211330. OLE color: 8211330.
HSL color Cylindrical-coordinate representation of color #824B7D: hue angle of 305.45º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #824B7D is Cyan = 0, Magento = 0.42, Yellow = 0.04 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 75 | 125 | - |
| CMYK | 0 | 0.42 | 0.04 | 0.49 |
| HSL | 305.45º | 0.27% | 0.4% | - |
| HSV(B) | 305.45º | 0.42% | 0.51% | - |
| XYZ | 15.42 | 11.26 | 20.76 | - |
| YUV | 97.15 | 143.72 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 75 | 125 | 0 | 0.42 | 0.04 | 0.49 | 305.45 | 0.27 | 0.4 |
| Hex | 82 | 4B | 7D | 0 | 2A | 4 | 31 | 131 | 1B | 28 |
| Octal | 202 | 113 | 175 | 0 | 52 | 4 | 61 | 461 | 33 | 50 |
| Binary | 10000010 | 1001011 | 1111101 | 0 | 101010 | 100 | 110001 | 100110001 | 11011 | 101000 |
Color Harmonies of #824B7D
Complementary color
Monochromatic Colors of #824B7D
Black with #824B7D
Text Example
Text Example
White with #824B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824B7D; }
p { color: rgb(130,75,125); }
H1.HeaderClassName
{
color: #824B7D;
}
.AnyTagClassName
{
color: #824B7D;
}
</style>
background-color css
<style>
a { background-color: #824B7D; }
a { background-color: rgb(130,75,125); }
div.DivClassName
{
background-color: #824B7D;
}
.BgClassName
{
background-color: #824B7D;
}
</style>
border-color css
<style>
span { border-color: #824B7D; }
span { border-color: rgb(130,75,125); }
td.TdClassName
{
border-color: #824B7D;
}
.TagClassName
{
border-color: #824B7D;
}
</style>