Html Css Color HEX #83517D Trendy Pink

📋 copy color: '#83517D'

red 131 ◦ green 81 ◦ blue 125

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

Shades of Trendy Pink #83517D

Tints of Trendy Pink #83517D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.04%

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

R = 38.87%
G = 24.04%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#83517D (or 0x83517D) is known color: Trendy Pink. HEX triplet: 83, 51 and 7D. RGB value is (131,81,125). Sum of RGB (Red+Green+Blue) = 131+81+125=337 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.87% from 337); Green value is 81 (32.03% from 255 or 24.04% from 337); Blue value is 125 (49.22% from 255 or 37.09% from 337); Max value from RGB is 131 - color contains mainly: red. Hex color #83517D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83517D is #7CAE82. Grayscale: #646464. Windows color (decimal): -8171139 or 8212867. OLE color: 8212867.

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

Color convert

RGB 131 81 125 -
CMYK 0 0.38 0.05 0.49
HSL 307.2º 0.24% 0.42% -
HSV(B) 307.2º 0.38% 0.51% -
XYZ 16 12.19 20.91 -
YUV 100.97 141.57 149.42 -
System Red Green Blue C M Y K H S L
Decimal 131 81 125 0 0.38 0.05 0.49 307.2 0.24 0.42
Hex 83 51 7D 0 26 5 31 133 18 2A
Octal 203 121 175 0 46 5 61 463 30 52
Binary 10000011 1010001 1111101 0 100110 101 110001 100110011 11000 101010

Color Harmonies of #83517D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83517D

Black with #83517D

Text Example


Text Example

White with #83517D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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