#84558B

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

Shades of Trendy Pink #84558B

Tints of Trendy Pink #84558B

Color information

#84558B (or 0x84558B) is unknown color: approx Trendy Pink. HEX triplet: 84, 55 and 8B. RGB value is (132,85,139). Sum of RGB (Red+Green+Blue) = 132+85+139=356 (47% of max value = 765). Red value is 132 (51.95% from 255 or 37.08% from 356); Green value is 85 (33.59% from 255 or 23.88% from 356); Blue value is 139 (54.69% from 255 or 39.04% from 356); Max value from RGB is 139 - color contains mainly: blue. Hex color #84558B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84558B is #7BAA74. Grayscale: #696969. Windows color (decimal): -8104565 or 9131396. OLE color: 9131396.

HSL color Cylindrical-coordinate representation of color #84558B: hue angle of 292.22º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #84558B is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13285139-
CMYK0.050.3900.45
HSL292.22º24.11%43.92%-
HSV(B)292.22º38.85%54.51%-
XYZ17.4213.2726.07-
YUV105.21147.07147.11-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.08%
GREEN value IS 85 (33.59% from 255) = 23.88%
BLUE value IS 139 (54.69% from 255) = 39.04%
R=37.08%
G=23.88%
B=39.04%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal132851390.050.3900.45292.2224.1143.92
Hex84558B52702D124182c
Octal2041252135470554443054
Binary10000100101010110001011101100111010110110010010011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84558B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84558B; }

 p { color: rgb(132,85,139); }

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

<style>
 a { background-color: #84558B; }

 a { background-color: rgb(132,85,139); }

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

<style>
 span { border-color: #84558B; }

 span { border-color: rgb(132,85,139); }

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