Shades of Trendy Pink #824F88
Tints of Trendy Pink #824F88
RGB
CMYK
RGB Variations
Color information
#824F88 (or 0x824F88) is known color: Trendy Pink. HEX triplet: 82, 4F and 88. RGB value is (130,79,136). Sum of RGB (Red+Green+Blue) = 130+79+136=345 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.68% from 345); Green value is 79 (31.25% from 255 or 22.90% from 345); Blue value is 136 (53.52% from 255 or 39.42% from 345); Max value from RGB is 136 - color contains mainly: blue. Hex color #824F88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #824F88 is #7DB077. Grayscale: #646464. Windows color (decimal): -8237176 or 8933250. OLE color: 8933250.
HSL color Cylindrical-coordinate representation of color #824F88: hue angle of 293.68º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #824F88 is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 130 | 79 | 136 | - |
| CMYK | 0.04 | 0.42 | 0 | 0.47 |
| HSL | 293.68º | 0.27% | 0.42% | - |
| HSV(B) | 293.68º | 0.42% | 0.53% | - |
| XYZ | 16.45 | 12.12 | 24.76 | - |
| YUV | 100.75 | 147.9 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 79 | 136 | 0.04 | 0.42 | 0 | 0.47 | 293.68 | 0.27 | 0.42 |
| Hex | 82 | 4F | 88 | 4 | 2A | 0 | 2F | 126 | 1B | 2A |
| Octal | 202 | 117 | 210 | 4 | 52 | 0 | 57 | 446 | 33 | 52 |
| Binary | 10000010 | 1001111 | 10001000 | 100 | 101010 | 0 | 101111 | 100100110 | 11011 | 101010 |
Color Harmonies of #824F88
Complementary color
Monochromatic Colors of #824F88
Black with #824F88
Text Example
Text Example
White with #824F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824F88; }
p { color: rgb(130,79,136); }
H1.HeaderClassName
{
color: #824F88;
}
.AnyTagClassName
{
color: #824F88;
}
</style>
background-color css
<style>
a { background-color: #824F88; }
a { background-color: rgb(130,79,136); }
div.DivClassName
{
background-color: #824F88;
}
.BgClassName
{
background-color: #824F88;
}
</style>
border-color css
<style>
span { border-color: #824F88; }
span { border-color: rgb(130,79,136); }
td.TdClassName
{
border-color: #824F88;
}
.TagClassName
{
border-color: #824F88;
}
</style>