Html Css Color HEX #84588E Trendy Pink

📋 copy color: '#84588E'

red 132 ◦ green 88 ◦ blue 142

#84588E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Trendy Pink #84588E

Tints of Trendy Pink #84588E

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 value IS 0.07

 M value IS 0.38

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#84588E (or 0x84588E) is known color: 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

RGB 132 88 142 -
CMYK 0.07 0.38 0 0.44
HSL 288.89º 0.23% 0.45% -
HSV(B) 288.89º 0.38% 0.56% -
XYZ 17.89 13.84 27.32 -
YUV 107.31 147.58 145.61 -
System Red Green Blue C M Y K H S L
Decimal 132 88 142 0.07 0.38 0 0.44 288.89 0.23 0.45
Hex 84 58 8E 7 26 0 2C 121 17 2D
Octal 204 130 216 7 46 0 54 441 27 55
Binary 10000100 1011000 10001110 111 100110 0 101100 100100001 10111 101101

Color Harmonies of #84588E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84588E

Black with #84588E

Text Example


Text Example

White with #84588E

Text Example


Text Example

HTML Codes & Css Web 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>