Shades of Trendy Pink #825A7B
Tints of Trendy Pink #825A7B
RGB
CMYK
RGB Variations
Color information
#825A7B (or 0x825A7B) is known color: Trendy Pink. HEX triplet: 82, 5A and 7B. RGB value is (130,90,123). Sum of RGB (Red+Green+Blue) = 130+90+123=343 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.90% from 343); Green value is 90 (35.55% from 255 or 26.24% from 343); Blue value is 123 (48.44% from 255 or 35.86% from 343); Max value from RGB is 130 - color contains mainly: red. Hex color #825A7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825A7B is #7DA584. Grayscale: #696969. Windows color (decimal): -8234373 or 8084098. OLE color: 8084098.
HSL color Cylindrical-coordinate representation of color #825A7B: hue angle of 310.5º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #825A7B is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 90 | 123 | - |
| CMYK | 0 | 0.31 | 0.05 | 0.49 |
| HSL | 310.5º | 0.18% | 0.43% | - |
| HSV(B) | 310.5º | 0.31% | 0.51% | - |
| XYZ | 16.44 | 13.49 | 20.48 | - |
| YUV | 105.72 | 137.75 | 145.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 90 | 123 | 0 | 0.31 | 0.05 | 0.49 | 310.5 | 0.18 | 0.43 |
| Hex | 82 | 5A | 7B | 0 | 1F | 5 | 31 | 136 | 12 | 2B |
| Octal | 202 | 132 | 173 | 0 | 37 | 5 | 61 | 466 | 22 | 53 |
| Binary | 10000010 | 1011010 | 1111011 | 0 | 11111 | 101 | 110001 | 100110110 | 10010 | 101011 |
Color Harmonies of #825A7B
Complementary color
Monochromatic Colors of #825A7B
Black with #825A7B
Text Example
Text Example
White with #825A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825A7B; }
p { color: rgb(130,90,123); }
H1.HeaderClassName
{
color: #825A7B;
}
.AnyTagClassName
{
color: #825A7B;
}
</style>
background-color css
<style>
a { background-color: #825A7B; }
a { background-color: rgb(130,90,123); }
div.DivClassName
{
background-color: #825A7B;
}
.BgClassName
{
background-color: #825A7B;
}
</style>
border-color css
<style>
span { border-color: #825A7B; }
span { border-color: rgb(130,90,123); }
td.TdClassName
{
border-color: #825A7B;
}
.TagClassName
{
border-color: #825A7B;
}
</style>