Html Css Color HEX #83557C Trendy Pink

📋 copy color: '#83557C'

red 131 ◦ green 85 ◦ blue 124

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

Shades of Trendy Pink #83557C

Tints of Trendy Pink #83557C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25%

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

R = 38.53%
G = 25%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#83557C (or 0x83557C) is known color: Trendy Pink. HEX triplet: 83, 55 and 7C. RGB value is (131,85,124). Sum of RGB (Red+Green+Blue) = 131+85+124=340 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.53% from 340); Green value is 85 (33.59% from 255 or 25% from 340); Blue value is 124 (48.83% from 255 or 36.47% from 340); Max value from RGB is 131 - color contains mainly: red. Hex color #83557C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83557C is #7CAA83. Grayscale: #676767. Windows color (decimal): -8170116 or 8148355. OLE color: 8148355.

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

Color convert

RGB 131 85 124 -
CMYK 0 0.35 0.05 0.49
HSL 309.13º 0.21% 0.42% -
HSV(B) 309.13º 0.35% 0.51% -
XYZ 16.25 12.78 20.68 -
YUV 103.2 139.74 147.83 -
System Red Green Blue C M Y K H S L
Decimal 131 85 124 0 0.35 0.05 0.49 309.13 0.21 0.42
Hex 83 55 7C 0 23 5 31 135 15 2A
Octal 203 125 174 0 43 5 61 465 25 52
Binary 10000011 1010101 1111100 0 100011 101 110001 100110101 10101 101010

Color Harmonies of #83557C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83557C

Black with #83557C

Text Example


Text Example

White with #83557C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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