#84648A

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

Shades of Trendy Pink #84648A

Tints of Trendy Pink #84648A

Color information

#84648A (or 0x84648A) is unknown color: approx Trendy Pink. HEX triplet: 84, 64 and 8A. RGB value is (132,100,138). Sum of RGB (Red+Green+Blue) = 132+100+138=370 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.68% from 370); Green value is 100 (39.45% from 255 or 27.03% from 370); Blue value is 138 (54.30% from 255 or 37.30% from 370); Max value from RGB is 138 - color contains mainly: blue. Hex color #84648A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84648A is #7B9B75. Grayscale: #717171. Windows color (decimal): -8100726 or 9069700. OLE color: 9069700.

HSL color Cylindrical-coordinate representation of color #84648A: hue angle of 290.53º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #84648A is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB132100138-
CMYK0.040.2800.46
HSL290.53º15.97%46.67%-
HSV(B)290.53º27.54%54.12%-
XYZ18.6615.8526.12-
YUV113.9141.6140.91-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.68%
GREEN value IS 100 (39.45% from 255) = 27.03%
BLUE value IS 138 (54.30% from 255) = 37.30%
R=35.68%
G=27.03%
B=37.30%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1321001380.040.2800.46290.5315.9746.67
Hex84648A41C02E123102f
Octal2041442124340564432057
Binary1000010011001001000101010011100010111010010001110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84648A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84648A; }

 p { color: rgb(132,100,138); }

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

<style>
 a { background-color: #84648A; }

 a { background-color: rgb(132,100,138); }

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

<style>
 span { border-color: #84648A; }

 span { border-color: rgb(132,100,138); }

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