Shades of Trendy Pink #825A88
Tints of Trendy Pink #825A88
RGB
CMYK
RGB Variations
Color information
#825A88 (or 0x825A88) is known color: Trendy Pink. HEX triplet: 82, 5A and 88. RGB value is (130,90,136). Sum of RGB (Red+Green+Blue) = 130+90+136=356 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.52% from 356); Green value is 90 (35.55% from 255 or 25.28% from 356); Blue value is 136 (53.52% from 255 or 38.20% from 356); Max value from RGB is 136 - color contains mainly: blue. Hex color #825A88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825A88 is #7DA577. Grayscale: #6B6B6B. Windows color (decimal): -8234360 or 8936066. OLE color: 8936066.
HSL color Cylindrical-coordinate representation of color #825A88: hue angle of 292.17º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #825A88 is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 130 | 90 | 136 | - |
| CMYK | 0.04 | 0.34 | 0 | 0.47 |
| HSL | 292.17º | 0.2% | 0.44% | - |
| HSV(B) | 292.17º | 0.34% | 0.53% | - |
| XYZ | 17.31 | 13.84 | 25.05 | - |
| YUV | 107.2 | 144.25 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 90 | 136 | 0.04 | 0.34 | 0 | 0.47 | 292.17 | 0.2 | 0.44 |
| Hex | 82 | 5A | 88 | 4 | 22 | 0 | 2F | 124 | 14 | 2C |
| Octal | 202 | 132 | 210 | 4 | 42 | 0 | 57 | 444 | 24 | 54 |
| Binary | 10000010 | 1011010 | 10001000 | 100 | 100010 | 0 | 101111 | 100100100 | 10100 | 101100 |
Color Harmonies of #825A88
Complementary color
Monochromatic Colors of #825A88
Black with #825A88
Text Example
Text Example
White with #825A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825A88; }
p { color: rgb(130,90,136); }
H1.HeaderClassName
{
color: #825A88;
}
.AnyTagClassName
{
color: #825A88;
}
</style>
background-color css
<style>
a { background-color: #825A88; }
a { background-color: rgb(130,90,136); }
div.DivClassName
{
background-color: #825A88;
}
.BgClassName
{
background-color: #825A88;
}
</style>
border-color css
<style>
span { border-color: #825A88; }
span { border-color: rgb(130,90,136); }
td.TdClassName
{
border-color: #825A88;
}
.TagClassName
{
border-color: #825A88;
}
</style>