#84598D

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

Shades of Trendy Pink #84598D

Tints of Trendy Pink #84598D

Color information

#84598D (or 0x84598D) is unknown color: approx Trendy Pink. HEX triplet: 84, 59 and 8D. RGB value is (132,89,141). Sum of RGB (Red+Green+Blue) = 132+89+141=362 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.46% from 362); Green value is 89 (35.16% from 255 or 24.59% from 362); Blue value is 141 (55.47% from 255 or 38.95% from 362); Max value from RGB is 141 - color contains mainly: blue. Hex color #84598D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84598D is #7BA672. Grayscale: #6B6B6B. Windows color (decimal): -8103539 or 9263492. OLE color: 9263492.

HSL color Cylindrical-coordinate representation of color #84598D: hue angle of 289.62º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #84598D is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13289141-
CMYK0.060.3700.45
HSL289.62º22.61%45.1%-
HSV(B)289.62º36.88%55.29%-
XYZ17.913.9726.95-
YUV107.78146.75145.27-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.46%
GREEN value IS 89 (35.16% from 255) = 24.59%
BLUE value IS 141 (55.47% from 255) = 38.95%
R=36.46%
G=24.59%
B=38.95%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal132891410.060.3700.45289.6222.6145.1
Hex84598D62502D122172d
Octal2041312156450554422755
Binary10000100101100110001101110100101010110110010001010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84598D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84598D; }

 p { color: rgb(132,89,141); }

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

<style>
 a { background-color: #84598D; }

 a { background-color: rgb(132,89,141); }

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

<style>
 span { border-color: #84598D; }

 span { border-color: rgb(132,89,141); }

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