#815080

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

Shades of Trendy Pink #815080

Tints of Trendy Pink #815080

Color information

#815080 (or 0x815080) is unknown color: approx Trendy Pink. HEX triplet: 81, 50 and 80. RGB value is (129,80,128). Sum of RGB (Red+Green+Blue) = 129+80+128=337 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.28% from 337); Green value is 80 (31.64% from 255 or 23.74% from 337); Blue value is 128 (50.39% from 255 or 37.98% from 337); Max value from RGB is 129 - color contains mainly: red. Hex color #815080 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #815080 is #7EAF7F. Grayscale: #636363. Windows color (decimal): -8302464 or 8409217. OLE color: 8409217.

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

Color convert

RGB12980128-
CMYK00.380.010.49
HSL301.22º23.44%40.98%-
HSV(B)301.22º37.98%50.59%-
XYZ15.8211.9621.9-
YUV100.12143.73148.6-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.28%
GREEN value IS 80 (31.64% from 255) = 23.74%
BLUE value IS 128 (50.39% from 255) = 37.98%
R=38.28%
G=23.74%
B=37.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.01
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1298012800.380.010.49301.2223.4440.98
Hex81508002613112d1729
Octal2011202000461614552751
Binary100000011010000100000000100110111000110010110110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815080; }

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

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

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

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

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

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

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

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