#84648B

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

Shades of Trendy Pink #84648B

Tints of Trendy Pink #84648B

Color information

#84648B (or 0x84648B) is unknown color: approx Trendy Pink. HEX triplet: 84, 64 and 8B. RGB value is (132,100,139). Sum of RGB (Red+Green+Blue) = 132+100+139=371 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.58% from 371); Green value is 100 (39.45% from 255 or 26.95% from 371); Blue value is 139 (54.69% from 255 or 37.47% from 371); Max value from RGB is 139 - color contains mainly: blue. Hex color #84648B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84648B is #7B9B74. Grayscale: #717171. Windows color (decimal): -8100725 or 9135236. OLE color: 9135236.

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

Color convert

RGB132100139-
CMYK0.050.2800.45
HSL289.23º16.32%46.86%-
HSV(B)289.23º28.06%54.51%-
XYZ18.7315.8826.5-
YUV114.01142.1140.83-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.58%
GREEN value IS 100 (39.45% from 255) = 26.95%
BLUE value IS 139 (54.69% from 255) = 37.47%
R=35.58%
G=26.95%
B=37.47%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1321001390.050.2800.45289.2316.3246.86
Hex84648B51C02D121102f
Octal2041442135340554412057
Binary1000010011001001000101110111100010110110010000110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84648B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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