Shades of Trendy Pink #824B85
Tints of Trendy Pink #824B85
RGB
CMYK
RGB Variations
Color information
#824B85 (or 0x824B85) is known color: Trendy Pink. HEX triplet: 82, 4B and 85. RGB value is (130,75,133). Sum of RGB (Red+Green+Blue) = 130+75+133=338 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.46% from 338); Green value is 75 (29.69% from 255 or 22.19% from 338); Blue value is 133 (52.34% from 255 or 39.35% from 338); Max value from RGB is 133 - color contains mainly: blue. Hex color #824B85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824B85 is #7DB47A. Grayscale: #616161. Windows color (decimal): -8238203 or 8735618. OLE color: 8735618.
HSL color Cylindrical-coordinate representation of color #824B85: hue angle of 296.9º degrees, saturation: 0.28, 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 #824B85 is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 130 | 75 | 133 | - |
| CMYK | 0.02 | 0.44 | 0 | 0.48 |
| HSL | 296.9º | 0.28% | 0.41% | - |
| HSV(B) | 296.9º | 0.44% | 0.52% | - |
| XYZ | 15.96 | 11.47 | 23.56 | - |
| YUV | 98.06 | 147.72 | 150.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 75 | 133 | 0.02 | 0.44 | 0 | 0.48 | 296.9 | 0.28 | 0.41 |
| Hex | 82 | 4B | 85 | 2 | 2C | 0 | 30 | 129 | 1C | 29 |
| Octal | 202 | 113 | 205 | 2 | 54 | 0 | 60 | 451 | 34 | 51 |
| Binary | 10000010 | 1001011 | 10000101 | 10 | 101100 | 0 | 110000 | 100101001 | 11100 | 101001 |
Color Harmonies of #824B85
Complementary color
Monochromatic Colors of #824B85
Black with #824B85
Text Example
Text Example
White with #824B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824B85; }
p { color: rgb(130,75,133); }
H1.HeaderClassName
{
color: #824B85;
}
.AnyTagClassName
{
color: #824B85;
}
</style>
background-color css
<style>
a { background-color: #824B85; }
a { background-color: rgb(130,75,133); }
div.DivClassName
{
background-color: #824B85;
}
.BgClassName
{
background-color: #824B85;
}
</style>
border-color css
<style>
span { border-color: #824B85; }
span { border-color: rgb(130,75,133); }
td.TdClassName
{
border-color: #824B85;
}
.TagClassName
{
border-color: #824B85;
}
</style>