#84528A

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

Shades of Trendy Pink #84528A

Tints of Trendy Pink #84528A

Color information

#84528A (or 0x84528A) is unknown color: approx Trendy Pink. HEX triplet: 84, 52 and 8A. RGB value is (132,82,138). Sum of RGB (Red+Green+Blue) = 132+82+138=352 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.5% from 352); Green value is 82 (32.42% from 255 or 23.30% from 352); Blue value is 138 (54.30% from 255 or 39.20% from 352); Max value from RGB is 138 - color contains mainly: blue. Hex color #84528A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84528A is #7BAD75. Grayscale: #676767. Windows color (decimal): -8105334 or 9065092. OLE color: 9065092.

HSL color Cylindrical-coordinate representation of color #84528A: hue angle of 293.57º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #84528A is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB13282138-
CMYK0.040.4100.46
HSL293.57º25.45%43.14%-
HSV(B)293.57º40.58%54.12%-
XYZ17.1212.7825.61-
YUV103.33147.56148.45-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.5%
GREEN value IS 82 (32.42% from 255) = 23.30%
BLUE value IS 138 (54.30% from 255) = 39.20%
R=37.5%
G=23.30%
B=39.20%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal132821380.040.4100.46293.5725.4543.14
Hex84528A42902E126192b
Octal2041222124510564463153
Binary10000100101001010001010100101001010111010010011011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84528A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84528A; }

 p { color: rgb(132,82,138); }

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

<style>
 a { background-color: #84528A; }

 a { background-color: rgb(132,82,138); }

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

<style>
 span { border-color: #84528A; }

 span { border-color: rgb(132,82,138); }

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