#84497C

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

Shades of Trendy Pink #84497C

Tints of Trendy Pink #84497C

Color information

#84497C (or 0x84497C) is unknown color: approx Trendy Pink. HEX triplet: 84, 49 and 7C. RGB value is (132,73,124). Sum of RGB (Red+Green+Blue) = 132+73+124=329 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.12% from 329); Green value is 73 (28.91% from 255 or 22.19% from 329); Blue value is 124 (48.83% from 255 or 37.69% from 329); Max value from RGB is 132 - color contains mainly: red. Hex color #84497C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84497C is #7BB683. Grayscale: #606060. Windows color (decimal): -8107652 or 8145284. OLE color: 8145284.

HSL color Cylindrical-coordinate representation of color #84497C: hue angle of 308.14º 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 #84497C is Cyan = 0, Magento = 0.45, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB13273124-
CMYK00.450.060.48
HSL308.14º28.78%40.2%-
HSV(B)308.14º44.7%51.76%-
XYZ15.5411.1320.4-
YUV96.45143.55153.35-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.12%
GREEN value IS 73 (28.91% from 255) = 22.19%
BLUE value IS 124 (48.83% from 255) = 37.69%
R=40.12%
G=22.19%
B=37.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.06
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1327312400.450.060.48308.1428.7840.2
Hex84497C02D6301341d28
Octal2041111740556604643550
Binary1000010010010011111100010110111011000010011010011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84497C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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