Shades of Trendy Pink #824380
Tints of Trendy Pink #824380
RGB
CMYK
RGB Variations
Color information
#824380 (or 0x824380) is known color: Trendy Pink. HEX triplet: 82, 43 and 80. RGB value is (130,67,128). Sum of RGB (Red+Green+Blue) = 130+67+128=325 (43% of max value = 765). Red value is 130 (51.17% from 255 or 40% from 325); Green value is 67 (26.56% from 255 or 20.62% from 325); Blue value is 128 (50.39% from 255 or 39.38% from 325); Max value from RGB is 130 - color contains mainly: red. Hex color #824380 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824380 is #7DBC7F. Grayscale: #5C5C5C. Windows color (decimal): -8240256 or 8405890. OLE color: 8405890.
HSL color Cylindrical-coordinate representation of color #824380: hue angle of 301.9º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #824380 is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 67 | 128 | - |
| CMYK | 0 | 0.48 | 0.02 | 0.49 |
| HSL | 301.9º | 0.32% | 0.39% | - |
| HSV(B) | 301.9º | 0.48% | 0.51% | - |
| XYZ | 15.11 | 10.32 | 21.62 | - |
| YUV | 92.79 | 147.87 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 67 | 128 | 0 | 0.48 | 0.02 | 0.49 | 301.9 | 0.32 | 0.39 |
| Hex | 82 | 43 | 80 | 0 | 30 | 2 | 31 | 12E | 20 | 27 |
| Octal | 202 | 103 | 200 | 0 | 60 | 2 | 61 | 456 | 40 | 47 |
| Binary | 10000010 | 1000011 | 10000000 | 0 | 110000 | 10 | 110001 | 100101110 | 100000 | 100111 |
Color Harmonies of #824380
Complementary color
Monochromatic Colors of #824380
Black with #824380
Text Example
Text Example
White with #824380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824380; }
p { color: rgb(130,67,128); }
H1.HeaderClassName
{
color: #824380;
}
.AnyTagClassName
{
color: #824380;
}
</style>
background-color css
<style>
a { background-color: #824380; }
a { background-color: rgb(130,67,128); }
div.DivClassName
{
background-color: #824380;
}
.BgClassName
{
background-color: #824380;
}
</style>
border-color css
<style>
span { border-color: #824380; }
span { border-color: rgb(130,67,128); }
td.TdClassName
{
border-color: #824380;
}
.TagClassName
{
border-color: #824380;
}
</style>