#84627F

Color #84627F Trendy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Pink #84627F

Tints of Trendy Pink #84627F

Color information

#84627F (or 0x84627F) is unknown color: approx Trendy Pink. HEX triplet: 84, 62 and 7F. RGB value is (132,98,127). Sum of RGB (Red+Green+Blue) = 132+98+127=357 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.97% from 357); Green value is 98 (38.67% from 255 or 27.45% from 357); Blue value is 127 (50% from 255 or 35.57% from 357); Max value from RGB is 132 - color contains mainly: red. Hex color #84627F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84627F is #7B9D80. Grayscale: #6F6F6F. Windows color (decimal): -8101249 or 8348292. OLE color: 8348292.

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

Color convert

RGB13298127-
CMYK00.260.040.48
HSL308.82º14.78%45.1%-
HSV(B)308.82º25.76%51.76%-
XYZ17.7115.1722.07-
YUV111.47136.76142.64-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.97%
GREEN value IS 98 (38.67% from 255) = 27.45%
BLUE value IS 127 (50% from 255) = 35.57%
R=36.97%
G=27.45%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.04
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1329812700.260.040.48308.8214.7845.1
Hex84627F01A430135f2d
Octal2041421770324604651755
Binary10000100110001011111110110101001100001001101011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84627F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84627F; }

 p { color: rgb(132,98,127); }

 H1.HeaderClassName
 {
   color: #84627F;
 }
 .AnyTagClassName
 {
   color: #84627F;
 }
</style>
background-color css

<style>
 a { background-color: #84627F; }

 a { background-color: rgb(132,98,127); }

 div.DivClassName
 {
   background-color: #84627F;
 }
 .BgClassName
 {
   background-color: #84627F;
 }
</style>
border-color css

<style>
 span { border-color: #84627F; }

 span { border-color: rgb(132,98,127); }

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