#805380

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

Shades of Trendy Pink #805380

Tints of Trendy Pink #805380

Color information

#805380 (or 0x805380) is unknown color: approx Trendy Pink. HEX triplet: 80, 53 and 80. RGB value is (128,83,128). Sum of RGB (Red+Green+Blue) = 128+83+128=339 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.76% from 339); Green value is 83 (32.81% from 255 or 24.48% from 339); Blue value is 128 (50.39% from 255 or 37.76% from 339); Max value from RGB is 128 - color contains mainly: red, blue. Hex color #805380 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805380 is #7FAC7F. Grayscale: #656565. Windows color (decimal): -8367232 or 8409984. OLE color: 8409984.

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

Color convert

RGB12883128-
CMYK00.3500.50
HSL300º21.33%41.37%-
HSV(B)300º35.16%50.2%-
XYZ15.8912.3321.97-
YUV101.58142.91146.84-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.76%
GREEN value IS 83 (32.81% from 255) = 24.48%
BLUE value IS 128 (50.39% from 255) = 37.76%
R=37.76%
G=24.48%
B=37.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1288312800.3500.5030021.3341.37
Hex80538002303212c1529
Octal2001232000430624542551
Binary100000001010011100000000100011011001010010110010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805380; }

 p { color: rgb(128,83,128); }

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

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

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

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

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

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

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