Html Css Color HEX #84507C Trendy Pink

📋 copy color: '#84507C'

red 132 ◦ green 80 ◦ blue 124

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

Shades of Trendy Pink #84507C

Tints of Trendy Pink #84507C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.81%

 BLUE value IS 124 (48.83% from 255) = 36.9%

R = 39.29%
G = 23.81%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.06

 K value IS 0.48

RGB Variations

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

Color information

#84507C (or 0x84507C) is known color: Trendy Pink. HEX triplet: 84, 50 and 7C. RGB value is (132,80,124). Sum of RGB (Red+Green+Blue) = 132+80+124=336 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.29% from 336); Green value is 80 (31.64% from 255 or 23.81% from 336); Blue value is 124 (48.83% from 255 or 36.90% from 336); Max value from RGB is 132 - color contains mainly: red. Hex color #84507C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84507C is #7BAF83. Grayscale: #646464. Windows color (decimal): -8105860 or 8147076. OLE color: 8147076.

HSL color Cylindrical-coordinate representation of color #84507C: hue angle of 309.23º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #84507C is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 80 124 -
CMYK 0 0.39 0.06 0.48
HSL 309.23º 0.25% 0.42% -
HSV(B) 309.23º 0.39% 0.52% -
XYZ 16.02 12.1 20.56 -
YUV 100.56 141.23 150.42 -
System Red Green Blue C M Y K H S L
Decimal 132 80 124 0 0.39 0.06 0.48 309.23 0.25 0.42
Hex 84 50 7C 0 27 6 30 135 19 2A
Octal 204 120 174 0 47 6 60 465 31 52
Binary 10000100 1010000 1111100 0 100111 110 110000 100110101 11001 101010

Color Harmonies of #84507C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84507C

Black with #84507C

Text Example


Text Example

White with #84507C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,80,124); }

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

background-color css

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

 a { background-color: rgb(132,80,124); }

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

border-color css

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

 span { border-color: rgb(132,80,124); }

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