Html Css Color HEX #84477C Trendy Pink

📋 copy color: '#84477C'

red 132 ◦ green 71 ◦ blue 124

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

Shades of Trendy Pink #84477C

Tints of Trendy Pink #84477C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.71%

 BLUE value IS 124 (48.83% from 255) = 37.92%

R = 40.37%
G = 21.71%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.06

 K value IS 0.48

RGB Variations

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

Color information

#84477C (or 0x84477C) is known color: Trendy Pink. HEX triplet: 84, 47 and 7C. RGB value is (132,71,124). Sum of RGB (Red+Green+Blue) = 132+71+124=327 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.37% from 327); Green value is 71 (28.12% from 255 or 21.71% from 327); Blue value is 124 (48.83% from 255 or 37.92% from 327); Max value from RGB is 132 - color contains mainly: red. Hex color #84477C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84477C is #7BB883. Grayscale: #5F5F5F. Windows color (decimal): -8108164 or 8144772. OLE color: 8144772.

HSL color Cylindrical-coordinate representation of color #84477C: hue angle of 307.87º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #84477C is Cyan = 0, Magento = 0.46, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 71 124 -
CMYK 0 0.46 0.06 0.48
HSL 307.87º 0.3% 0.4% -
HSV(B) 307.87º 0.46% 0.52% -
XYZ 15.41 10.87 20.35 -
YUV 95.28 144.21 154.19 -
System Red Green Blue C M Y K H S L
Decimal 132 71 124 0 0.46 0.06 0.48 307.87 0.3 0.4
Hex 84 47 7C 0 2E 6 30 134 1E 28
Octal 204 107 174 0 56 6 60 464 36 50
Binary 10000100 1000111 1111100 0 101110 110 110000 100110100 11110 101000

Color Harmonies of #84477C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84477C

Black with #84477C

Text Example


Text Example

White with #84477C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84477C; }

 p { color: rgb(132,71,124); }

 H1.HeaderClassName
 {
   color: #84477C;
 }
 .AnyTagClassName
 {
   color: #84477C;
 }
</style>

background-color css

<style>
 a { background-color: #84477C; }

 a { background-color: rgb(132,71,124); }

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

border-color css

<style>
 span { border-color: #84477C; }

 span { border-color: rgb(132,71,124); }

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