Html Css Color HEX #84598A Trendy Pink

📋 copy color: '#84598A'

red 132 ◦ green 89 ◦ blue 138

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

Shades of Trendy Pink #84598A

Tints of Trendy Pink #84598A

RGB

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

 GREEN value IS 89 (35.16% from 255) = 24.79%

 BLUE value IS 138 (54.3% from 255) = 38.44%

R = 36.77%
G = 24.79%
B = 38.44%

CMYK

 C value IS 0.04

 M value IS 0.36

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#84598A (or 0x84598A) is known color: Trendy Pink. HEX triplet: 84, 59 and 8A. RGB value is (132,89,138). Sum of RGB (Red+Green+Blue) = 132+89+138=359 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.77% from 359); Green value is 89 (35.16% from 255 or 24.79% from 359); Blue value is 138 (54.30% from 255 or 38.44% from 359); Max value from RGB is 138 - color contains mainly: blue. Hex color #84598A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84598A is #7BA675. Grayscale: #6B6B6B. Windows color (decimal): -8103542 or 9066884. OLE color: 9066884.

HSL color Cylindrical-coordinate representation of color #84598A: hue angle of 292.65º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #84598A is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 132 89 138 -
CMYK 0.04 0.36 0 0.46
HSL 292.65º 0.22% 0.45% -
HSV(B) 292.65º 0.36% 0.54% -
XYZ 17.68 13.89 25.79 -
YUV 107.44 145.25 145.52 -
System Red Green Blue C M Y K H S L
Decimal 132 89 138 0.04 0.36 0 0.46 292.65 0.22 0.45
Hex 84 59 8A 4 24 0 2E 125 16 2D
Octal 204 131 212 4 44 0 56 445 26 55
Binary 10000100 1011001 10001010 100 100100 0 101110 100100101 10110 101101

Color Harmonies of #84598A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84598A

Black with #84598A

Text Example


Text Example

White with #84598A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #84598A;
 }
 .AnyTagClassName
 {
   color: #84598A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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