#83477C

Color #83477C Trendy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Pink #83477C

Tints of Trendy Pink #83477C

Color information

#83477C (or 0x83477C) is unknown color: approx 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

RGB13171124-
CMYK00.460.050.49
HSL307º29.7%39.61%-
HSV(B)307º45.8%51.37%-
XYZ15.2510.7920.35-
YUV94.98144.38153.69-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 40.18%
GREEN value IS 71 (28.12% 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 (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1317112400.460.050.4930729.739.61
Hex83477C02E5311331e28
Octal2031071740565614633650
Binary1000001110001111111100010111010111000110011001111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83477C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>