Html Css Color HEX #83477C Trendy Pink

📋 copy color: '#83477C'

red 131 ◦ green 71 ◦ blue 124

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

Shades of Trendy Pink #83477C

Tints of Trendy Pink #83477C

RGB

 RED value IS 131 (51.56% from 255) = 40.18%

 GREEN value IS 71 (28.13% from 255) = 21.78%

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

R = 40.18%
G = 21.78%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#83477C (or 0x83477C) is known color: Trendy Pink. HEX triplet: 83, 47 and 7C. RGB value is (131,71,124). Sum of RGB (Red+Green+Blue) = 131+71+124=326 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.18% from 326); Green value is 71 (28.12% from 255 or 21.78% from 326); Blue value is 124 (48.83% from 255 or 38.04% from 326); Max value from RGB is 131 - color contains mainly: red. Hex color #83477C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83477C is #7CB883. Grayscale: #5E5E5E. Windows color (decimal): -8173700 or 8144771. OLE color: 8144771.

HSL color Cylindrical-coordinate representation of color #83477C: hue angle of 307º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #83477C is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 71 124 -
CMYK 0 0.46 0.05 0.49
HSL 307º 0.3% 0.4% -
HSV(B) 307º 0.46% 0.51% -
XYZ 15.25 10.79 20.35 -
YUV 94.98 144.38 153.69 -
System Red Green Blue C M Y K H S L
Decimal 131 71 124 0 0.46 0.05 0.49 307 0.3 0.4
Hex 83 47 7C 0 2E 5 31 133 1E 28
Octal 203 107 174 0 56 5 61 463 36 50
Binary 10000011 1000111 1111100 0 101110 101 110001 100110011 11110 101000

Color Harmonies of #83477C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83477C

Black with #83477C

Text Example


Text Example

White with #83477C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,71,124); }

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

background-color css

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

 a { background-color: rgb(131,71,124); }

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

border-color css

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

 span { border-color: rgb(131,71,124); }

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