Html Css Color HEX #82497D Trendy Pink

📋 copy color: '#82497D'

red 130 ◦ green 73 ◦ blue 125

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

Shades of Trendy Pink #82497D

Tints of Trendy Pink #82497D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.26%

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

R = 39.63%
G = 22.26%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.04

 K value IS 0.49

RGB Variations

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

Color information

#82497D (or 0x82497D) is known color: Trendy Pink. HEX triplet: 82, 49 and 7D. RGB value is (130,73,125). Sum of RGB (Red+Green+Blue) = 130+73+125=328 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.63% from 328); Green value is 73 (28.91% from 255 or 22.26% from 328); Blue value is 125 (49.22% from 255 or 38.11% from 328); Max value from RGB is 130 - color contains mainly: red. Hex color #82497D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82497D is #7DB682. Grayscale: #5F5F5F. Windows color (decimal): -8238723 or 8210818. OLE color: 8210818.

HSL color Cylindrical-coordinate representation of color #82497D: hue angle of 305.26º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #82497D is Cyan = 0, Magento = 0.44, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 73 125 -
CMYK 0 0.44 0.04 0.49
HSL 305.26º 0.28% 0.4% -
HSV(B) 305.26º 0.44% 0.51% -
XYZ 15.29 10.99 20.72 -
YUV 95.97 144.38 152.27 -
System Red Green Blue C M Y K H S L
Decimal 130 73 125 0 0.44 0.04 0.49 305.26 0.28 0.4
Hex 82 49 7D 0 2C 4 31 131 1C 28
Octal 202 111 175 0 54 4 61 461 34 50
Binary 10000010 1001001 1111101 0 101100 100 110001 100110001 11100 101000

Color Harmonies of #82497D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82497D

Black with #82497D

Text Example


Text Example

White with #82497D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,73,125); }

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

background-color css

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

 a { background-color: rgb(130,73,125); }

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

border-color css

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

 span { border-color: rgb(130,73,125); }

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