#84548D

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

Shades of Trendy Pink #84548D

Tints of Trendy Pink #84548D

Color information

#84548D (or 0x84548D) is unknown color: approx Trendy Pink. HEX triplet: 84, 54 and 8D. RGB value is (132,84,141). Sum of RGB (Red+Green+Blue) = 132+84+141=357 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.97% from 357); Green value is 84 (33.20% from 255 or 23.53% from 357); Blue value is 141 (55.47% from 255 or 39.50% from 357); Max value from RGB is 141 - color contains mainly: blue. Hex color #84548D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84548D is #7BAB72. Grayscale: #686868. Windows color (decimal): -8104819 or 9262212. OLE color: 9262212.

HSL color Cylindrical-coordinate representation of color #84548D: hue angle of 290.53º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #84548D is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13284141-
CMYK0.060.4000.45
HSL290.53º25.33%44.12%-
HSV(B)290.53º40.43%55.29%-
XYZ17.4913.1726.82-
YUV104.85148.4147.37-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.97%
GREEN value IS 84 (33.20% from 255) = 23.53%
BLUE value IS 141 (55.47% from 255) = 39.50%
R=36.97%
G=23.53%
B=39.50%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal132841410.060.4000.45290.5325.3344.12
Hex84548D62802D123192c
Octal2041242156500554433154
Binary10000100101010010001101110101000010110110010001111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84548D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84548D; }

 p { color: rgb(132,84,141); }

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

<style>
 a { background-color: #84548D; }

 a { background-color: rgb(132,84,141); }

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

<style>
 span { border-color: #84548D; }

 span { border-color: rgb(132,84,141); }

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