Html Css Color HEX #84528B Trendy Pink

📋 copy color: '#84528B'

red 132 ◦ green 82 ◦ blue 139

#84528B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Trendy Pink #84528B

Tints of Trendy Pink #84528B

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 value IS 0.05

 M value IS 0.41

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#84528B (or 0x84528B) is known color: 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

RGB 132 82 139 -
CMYK 0.05 0.41 0 0.45
HSL 292.63º 0.26% 0.43% -
HSV(B) 292.63º 0.41% 0.55% -
XYZ 17.19 12.8 25.99 -
YUV 103.45 148.07 148.37 -
System Red Green Blue C M Y K H S L
Decimal 132 82 139 0.05 0.41 0 0.45 292.63 0.26 0.43
Hex 84 52 8B 5 29 0 2D 125 1A 2B
Octal 204 122 213 5 51 0 55 445 32 53
Binary 10000100 1010010 10001011 101 101001 0 101101 100100101 11010 101011

Color Harmonies of #84528B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84528B

Black with #84528B

Text Example


Text Example

White with #84528B

Text Example


Text Example

HTML Codes & Css Web 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>