#84588E

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

Shades of Trendy Pink #84588E

Tints of Trendy Pink #84588E

Color information

#84588E (or 0x84588E) is unknown color: approx Trendy Pink. HEX triplet: 84, 58 and 8E. RGB value is (132,88,142). Sum of RGB (Red+Green+Blue) = 132+88+142=362 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.46% from 362); Green value is 88 (34.77% from 255 or 24.31% from 362); Blue value is 142 (55.86% from 255 or 39.23% from 362); Max value from RGB is 142 - color contains mainly: blue. Hex color #84588E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84588E is #7BA771. Grayscale: #6B6B6B. Windows color (decimal): -8103794 or 9328772. OLE color: 9328772.

HSL color Cylindrical-coordinate representation of color #84588E: hue angle of 288.89º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #84588E is Cyan = 0.07, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13288142-
CMYK0.070.3800.44
HSL288.89º23.48%45.1%-
HSV(B)288.89º38.03%55.69%-
XYZ17.8913.8427.32-
YUV107.31147.58145.61-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.46%
GREEN value IS 88 (34.77% from 255) = 24.31%
BLUE value IS 142 (55.86% from 255) = 39.23%
R=36.46%
G=24.31%
B=39.23%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal132881420.070.3800.44288.8923.4845.1
Hex84588E72602C121172d
Octal2041302167460544412755
Binary10000100101100010001110111100110010110010010000110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84588E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84588E; }

 p { color: rgb(132,88,142); }

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

<style>
 a { background-color: #84588E; }

 a { background-color: rgb(132,88,142); }

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

<style>
 span { border-color: #84588E; }

 span { border-color: rgb(132,88,142); }

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