Shades of Trendy Pink #826380
Tints of Trendy Pink #826380
RGB
CMYK
RGB Variations
Color information
#826380 (or 0x826380) is known color: Trendy Pink. HEX triplet: 82, 63 and 80. RGB value is (130,99,128). Sum of RGB (Red+Green+Blue) = 130+99+128=357 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.41% from 357); Green value is 99 (39.06% from 255 or 27.73% from 357); Blue value is 128 (50.39% from 255 or 35.85% from 357); Max value from RGB is 130 - color contains mainly: red. Hex color #826380 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826380 is #7D9C7F. Grayscale: #6F6F6F. Windows color (decimal): -8232064 or 8414082. OLE color: 8414082.
HSL color Cylindrical-coordinate representation of color #826380: hue angle of 303.87º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #826380 is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 99 | 128 | - |
| CMYK | 0 | 0.24 | 0.02 | 0.49 |
| HSL | 303.87º | 0.14% | 0.45% | - |
| HSV(B) | 303.87º | 0.24% | 0.51% | - |
| XYZ | 17.56 | 15.23 | 22.44 | - |
| YUV | 111.58 | 137.27 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 99 | 128 | 0 | 0.24 | 0.02 | 0.49 | 303.87 | 0.14 | 0.45 |
| Hex | 82 | 63 | 80 | 0 | 18 | 2 | 31 | 130 | E | 2D |
| Octal | 202 | 143 | 200 | 0 | 30 | 2 | 61 | 460 | 16 | 55 |
| Binary | 10000010 | 1100011 | 10000000 | 0 | 11000 | 10 | 110001 | 100110000 | 1110 | 101101 |
Color Harmonies of #826380
Complementary color
Monochromatic Colors of #826380
Black with #826380
Text Example
Text Example
White with #826380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826380; }
p { color: rgb(130,99,128); }
H1.HeaderClassName
{
color: #826380;
}
.AnyTagClassName
{
color: #826380;
}
</style>
background-color css
<style>
a { background-color: #826380; }
a { background-color: rgb(130,99,128); }
div.DivClassName
{
background-color: #826380;
}
.BgClassName
{
background-color: #826380;
}
</style>
border-color css
<style>
span { border-color: #826380; }
span { border-color: rgb(130,99,128); }
td.TdClassName
{
border-color: #826380;
}
.TagClassName
{
border-color: #826380;
}
</style>