#84558E

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

Shades of Trendy Pink #84558E

Tints of Trendy Pink #84558E

Color information

#84558E (or 0x84558E) is unknown color: approx Trendy Pink. HEX triplet: 84, 55 and 8E. RGB value is (132,85,142). Sum of RGB (Red+Green+Blue) = 132+85+142=359 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.77% from 359); Green value is 85 (33.59% from 255 or 23.68% from 359); Blue value is 142 (55.86% from 255 or 39.55% from 359); Max value from RGB is 142 - color contains mainly: blue. Hex color #84558E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84558E is #7BAA71. Grayscale: #696969. Windows color (decimal): -8104562 or 9328004. OLE color: 9328004.

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

Color convert

RGB13285142-
CMYK0.070.4000.44
HSL289.47º25.11%44.51%-
HSV(B)289.47º40.14%55.69%-
XYZ17.6513.3627.24-
YUV105.55148.57146.87-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.77%
GREEN value IS 85 (33.59% from 255) = 23.68%
BLUE value IS 142 (55.86% from 255) = 39.55%
R=36.77%
G=23.68%
B=39.55%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal132851420.070.4000.44289.4725.1144.51
Hex84558E72802C121192d
Octal2041252167500544413155
Binary10000100101010110001110111101000010110010010000111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84558E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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