Html Css Color HEX #84558B Trendy Pink

📋 copy color: '#84558B'

red 132 ◦ green 85 ◦ blue 139

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

Shades of Trendy Pink #84558B

Tints of Trendy Pink #84558B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.88%

 BLUE value IS 139 (54.69% from 255) = 39.04%

R = 37.08%
G = 23.88%
B = 39.04%

CMYK

 C value IS 0.05

 M value IS 0.39

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#84558B (or 0x84558B) is known color: Trendy Pink. HEX triplet: 84, 55 and 8B. RGB value is (132,85,139). Sum of RGB (Red+Green+Blue) = 132+85+139=356 (47% of max value = 765). Red value is 132 (51.95% from 255 or 37.08% from 356); Green value is 85 (33.59% from 255 or 23.88% from 356); Blue value is 139 (54.69% from 255 or 39.04% from 356); Max value from RGB is 139 - color contains mainly: blue. Hex color #84558B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84558B is #7BAA74. Grayscale: #696969. Windows color (decimal): -8104565 or 9131396. OLE color: 9131396.

HSL color Cylindrical-coordinate representation of color #84558B: hue angle of 292.22º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #84558B is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 132 85 139 -
CMYK 0.05 0.39 0 0.45
HSL 292.22º 0.24% 0.44% -
HSV(B) 292.22º 0.39% 0.55% -
XYZ 17.42 13.27 26.07 -
YUV 105.21 147.07 147.11 -
System Red Green Blue C M Y K H S L
Decimal 132 85 139 0.05 0.39 0 0.45 292.22 0.24 0.44
Hex 84 55 8B 5 27 0 2D 124 18 2C
Octal 204 125 213 5 47 0 55 444 30 54
Binary 10000100 1010101 10001011 101 100111 0 101101 100100100 11000 101100

Color Harmonies of #84558B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84558B

Black with #84558B

Text Example


Text Example

White with #84558B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84558B; }

 p { color: rgb(132,85,139); }

 H1.HeaderClassName
 {
   color: #84558B;
 }
 .AnyTagClassName
 {
   color: #84558B;
 }
</style>

background-color css

<style>
 a { background-color: #84558B; }

 a { background-color: rgb(132,85,139); }

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

border-color css

<style>
 span { border-color: #84558B; }

 span { border-color: rgb(132,85,139); }

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