Html Css Color HEX #84617D Trendy Pink

📋 copy color: '#84617D'

red 132 ◦ green 97 ◦ blue 125

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

Shades of Trendy Pink #84617D

Tints of Trendy Pink #84617D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.4%

 BLUE value IS 125 (49.22% from 255) = 35.31%

R = 37.29%
G = 27.4%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#84617D (or 0x84617D) is known color: Trendy Pink. HEX triplet: 84, 61 and 7D. RGB value is (132,97,125). Sum of RGB (Red+Green+Blue) = 132+97+125=354 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.29% from 354); Green value is 97 (38.28% from 255 or 27.40% from 354); Blue value is 125 (49.22% from 255 or 35.31% from 354); Max value from RGB is 132 - color contains mainly: red. Hex color #84617D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84617D is #7B9E82. Grayscale: #6E6E6E. Windows color (decimal): -8101507 or 8216964. OLE color: 8216964.

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

Color convert

RGB 132 97 125 -
CMYK 0 0.27 0.05 0.48
HSL 312º 0.15% 0.45% -
HSV(B) 312º 0.27% 0.52% -
XYZ 17.49 14.94 21.36 -
YUV 110.66 136.1 143.22 -
System Red Green Blue C M Y K H S L
Decimal 132 97 125 0 0.27 0.05 0.48 312 0.15 0.45
Hex 84 61 7D 0 1B 5 30 138 F 2D
Octal 204 141 175 0 33 5 60 470 17 55
Binary 10000100 1100001 1111101 0 11011 101 110000 100111000 1111 101101

Color Harmonies of #84617D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84617D

Black with #84617D

Text Example


Text Example

White with #84617D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84617D; }

 p { color: rgb(132,97,125); }

 H1.HeaderClassName
 {
   color: #84617D;
 }
 .AnyTagClassName
 {
   color: #84617D;
 }
</style>

background-color css

<style>
 a { background-color: #84617D; }

 a { background-color: rgb(132,97,125); }

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

border-color css

<style>
 span { border-color: #84617D; }

 span { border-color: rgb(132,97,125); }

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