Html Css Color HEX #80507A Trendy Pink

📋 copy color: '#80507A'

red 128 ◦ green 80 ◦ blue 122

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

Shades of Trendy Pink #80507A

Tints of Trendy Pink #80507A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.24%

 BLUE value IS 122 (48.05% from 255) = 36.97%

R = 38.79%
G = 24.24%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.05

 K value IS 0.50

RGB Variations

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

Color information

#80507A (or 0x80507A) is known color: Trendy Pink. HEX triplet: 80, 50 and 7A. RGB value is (128,80,122). Sum of RGB (Red+Green+Blue) = 128+80+122=330 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.79% from 330); Green value is 80 (31.64% from 255 or 24.24% from 330); Blue value is 122 (48.05% from 255 or 36.97% from 330); Max value from RGB is 128 - color contains mainly: red. Hex color #80507A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80507A is #7FAF85. Grayscale: #636363. Windows color (decimal): -8368006 or 8016000. OLE color: 8016000.

HSL color Cylindrical-coordinate representation of color #80507A: hue angle of 307.5º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80507A is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 80 122 -
CMYK 0 0.38 0.05 0.50
HSL 307.5º 0.23% 0.41% -
HSV(B) 307.5º 0.38% 0.5% -
XYZ 15.28 11.73 19.87 -
YUV 99.14 140.9 148.58 -
System Red Green Blue C M Y K H S L
Decimal 128 80 122 0 0.38 0.05 0.50 307.5 0.23 0.41
Hex 80 50 7A 0 26 5 32 134 17 29
Octal 200 120 172 0 46 5 62 464 27 51
Binary 10000000 1010000 1111010 0 100110 101 110010 100110100 10111 101001

Color Harmonies of #80507A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80507A

Black with #80507A

Text Example


Text Example

White with #80507A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80507A; }

 p { color: rgb(128,80,122); }

 H1.HeaderClassName
 {
   color: #80507A;
 }
 .AnyTagClassName
 {
   color: #80507A;
 }
</style>

background-color css

<style>
 a { background-color: #80507A; }

 a { background-color: rgb(128,80,122); }

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

border-color css

<style>
 span { border-color: #80507A; }

 span { border-color: rgb(128,80,122); }

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