Html Css Color HEX #84588C Trendy Pink

📋 copy color: '#84588C'

red 132 ◦ green 88 ◦ blue 140

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

Shades of Trendy Pink #84588C

Tints of Trendy Pink #84588C

RGB

 RED value IS 132 (51.95% from 255) = 36.67%

 GREEN value IS 88 (34.77% from 255) = 24.44%

 BLUE value IS 140 (55.08% from 255) = 38.89%

R = 36.67%
G = 24.44%
B = 38.89%

CMYK

 C value IS 0.06

 M value IS 0.37

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#84588C (or 0x84588C) is known color: Trendy Pink. HEX triplet: 84, 58 and 8C. RGB value is (132,88,140). Sum of RGB (Red+Green+Blue) = 132+88+140=360 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.67% from 360); Green value is 88 (34.77% from 255 or 24.44% from 360); Blue value is 140 (55.08% from 255 or 38.89% from 360); Max value from RGB is 140 - color contains mainly: blue. Hex color #84588C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84588C is #7BA773. Grayscale: #6A6A6A. Windows color (decimal): -8103796 or 9197700. OLE color: 9197700.

HSL color Cylindrical-coordinate representation of color #84588C: hue angle of 290.77º 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 #84588C is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 132 88 140 -
CMYK 0.06 0.37 0 0.45
HSL 290.77º 0.23% 0.45% -
HSV(B) 290.77º 0.37% 0.55% -
XYZ 17.74 13.78 26.54 -
YUV 107.08 146.58 145.77 -
System Red Green Blue C M Y K H S L
Decimal 132 88 140 0.06 0.37 0 0.45 290.77 0.23 0.45
Hex 84 58 8C 6 25 0 2D 123 17 2D
Octal 204 130 214 6 45 0 55 443 27 55
Binary 10000100 1011000 10001100 110 100101 0 101101 100100011 10111 101101

Color Harmonies of #84588C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84588C

Black with #84588C

Text Example


Text Example

White with #84588C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #84588C;
 }
 .AnyTagClassName
 {
   color: #84588C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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