Html Css Color HEX #84497E Trendy Pink

📋 copy color: '#84497E'

red 132 ◦ green 73 ◦ blue 126

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

Shades of Trendy Pink #84497E

Tints of Trendy Pink #84497E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.05%

 BLUE value IS 126 (49.61% from 255) = 38.07%

R = 39.88%
G = 22.05%
B = 38.07%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#84497E (or 0x84497E) is known color: Trendy Pink. HEX triplet: 84, 49 and 7E. RGB value is (132,73,126). Sum of RGB (Red+Green+Blue) = 132+73+126=331 (43% of max value = 765). Red value is 132 (51.95% from 255 or 39.88% from 331); Green value is 73 (28.91% from 255 or 22.05% from 331); Blue value is 126 (49.61% from 255 or 38.07% from 331); Max value from RGB is 132 - color contains mainly: red. Hex color #84497E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84497E is #7BB681. Grayscale: #606060. Windows color (decimal): -8107650 or 8276356. OLE color: 8276356.

HSL color Cylindrical-coordinate representation of color #84497E: hue angle of 306.1º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #84497E is Cyan = 0, Magento = 0.45, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 73 126 -
CMYK 0 0.45 0.05 0.48
HSL 306.1º 0.29% 0.4% -
HSV(B) 306.1º 0.45% 0.52% -
XYZ 15.66 11.18 21.07 -
YUV 96.68 144.55 153.19 -
System Red Green Blue C M Y K H S L
Decimal 132 73 126 0 0.45 0.05 0.48 306.1 0.29 0.4
Hex 84 49 7E 0 2D 5 30 132 1D 28
Octal 204 111 176 0 55 5 60 462 35 50
Binary 10000100 1001001 1111110 0 101101 101 110000 100110010 11101 101000

Color Harmonies of #84497E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84497E

Black with #84497E

Text Example


Text Example

White with #84497E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,73,126); }

 H1.HeaderClassName
 {
   color: #84497E;
 }
 .AnyTagClassName
 {
   color: #84497E;
 }
</style>

background-color css

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

 a { background-color: rgb(132,73,126); }

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

border-color css

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

 span { border-color: rgb(132,73,126); }

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