Html Css Color HEX #83497E Trendy Pink

📋 copy color: '#83497E'

red 131 ◦ green 73 ◦ blue 126

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

Shades of Trendy Pink #83497E

Tints of Trendy Pink #83497E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.12%

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

R = 39.7%
G = 22.12%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.04

 K value IS 0.49

RGB Variations

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

Color information

#83497E (or 0x83497E) is known color: Trendy Pink. HEX triplet: 83, 49 and 7E. RGB value is (131,73,126). Sum of RGB (Red+Green+Blue) = 131+73+126=330 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.70% from 330); Green value is 73 (28.91% from 255 or 22.12% from 330); Blue value is 126 (49.61% from 255 or 38.18% from 330); Max value from RGB is 131 - color contains mainly: red. Hex color #83497E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83497E is #7CB681. Grayscale: #606060. Windows color (decimal): -8173186 or 8276355. OLE color: 8276355.

HSL color Cylindrical-coordinate representation of color #83497E: hue angle of 305.17º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #83497E is Cyan = 0, Magento = 0.44, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 73 126 -
CMYK 0 0.44 0.04 0.49
HSL 305.17º 0.28% 0.4% -
HSV(B) 305.17º 0.44% 0.51% -
XYZ 15.51 11.1 21.06 -
YUV 96.38 144.72 152.69 -
System Red Green Blue C M Y K H S L
Decimal 131 73 126 0 0.44 0.04 0.49 305.17 0.28 0.4
Hex 83 49 7E 0 2C 4 31 131 1C 28
Octal 203 111 176 0 54 4 61 461 34 50
Binary 10000011 1001001 1111110 0 101100 100 110001 100110001 11100 101000

Color Harmonies of #83497E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83497E

Black with #83497E

Text Example


Text Example

White with #83497E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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