Html Css Color HEX #82537B Trendy Pink

📋 copy color: '#82537B'

red 130 ◦ green 83 ◦ blue 123

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

Shades of Trendy Pink #82537B

Tints of Trendy Pink #82537B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 36.61%

R = 38.69%
G = 24.7%
B = 36.61%

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

#82537B (or 0x82537B) is known color: Trendy Pink. HEX triplet: 82, 53 and 7B. RGB value is (130,83,123). Sum of RGB (Red+Green+Blue) = 130+83+123=336 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.69% from 336); Green value is 83 (32.81% from 255 or 24.70% from 336); Blue value is 123 (48.44% from 255 or 36.61% from 336); Max value from RGB is 130 - color contains mainly: red. Hex color #82537B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82537B is #7DAC84. Grayscale: #656565. Windows color (decimal): -8236165 or 8082306. OLE color: 8082306.

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

Color convert

RGB 130 83 123 -
CMYK 0 0.36 0.05 0.49
HSL 308.94º 0.22% 0.42% -
HSV(B) 308.94º 0.36% 0.51% -
XYZ 15.87 12.36 20.29 -
YUV 101.61 140.07 148.25 -
System Red Green Blue C M Y K H S L
Decimal 130 83 123 0 0.36 0.05 0.49 308.94 0.22 0.42
Hex 82 53 7B 0 24 5 31 135 16 2A
Octal 202 123 173 0 44 5 61 465 26 52
Binary 10000010 1010011 1111011 0 100100 101 110001 100110101 10110 101010

Color Harmonies of #82537B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82537B

Black with #82537B

Text Example


Text Example

White with #82537B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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