Html Css Color HEX #84507B Trendy Pink

📋 copy color: '#84507B'

red 132 ◦ green 80 ◦ blue 123

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

Shades of Trendy Pink #84507B

Tints of Trendy Pink #84507B

RGB

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

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

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

R = 39.4%
G = 23.88%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.07

 K value IS 0.48

RGB Variations

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

Color information

#84507B (or 0x84507B) is known color: Trendy Pink. HEX triplet: 84, 50 and 7B. RGB value is (132,80,123). Sum of RGB (Red+Green+Blue) = 132+80+123=335 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.40% from 335); Green value is 80 (31.64% from 255 or 23.88% from 335); Blue value is 123 (48.44% from 255 or 36.72% from 335); Max value from RGB is 132 - color contains mainly: red. Hex color #84507B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84507B is #7BAF84. Grayscale: #646464. Windows color (decimal): -8105861 or 8081540. OLE color: 8081540.

HSL color Cylindrical-coordinate representation of color #84507B: hue angle of 310.38º 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 #84507B is Cyan = 0, Magento = 0.39, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 80 123 -
CMYK 0 0.39 0.07 0.48
HSL 310.38º 0.25% 0.42% -
HSV(B) 310.38º 0.39% 0.52% -
XYZ 15.96 12.07 20.23 -
YUV 100.45 140.73 150.5 -
System Red Green Blue C M Y K H S L
Decimal 132 80 123 0 0.39 0.07 0.48 310.38 0.25 0.42
Hex 84 50 7B 0 27 7 30 136 19 2A
Octal 204 120 173 0 47 7 60 466 31 52
Binary 10000100 1010000 1111011 0 100111 111 110000 100110110 11001 101010

Color Harmonies of #84507B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84507B

Black with #84507B

Text Example


Text Example

White with #84507B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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