#825C87

Color #825C87 Trendy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Pink #825C87

Tints of Trendy Pink #825C87

Color information

#825C87 (or 0x825C87) is unknown color: approx Trendy Pink. HEX triplet: 82, 5C and 87. RGB value is (130,92,135). Sum of RGB (Red+Green+Blue) = 130+92+135=357 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.41% from 357); Green value is 92 (36.33% from 255 or 25.77% from 357); Blue value is 135 (53.12% from 255 or 37.82% from 357); Max value from RGB is 135 - color contains mainly: blue. Hex color #825C87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825C87 is #7DA378. Grayscale: #6C6C6C. Windows color (decimal): -8233849 or 8871042. OLE color: 8871042.

HSL color Cylindrical-coordinate representation of color #825C87: hue angle of 293.02º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #825C87 is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB13092135-
CMYK0.040.3200.47
HSL293.02º18.94%44.51%-
HSV(B)293.02º31.85%52.94%-
XYZ17.4114.1524.74-
YUV108.26143.09143.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 130 (51.17% from 255) = 36.41%
GREEN value IS 92 (36.33% from 255) = 25.77%
BLUE value IS 135 (53.12% from 255) = 37.82%
R=36.41%
G=25.77%
B=37.82%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal130921350.040.3200.47293.0218.9444.51
Hex825C8742002F125132d
Octal2021342074400574452355
Binary10000010101110010000111100100000010111110010010110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825C87; }

 p { color: rgb(130,92,135); }

 H1.HeaderClassName
 {
   color: #825C87;
 }
 .AnyTagClassName
 {
   color: #825C87;
 }
</style>
background-color css

<style>
 a { background-color: #825C87; }

 a { background-color: rgb(130,92,135); }

 div.DivClassName
 {
   background-color: #825C87;
 }
 .BgClassName
 {
   background-color: #825C87;
 }
</style>
border-color css

<style>
 span { border-color: #825C87; }

 span { border-color: rgb(130,92,135); }

 td.TdClassName
 {
   border-color: #825C87;
 }
 .TagClassName
 {
   border-color: #825C87;
 }
</style>