Html Css Color HEX #80497C Trendy Pink

📋 copy color: '#80497C'

red 128 ◦ green 73 ◦ blue 124

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

Shades of Trendy Pink #80497C

Tints of Trendy Pink #80497C

RGB

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

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

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

R = 39.38%
G = 22.46%
B = 38.15%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.03

 K value IS 0.50

RGB Variations

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

Color information

#80497C (or 0x80497C) is known color: Trendy Pink. HEX triplet: 80, 49 and 7C. RGB value is (128,73,124). Sum of RGB (Red+Green+Blue) = 128+73+124=325 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.38% from 325); Green value is 73 (28.91% from 255 or 22.46% from 325); Blue value is 124 (48.83% from 255 or 38.15% from 325); Max value from RGB is 128 - color contains mainly: red. Hex color #80497C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80497C is #7FB683. Grayscale: #5F5F5F. Windows color (decimal): -8369796 or 8145280. OLE color: 8145280.

HSL color Cylindrical-coordinate representation of color #80497C: hue angle of 304.36º 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 #80497C is Cyan = 0, Magento = 0.43, Yellow = 0.03 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 73 124 -
CMYK 0 0.43 0.03 0.50
HSL 304.36º 0.27% 0.39% -
HSV(B) 304.36º 0.43% 0.5% -
XYZ 14.92 10.81 20.37 -
YUV 95.26 144.22 151.35 -
System Red Green Blue C M Y K H S L
Decimal 128 73 124 0 0.43 0.03 0.50 304.36 0.27 0.39
Hex 80 49 7C 0 2B 3 32 130 1B 27
Octal 200 111 174 0 53 3 62 460 33 47
Binary 10000000 1001001 1111100 0 101011 11 110010 100110000 11011 100111

Color Harmonies of #80497C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80497C

Black with #80497C

Text Example


Text Example

White with #80497C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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