#84507C

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

Shades of Trendy Pink #84507C

Tints of Trendy Pink #84507C

Color information

#84507C (or 0x84507C) is unknown color: approx Trendy Pink. HEX triplet: 84, 50 and 7C. RGB value is (132,80,124). Sum of RGB (Red+Green+Blue) = 132+80+124=336 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.29% from 336); Green value is 80 (31.64% from 255 or 23.81% from 336); Blue value is 124 (48.83% from 255 or 36.90% from 336); Max value from RGB is 132 - color contains mainly: red. Hex color #84507C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84507C is #7BAF83. Grayscale: #646464. Windows color (decimal): -8105860 or 8147076. OLE color: 8147076.

HSL color Cylindrical-coordinate representation of color #84507C: hue angle of 309.23º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #84507C is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB13280124-
CMYK00.390.060.48
HSL309.23º24.53%41.57%-
HSV(B)309.23º39.39%51.76%-
XYZ16.0212.120.56-
YUV100.56141.23150.42-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.29%
GREEN value IS 80 (31.64% from 255) = 23.81%
BLUE value IS 124 (48.83% from 255) = 36.90%
R=39.29%
G=23.81%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.06
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1328012400.390.060.48309.2324.5341.57
Hex84507C027630135192a
Octal2041201740476604653152
Binary1000010010100001111100010011111011000010011010111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84507C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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