Html Css Color HEX #82537A Trendy Pink

📋 copy color: '#82537A'

red 130 ◦ green 83 ◦ blue 122

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

Shades of Trendy Pink #82537A

Tints of Trendy Pink #82537A

RGB

 RED value IS 130 (51.17% from 255) = 38.81%

 GREEN value IS 83 (32.81% from 255) = 24.78%

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

R = 38.81%
G = 24.78%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.06

 K value IS 0.49

RGB Variations

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

Color information

#82537A (or 0x82537A) is known color: Trendy Pink. HEX triplet: 82, 53 and 7A. RGB value is (130,83,122). Sum of RGB (Red+Green+Blue) = 130+83+122=335 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.81% from 335); Green value is 83 (32.81% from 255 or 24.78% from 335); Blue value is 122 (48.05% from 255 or 36.42% from 335); Max value from RGB is 130 - color contains mainly: red. Hex color #82537A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82537A is #7DAC85. Grayscale: #656565. Windows color (decimal): -8236166 or 8016770. OLE color: 8016770.

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

Color convert

RGB 130 83 122 -
CMYK 0 0.36 0.06 0.49
HSL 310.21º 0.22% 0.42% -
HSV(B) 310.21º 0.36% 0.51% -
XYZ 15.81 12.34 19.96 -
YUV 101.5 139.57 148.33 -
System Red Green Blue C M Y K H S L
Decimal 130 83 122 0 0.36 0.06 0.49 310.21 0.22 0.42
Hex 82 53 7A 0 24 6 31 136 16 2A
Octal 202 123 172 0 44 6 61 466 26 52
Binary 10000010 1010011 1111010 0 100100 110 110001 100110110 10110 101010

Color Harmonies of #82537A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82537A

Black with #82537A

Text Example


Text Example

White with #82537A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,83,122); }

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

background-color css

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

 a { background-color: rgb(130,83,122); }

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

border-color css

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

 span { border-color: rgb(130,83,122); }

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