Html Css Color HEX #84487B Trendy Pink

📋 copy color: '#84487B'

red 132 ◦ green 72 ◦ blue 123

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

Shades of Trendy Pink #84487B

Tints of Trendy Pink #84487B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.02%

 BLUE value IS 123 (48.44% from 255) = 37.61%

R = 40.37%
G = 22.02%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.07

 K value IS 0.48

RGB Variations

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

Color information

#84487B (or 0x84487B) is known color: Trendy Pink. HEX triplet: 84, 48 and 7B. RGB value is (132,72,123). Sum of RGB (Red+Green+Blue) = 132+72+123=327 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.37% from 327); Green value is 72 (28.52% from 255 or 22.02% from 327); Blue value is 123 (48.44% from 255 or 37.61% from 327); Max value from RGB is 132 - color contains mainly: red. Hex color #84487B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84487B is #7BB784. Grayscale: #5F5F5F. Windows color (decimal): -8107909 or 8079492. OLE color: 8079492.

HSL color Cylindrical-coordinate representation of color #84487B: hue angle of 309º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #84487B is Cyan = 0, Magento = 0.45, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 72 123 -
CMYK 0 0.45 0.07 0.48
HSL 309º 0.29% 0.4% -
HSV(B) 309º 0.45% 0.52% -
XYZ 15.41 10.97 20.04 -
YUV 95.75 143.38 153.85 -
System Red Green Blue C M Y K H S L
Decimal 132 72 123 0 0.45 0.07 0.48 309 0.29 0.4
Hex 84 48 7B 0 2D 7 30 135 1D 28
Octal 204 110 173 0 55 7 60 465 35 50
Binary 10000100 1001000 1111011 0 101101 111 110000 100110101 11101 101000

Color Harmonies of #84487B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84487B

Black with #84487B

Text Example


Text Example

White with #84487B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,72,123); }

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

background-color css

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

 a { background-color: rgb(132,72,123); }

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

border-color css

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

 span { border-color: rgb(132,72,123); }

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