#814B80

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

Shades of Trendy Pink #814B80

Tints of Trendy Pink #814B80

Color information

#814B80 (or 0x814B80) is unknown color: approx Trendy Pink. HEX triplet: 81, 4B and 80. RGB value is (129,75,128). Sum of RGB (Red+Green+Blue) = 129+75+128=332 (43% of max value = 765). Red value is 129 (50.78% from 255 or 38.86% from 332); Green value is 75 (29.69% from 255 or 22.59% from 332); Blue value is 128 (50.39% from 255 or 38.55% from 332); Max value from RGB is 129 - color contains mainly: red. Hex color #814B80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #814B80 is #7EB47F. Grayscale: #616161. Windows color (decimal): -8303744 or 8407937. OLE color: 8407937.

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

Color convert

RGB12975128-
CMYK00.420.010.49
HSL301.11º26.47%40%-
HSV(B)301.11º41.86%50.59%-
XYZ15.4711.2621.78-
YUV97.19145.39150.69-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.86%
GREEN value IS 75 (29.69% from 255) = 22.59%
BLUE value IS 128 (50.39% from 255) = 38.55%
R=38.86%
G=22.59%
B=38.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.01
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1297512800.420.010.49301.1126.4740
Hex814B8002A13112d1a28
Octal2011132000521614553250
Binary100000011001011100000000101010111000110010110111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814B80; }

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

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

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

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

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

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

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

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