#805E7F

Color #805E7F Trendy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Pink #805E7F

Tints of Trendy Pink #805E7F

Color information

#805E7F (or 0x805E7F) is unknown color: approx Trendy Pink. HEX triplet: 80, 5E and 7F. RGB value is (128,94,127). Sum of RGB (Red+Green+Blue) = 128+94+127=349 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.68% from 349); Green value is 94 (37.11% from 255 or 26.93% from 349); Blue value is 127 (50% from 255 or 36.39% from 349); Max value from RGB is 128 - color contains mainly: red. Hex color #805E7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805E7F is #7FA180. Grayscale: #6B6B6B. Windows color (decimal): -8364417 or 8347264. OLE color: 8347264.

HSL color Cylindrical-coordinate representation of color #805E7F: hue angle of 301.76º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #805E7F is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.50.

Color convert

RGB12894127-
CMYK00.270.010.50
HSL301.76º15.32%43.53%-
HSV(B)301.76º26.56%50.2%-
XYZ16.7414.1321.92-
YUV107.93138.76142.32-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.68%
GREEN value IS 94 (37.11% from 255) = 26.93%
BLUE value IS 127 (50% from 255) = 36.39%
R=36.68%
G=26.93%
B=36.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.01
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1289412700.270.010.50301.7615.3243.53
Hex805E7F01B13212ef2c
Octal2001361770331624561754
Binary100000001011110111111101101111100101001011101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805E7F; }

 p { color: rgb(128,94,127); }

 H1.HeaderClassName
 {
   color: #805E7F;
 }
 .AnyTagClassName
 {
   color: #805E7F;
 }
</style>
background-color css

<style>
 a { background-color: #805E7F; }

 a { background-color: rgb(128,94,127); }

 div.DivClassName
 {
   background-color: #805E7F;
 }
 .BgClassName
 {
   background-color: #805E7F;
 }
</style>
border-color css

<style>
 span { border-color: #805E7F; }

 span { border-color: rgb(128,94,127); }

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