Html Css Color HEX #82537C Trendy Pink

📋 copy color: '#82537C'

red 130 ◦ green 83 ◦ blue 124

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

Shades of Trendy Pink #82537C

Tints of Trendy Pink #82537C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 36.8%

R = 38.58%
G = 24.63%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#82537C (or 0x82537C) is known color: Trendy Pink. HEX triplet: 82, 53 and 7C. RGB value is (130,83,124). Sum of RGB (Red+Green+Blue) = 130+83+124=337 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.58% from 337); Green value is 83 (32.81% from 255 or 24.63% from 337); Blue value is 124 (48.83% from 255 or 36.80% from 337); Max value from RGB is 130 - color contains mainly: red. Hex color #82537C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82537C is #7DAC83. Grayscale: #656565. Windows color (decimal): -8236164 or 8147842. OLE color: 8147842.

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

Color convert

RGB 130 83 124 -
CMYK 0 0.36 0.05 0.49
HSL 307.66º 0.22% 0.42% -
HSV(B) 307.66º 0.36% 0.51% -
XYZ 15.94 12.39 20.62 -
YUV 101.73 140.57 148.17 -
System Red Green Blue C M Y K H S L
Decimal 130 83 124 0 0.36 0.05 0.49 307.66 0.22 0.42
Hex 82 53 7C 0 24 5 31 134 16 2A
Octal 202 123 174 0 44 5 61 464 26 52
Binary 10000010 1010011 1111100 0 100100 101 110001 100110100 10110 101010

Color Harmonies of #82537C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82537C

Black with #82537C

Text Example


Text Example

White with #82537C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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