#84497E

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

Shades of Trendy Pink #84497E

Tints of Trendy Pink #84497E

Color information

#84497E (or 0x84497E) is unknown color: approx Trendy Pink. HEX triplet: 84, 49 and 7E. RGB value is (132,73,126). Sum of RGB (Red+Green+Blue) = 132+73+126=331 (43% of max value = 765). Red value is 132 (51.95% from 255 or 39.88% from 331); Green value is 73 (28.91% from 255 or 22.05% from 331); Blue value is 126 (49.61% from 255 or 38.07% from 331); Max value from RGB is 132 - color contains mainly: red. Hex color #84497E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84497E is #7BB681. Grayscale: #606060. Windows color (decimal): -8107650 or 8276356. OLE color: 8276356.

HSL color Cylindrical-coordinate representation of color #84497E: hue angle of 306.1º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #84497E is Cyan = 0, Magento = 0.45, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB13273126-
CMYK00.450.050.48
HSL306.1º28.78%40.2%-
HSV(B)306.1º44.7%51.76%-
XYZ15.6611.1821.07-
YUV96.68144.55153.19-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.88%
GREEN value IS 73 (28.91% from 255) = 22.05%
BLUE value IS 126 (49.61% from 255) = 38.07%
R=39.88%
G=22.05%
B=38.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1327312600.450.050.48306.128.7840.2
Hex84497E02D5301321d28
Octal2041111760555604623550
Binary1000010010010011111110010110110111000010011001011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84497E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84497E; }

 p { color: rgb(132,73,126); }

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

<style>
 a { background-color: #84497E; }

 a { background-color: rgb(132,73,126); }

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

<style>
 span { border-color: #84497E; }

 span { border-color: rgb(132,73,126); }

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