#84658B

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

Shades of Trendy Pink #84658B

Tints of Trendy Pink #84658B

Color information

#84658B (or 0x84658B) is unknown color: approx Trendy Pink. HEX triplet: 84, 65 and 8B. RGB value is (132,101,139). Sum of RGB (Red+Green+Blue) = 132+101+139=372 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.48% from 372); Green value is 101 (39.84% from 255 or 27.15% from 372); Blue value is 139 (54.69% from 255 or 37.37% from 372); Max value from RGB is 139 - color contains mainly: blue. Hex color #84658B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84658B is #7B9A74. Grayscale: #727272. Windows color (decimal): -8100469 or 9135492. OLE color: 9135492.

HSL color Cylindrical-coordinate representation of color #84658B: hue angle of 288.95º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #84658B is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB132101139-
CMYK0.050.2700.45
HSL288.95º15.83%47.06%-
HSV(B)288.95º27.34%54.51%-
XYZ18.8316.0826.54-
YUV114.6141.77140.41-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.48%
GREEN value IS 101 (39.84% from 255) = 27.15%
BLUE value IS 139 (54.69% from 255) = 37.37%
R=35.48%
G=27.15%
B=37.37%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1321011390.050.2700.45288.9515.8347.06
Hex84658B51B02D121102f
Octal2041452135330554412057
Binary1000010011001011000101110111011010110110010000110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84658B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84658B; }

 p { color: rgb(132,101,139); }

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

<style>
 a { background-color: #84658B; }

 a { background-color: rgb(132,101,139); }

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

<style>
 span { border-color: #84658B; }

 span { border-color: rgb(132,101,139); }

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