Html Css Color HEX #83557E Trendy Pink

📋 copy color: '#83557E'

red 131 ◦ green 85 ◦ blue 126

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

Shades of Trendy Pink #83557E

Tints of Trendy Pink #83557E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 36.84%

R = 38.3%
G = 24.85%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.04

 K value IS 0.49

RGB Variations

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

Color information

#83557E (or 0x83557E) is known color: Trendy Pink. HEX triplet: 83, 55 and 7E. RGB value is (131,85,126). Sum of RGB (Red+Green+Blue) = 131+85+126=342 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.30% from 342); Green value is 85 (33.59% from 255 or 24.85% from 342); Blue value is 126 (49.61% from 255 or 36.84% from 342); Max value from RGB is 131 - color contains mainly: red. Hex color #83557E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83557E is #7CAA81. Grayscale: #676767. Windows color (decimal): -8170114 or 8279427. OLE color: 8279427.

HSL color Cylindrical-coordinate representation of color #83557E: hue angle of 306.52º 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 #83557E is Cyan = 0, Magento = 0.35, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 85 126 -
CMYK 0 0.35 0.04 0.49
HSL 306.52º 0.21% 0.42% -
HSV(B) 306.52º 0.35% 0.51% -
XYZ 16.37 12.83 21.35 -
YUV 103.43 140.74 147.67 -
System Red Green Blue C M Y K H S L
Decimal 131 85 126 0 0.35 0.04 0.49 306.52 0.21 0.42
Hex 83 55 7E 0 23 4 31 133 15 2A
Octal 203 125 176 0 43 4 61 463 25 52
Binary 10000011 1010101 1111110 0 100011 100 110001 100110011 10101 101010

Color Harmonies of #83557E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83557E

Black with #83557E

Text Example


Text Example

White with #83557E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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