Shades of Trendy Pink #825C8A
Tints of Trendy Pink #825C8A
RGB
CMYK
RGB Variations
Color information
#825C8A (or 0x825C8A) is known color: Trendy Pink. HEX triplet: 82, 5C and 8A. RGB value is (130,92,138). Sum of RGB (Red+Green+Blue) = 130+92+138=360 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.11% from 360); Green value is 92 (36.33% from 255 or 25.56% from 360); Blue value is 138 (54.30% from 255 or 38.33% from 360); Max value from RGB is 138 - color contains mainly: blue. Hex color #825C8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825C8A is #7DA375. Grayscale: #6C6C6C. Windows color (decimal): -8233846 or 9067650. OLE color: 9067650.
HSL color Cylindrical-coordinate representation of color #825C8A: hue angle of 289.57º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #825C8A is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 130 | 92 | 138 | - |
| CMYK | 0.06 | 0.33 | 0 | 0.46 |
| HSL | 289.57º | 0.2% | 0.45% | - |
| HSV(B) | 289.57º | 0.33% | 0.54% | - |
| XYZ | 17.62 | 14.24 | 25.86 | - |
| YUV | 108.61 | 144.59 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 92 | 138 | 0.06 | 0.33 | 0 | 0.46 | 289.57 | 0.2 | 0.45 |
| Hex | 82 | 5C | 8A | 6 | 21 | 0 | 2E | 122 | 14 | 2D |
| Octal | 202 | 134 | 212 | 6 | 41 | 0 | 56 | 442 | 24 | 55 |
| Binary | 10000010 | 1011100 | 10001010 | 110 | 100001 | 0 | 101110 | 100100010 | 10100 | 101101 |
Color Harmonies of #825C8A
Complementary color
Monochromatic Colors of #825C8A
Black with #825C8A
Text Example
Text Example
White with #825C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825C8A; }
p { color: rgb(130,92,138); }
H1.HeaderClassName
{
color: #825C8A;
}
.AnyTagClassName
{
color: #825C8A;
}
</style>
background-color css
<style>
a { background-color: #825C8A; }
a { background-color: rgb(130,92,138); }
div.DivClassName
{
background-color: #825C8A;
}
.BgClassName
{
background-color: #825C8A;
}
</style>
border-color css
<style>
span { border-color: #825C8A; }
span { border-color: rgb(130,92,138); }
td.TdClassName
{
border-color: #825C8A;
}
.TagClassName
{
border-color: #825C8A;
}
</style>