#84528B

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

Shades of Trendy Pink #84528B

Tints of Trendy Pink #84528B

Color information

#84528B (or 0x84528B) is unknown color: approx Trendy Pink. HEX triplet: 84, 52 and 8B. RGB value is (132,82,139). Sum of RGB (Red+Green+Blue) = 132+82+139=353 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.39% from 353); Green value is 82 (32.42% from 255 or 23.23% from 353); Blue value is 139 (54.69% from 255 or 39.38% from 353); Max value from RGB is 139 - color contains mainly: blue. Hex color #84528B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84528B is #7BAD74. Grayscale: #676767. Windows color (decimal): -8105333 or 9130628. OLE color: 9130628.

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

Color convert

RGB13282139-
CMYK0.050.4100.45
HSL292.63º25.79%43.33%-
HSV(B)292.63º41.01%54.51%-
XYZ17.1912.825.99-
YUV103.45148.06148.37-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.39%
GREEN value IS 82 (32.42% from 255) = 23.23%
BLUE value IS 139 (54.69% from 255) = 39.38%
R=37.39%
G=23.23%
B=39.38%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal132821390.050.4100.45292.6325.7943.33
Hex84528B52902D1251a2b
Octal2041222135510554453253
Binary10000100101001010001011101101001010110110010010111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84528B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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