Html Css Color HEX #83497D Trendy Pink

📋 copy color: '#83497D'

red 131 ◦ green 73 ◦ blue 125

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

Shades of Trendy Pink #83497D

Tints of Trendy Pink #83497D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 37.99%

R = 39.82%
G = 22.19%
B = 37.99%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#83497D (or 0x83497D) is known color: Trendy Pink. HEX triplet: 83, 49 and 7D. RGB value is (131,73,125). Sum of RGB (Red+Green+Blue) = 131+73+125=329 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.82% from 329); Green value is 73 (28.91% from 255 or 22.19% from 329); Blue value is 125 (49.22% from 255 or 37.99% from 329); Max value from RGB is 131 - color contains mainly: red. Hex color #83497D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83497D is #7CB682. Grayscale: #606060. Windows color (decimal): -8173187 or 8210819. OLE color: 8210819.

HSL color Cylindrical-coordinate representation of color #83497D: hue angle of 306.21º 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 #83497D is Cyan = 0, Magento = 0.44, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 73 125 -
CMYK 0 0.44 0.05 0.49
HSL 306.21º 0.28% 0.4% -
HSV(B) 306.21º 0.44% 0.51% -
XYZ 15.44 11.07 20.72 -
YUV 96.27 144.22 152.77 -
System Red Green Blue C M Y K H S L
Decimal 131 73 125 0 0.44 0.05 0.49 306.21 0.28 0.4
Hex 83 49 7D 0 2C 5 31 132 1C 28
Octal 203 111 175 0 54 5 61 462 34 50
Binary 10000011 1001001 1111101 0 101100 101 110001 100110010 11100 101000

Color Harmonies of #83497D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83497D

Black with #83497D

Text Example


Text Example

White with #83497D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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