#84538A

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

Shades of Trendy Pink #84538A

Tints of Trendy Pink #84538A

Color information

#84538A (or 0x84538A) is unknown color: approx Trendy Pink. HEX triplet: 84, 53 and 8A. RGB value is (132,83,138). Sum of RGB (Red+Green+Blue) = 132+83+138=353 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.39% from 353); Green value is 83 (32.81% from 255 or 23.51% from 353); Blue value is 138 (54.30% from 255 or 39.09% from 353); Max value from RGB is 138 - color contains mainly: blue. Hex color #84538A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84538A is #7BAC75. Grayscale: #676767. Windows color (decimal): -8105078 or 9065348. OLE color: 9065348.

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

Color convert

RGB13283138-
CMYK0.040.4000.46
HSL293.45º24.89%43.33%-
HSV(B)293.45º39.86%54.12%-
XYZ17.212.9325.63-
YUV103.92147.23148.03-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.39%
GREEN value IS 83 (32.81% from 255) = 23.51%
BLUE value IS 138 (54.30% from 255) = 39.09%
R=37.39%
G=23.51%
B=39.09%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal132831380.040.4000.46293.4524.8943.33
Hex84538A42802E125192b
Octal2041232124500564453153
Binary10000100101001110001010100101000010111010010010111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84538A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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