#815380

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

Shades of Trendy Pink #815380

Tints of Trendy Pink #815380

Color information

#815380 (or 0x815380) is unknown color: approx Trendy Pink. HEX triplet: 81, 53 and 80. RGB value is (129,83,128). Sum of RGB (Red+Green+Blue) = 129+83+128=340 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.94% from 340); Green value is 83 (32.81% from 255 or 24.41% from 340); Blue value is 128 (50.39% from 255 or 37.65% from 340); Max value from RGB is 129 - color contains mainly: red. Hex color #815380 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #815380 is #7EAC7F. Grayscale: #656565. Windows color (decimal): -8301696 or 8409985. OLE color: 8409985.

HSL color Cylindrical-coordinate representation of color #815380: hue angle of 301.3º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #815380 is Cyan = 0, Magento = 0.36, Yellow = 0.01 and Black (K on CMYK) = 0.49.

Color convert

RGB12983128-
CMYK00.360.010.49
HSL301.3º21.7%41.57%-
HSV(B)301.3º35.66%50.59%-
XYZ16.0412.4121.97-
YUV101.88142.74147.34-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.94%
GREEN value IS 83 (32.81% from 255) = 24.41%
BLUE value IS 128 (50.39% from 255) = 37.65%
R=37.94%
G=24.41%
B=37.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.01
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1298312800.360.010.49301.321.741.57
Hex81538002413112d162a
Octal2011232000441614552652
Binary100000011010011100000000100100111000110010110110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815380; }

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

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

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

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

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

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

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

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