#84608B

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

Shades of Trendy Pink #84608B

Tints of Trendy Pink #84608B

Color information

#84608B (or 0x84608B) is unknown color: approx Trendy Pink. HEX triplet: 84, 60 and 8B. RGB value is (132,96,139). Sum of RGB (Red+Green+Blue) = 132+96+139=367 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.97% from 367); Green value is 96 (37.89% from 255 or 26.16% from 367); Blue value is 139 (54.69% from 255 or 37.87% from 367); Max value from RGB is 139 - color contains mainly: blue. Hex color #84608B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84608B is #7B9F74. Grayscale: #6F6F6F. Windows color (decimal): -8101749 or 9134212. OLE color: 9134212.

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

Color convert

RGB13296139-
CMYK0.050.3100.45
HSL290.23º18.3%46.08%-
HSV(B)290.23º30.94%54.51%-
XYZ18.3615.1426.38-
YUV111.67143.43142.5-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.97%
GREEN value IS 96 (37.89% from 255) = 26.16%
BLUE value IS 139 (54.69% from 255) = 37.87%
R=35.97%
G=26.16%
B=37.87%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal132961390.050.3100.45290.2318.346.08
Hex84608B51F02D122122e
Octal2041402135370554422256
Binary1000010011000001000101110111111010110110010001010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84608B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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