Html Css Color HEX #80497D Trendy Pink

📋 copy color: '#80497D'

red 128 ◦ green 73 ◦ blue 125

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

Shades of Trendy Pink #80497D

Tints of Trendy Pink #80497D

RGB

 RED value IS 128 (50.39% from 255) = 39.26%

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

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

R = 39.26%
G = 22.39%
B = 38.34%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.02

 K value IS 0.50

RGB Variations

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

Color information

#80497D (or 0x80497D) is known color: Trendy Pink. HEX triplet: 80, 49 and 7D. RGB value is (128,73,125). Sum of RGB (Red+Green+Blue) = 128+73+125=326 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.26% from 326); Green value is 73 (28.91% from 255 or 22.39% from 326); Blue value is 125 (49.22% from 255 or 38.34% from 326); Max value from RGB is 128 - color contains mainly: red. Hex color #80497D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80497D is #7FB682. Grayscale: #5F5F5F. Windows color (decimal): -8369795 or 8210816. OLE color: 8210816.

HSL color Cylindrical-coordinate representation of color #80497D: hue angle of 303.27º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #80497D is Cyan = 0, Magento = 0.43, Yellow = 0.02 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 73 125 -
CMYK 0 0.43 0.02 0.50
HSL 303.27º 0.27% 0.39% -
HSV(B) 303.27º 0.43% 0.5% -
XYZ 14.99 10.83 20.7 -
YUV 95.37 144.72 151.27 -
System Red Green Blue C M Y K H S L
Decimal 128 73 125 0 0.43 0.02 0.50 303.27 0.27 0.39
Hex 80 49 7D 0 2B 2 32 12F 1B 27
Octal 200 111 175 0 53 2 62 457 33 47
Binary 10000000 1001001 1111101 0 101011 10 110010 100101111 11011 100111

Color Harmonies of #80497D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80497D

Black with #80497D

Text Example


Text Example

White with #80497D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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