#84588D

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

Shades of Trendy Pink #84588D

Tints of Trendy Pink #84588D

Color information

#84588D (or 0x84588D) is unknown color: approx Trendy Pink. HEX triplet: 84, 58 and 8D. RGB value is (132,88,141). Sum of RGB (Red+Green+Blue) = 132+88+141=361 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.57% from 361); Green value is 88 (34.77% from 255 or 24.38% from 361); Blue value is 141 (55.47% from 255 or 39.06% from 361); Max value from RGB is 141 - color contains mainly: blue. Hex color #84588D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84588D is #7BA772. Grayscale: #6B6B6B. Windows color (decimal): -8103795 or 9263236. OLE color: 9263236.

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

Color convert

RGB13288141-
CMYK0.060.3800.45
HSL289.81º23.14%44.9%-
HSV(B)289.81º37.59%55.29%-
XYZ17.8113.8126.93-
YUV107.2147.08145.69-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.57%
GREEN value IS 88 (34.77% from 255) = 24.38%
BLUE value IS 141 (55.47% from 255) = 39.06%
R=36.57%
G=24.38%
B=39.06%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal132881410.060.3800.45289.8123.1444.9
Hex84588D62602D122172d
Octal2041302156460554422755
Binary10000100101100010001101110100110010110110010001010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84588D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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