Shades of Trendy Pink #824580
Tints of Trendy Pink #824580
RGB
CMYK
RGB Variations
Color information
#824580 (or 0x824580) is known color: Trendy Pink. HEX triplet: 82, 45 and 80. RGB value is (130,69,128). Sum of RGB (Red+Green+Blue) = 130+69+128=327 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.76% from 327); Green value is 69 (27.34% from 255 or 21.10% from 327); Blue value is 128 (50.39% from 255 or 39.14% from 327); Max value from RGB is 130 - color contains mainly: red. Hex color #824580 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824580 is #7DBA7F. Grayscale: #5D5D5D. Windows color (decimal): -8239744 or 8406402. OLE color: 8406402.
HSL color Cylindrical-coordinate representation of color #824580: hue angle of 301.97º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #824580 is Cyan = 0, Magento = 0.47, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 69 | 128 | - |
| CMYK | 0 | 0.47 | 0.02 | 0.49 |
| HSL | 301.97º | 0.31% | 0.39% | - |
| HSV(B) | 301.97º | 0.47% | 0.51% | - |
| XYZ | 15.23 | 10.56 | 21.66 | - |
| YUV | 93.97 | 147.21 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 69 | 128 | 0 | 0.47 | 0.02 | 0.49 | 301.97 | 0.31 | 0.39 |
| Hex | 82 | 45 | 80 | 0 | 2F | 2 | 31 | 12E | 1F | 27 |
| Octal | 202 | 105 | 200 | 0 | 57 | 2 | 61 | 456 | 37 | 47 |
| Binary | 10000010 | 1000101 | 10000000 | 0 | 101111 | 10 | 110001 | 100101110 | 11111 | 100111 |
Color Harmonies of #824580
Complementary color
Monochromatic Colors of #824580
Black with #824580
Text Example
Text Example
White with #824580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824580; }
p { color: rgb(130,69,128); }
H1.HeaderClassName
{
color: #824580;
}
.AnyTagClassName
{
color: #824580;
}
</style>
background-color css
<style>
a { background-color: #824580; }
a { background-color: rgb(130,69,128); }
div.DivClassName
{
background-color: #824580;
}
.BgClassName
{
background-color: #824580;
}
</style>
border-color css
<style>
span { border-color: #824580; }
span { border-color: rgb(130,69,128); }
td.TdClassName
{
border-color: #824580;
}
.TagClassName
{
border-color: #824580;
}
</style>