#84497F

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

Shades of Trendy Pink #84497F

Tints of Trendy Pink #84497F

Color information

#84497F (or 0x84497F) is unknown color: approx Trendy Pink. HEX triplet: 84, 49 and 7F. RGB value is (132,73,127). Sum of RGB (Red+Green+Blue) = 132+73+127=332 (43% of max value = 765). Red value is 132 (51.95% from 255 or 39.76% from 332); Green value is 73 (28.91% from 255 or 21.99% from 332); Blue value is 127 (50% from 255 or 38.25% from 332); Max value from RGB is 132 - color contains mainly: red. Hex color #84497F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84497F is #7BB680. Grayscale: #606060. Windows color (decimal): -8107649 or 8341892. OLE color: 8341892.

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

Color convert

RGB13273127-
CMYK00.450.040.48
HSL305.08º28.78%40.2%-
HSV(B)305.08º44.7%51.76%-
XYZ15.7311.221.41-
YUV96.8145.05153.11-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.76%
GREEN value IS 73 (28.91% from 255) = 21.99%
BLUE value IS 127 (50% from 255) = 38.25%
R=39.76%
G=21.99%
B=38.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.04
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1327312700.450.040.48305.0828.7840.2
Hex84497F02D4301311d28
Octal2041111770554604613550
Binary1000010010010011111111010110110011000010011000111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84497F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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