Html Css Color HEX #83527A Trendy Pink

📋 copy color: '#83527A'

red 131 ◦ green 82 ◦ blue 122

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

Shades of Trendy Pink #83527A

Tints of Trendy Pink #83527A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 24.48%

 BLUE value IS 122 (48.05% from 255) = 36.42%

R = 39.1%
G = 24.48%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.07

 K value IS 0.49

RGB Variations

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

Color information

#83527A (or 0x83527A) is known color: Trendy Pink. HEX triplet: 83, 52 and 7A. RGB value is (131,82,122). Sum of RGB (Red+Green+Blue) = 131+82+122=335 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.10% from 335); Green value is 82 (32.42% from 255 or 24.48% from 335); Blue value is 122 (48.05% from 255 or 36.42% from 335); Max value from RGB is 131 - color contains mainly: red. Hex color #83527A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83527A is #7CAD85. Grayscale: #656565. Windows color (decimal): -8170886 or 8016515. OLE color: 8016515.

HSL color Cylindrical-coordinate representation of color #83527A: hue angle of 311.02º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #83527A is Cyan = 0, Magento = 0.37, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 82 122 -
CMYK 0 0.37 0.07 0.49
HSL 311.02º 0.23% 0.42% -
HSV(B) 311.02º 0.37% 0.51% -
XYZ 15.89 12.27 19.94 -
YUV 101.21 139.73 149.25 -
System Red Green Blue C M Y K H S L
Decimal 131 82 122 0 0.37 0.07 0.49 311.02 0.23 0.42
Hex 83 52 7A 0 25 7 31 137 17 2A
Octal 203 122 172 0 45 7 61 467 27 52
Binary 10000011 1010010 1111010 0 100101 111 110001 100110111 10111 101010

Color Harmonies of #83527A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83527A

Black with #83527A

Text Example


Text Example

White with #83527A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83527A; }

 p { color: rgb(131,82,122); }

 H1.HeaderClassName
 {
   color: #83527A;
 }
 .AnyTagClassName
 {
   color: #83527A;
 }
</style>

background-color css

<style>
 a { background-color: #83527A; }

 a { background-color: rgb(131,82,122); }

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

border-color css

<style>
 span { border-color: #83527A; }

 span { border-color: rgb(131,82,122); }

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