Html Css Color HEX #84527B Trendy Pink

📋 copy color: '#84527B'

red 132 ◦ green 82 ◦ blue 123

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

Shades of Trendy Pink #84527B

Tints of Trendy Pink #84527B

RGB

 RED value IS 132 (51.95% from 255) = 39.17%

 GREEN value IS 82 (32.42% from 255) = 24.33%

 BLUE value IS 123 (48.44% from 255) = 36.5%

R = 39.17%
G = 24.33%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.07

 K value IS 0.48

RGB Variations

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

Color information

#84527B (or 0x84527B) is known color: Trendy Pink. HEX triplet: 84, 52 and 7B. RGB value is (132,82,123). Sum of RGB (Red+Green+Blue) = 132+82+123=337 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.17% from 337); Green value is 82 (32.42% from 255 or 24.33% from 337); Blue value is 123 (48.44% from 255 or 36.50% from 337); Max value from RGB is 132 - color contains mainly: red. Hex color #84527B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84527B is #7BAD84. Grayscale: #656565. Windows color (decimal): -8105349 or 8082052. OLE color: 8082052.

HSL color Cylindrical-coordinate representation of color #84527B: hue angle of 310.8º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #84527B is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 82 123 -
CMYK 0 0.38 0.07 0.48
HSL 310.8º 0.23% 0.42% -
HSV(B) 310.8º 0.38% 0.52% -
XYZ 16.11 12.37 20.28 -
YUV 101.62 140.07 149.67 -
System Red Green Blue C M Y K H S L
Decimal 132 82 123 0 0.38 0.07 0.48 310.8 0.23 0.42
Hex 84 52 7B 0 26 7 30 137 17 2A
Octal 204 122 173 0 46 7 60 467 27 52
Binary 10000100 1010010 1111011 0 100110 111 110000 100110111 10111 101010

Color Harmonies of #84527B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84527B

Black with #84527B

Text Example


Text Example

White with #84527B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #84527B;
 }
 .AnyTagClassName
 {
   color: #84527B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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