#814A79

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

Shades of Trendy Pink #814A79

Tints of Trendy Pink #814A79

Color information

#814A79 (or 0x814A79) is unknown color: approx Trendy Pink. HEX triplet: 81, 4A and 79. RGB value is (129,74,121). Sum of RGB (Red+Green+Blue) = 129+74+121=324 (42% of max value = 765). Red value is 129 (50.78% from 255 or 39.81% from 324); Green value is 74 (29.30% from 255 or 22.84% from 324); Blue value is 121 (47.66% from 255 or 37.35% from 324); Max value from RGB is 129 - color contains mainly: red. Hex color #814A79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814A79 is #7EB586. Grayscale: #5F5F5F. Windows color (decimal): -8304007 or 7948929. OLE color: 7948929.

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

Color convert

RGB12974121-
CMYK00.430.060.49
HSL308.73º27.09%39.8%-
HSV(B)308.73º42.64%50.59%-
XYZ14.9510.9519.41-
YUV95.8142.22151.68-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 39.81%
GREEN value IS 74 (29.30% from 255) = 22.84%
BLUE value IS 121 (47.66% from 255) = 37.35%
R=39.81%
G=22.84%
B=37.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.06
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1297412100.430.060.49308.7327.0939.8
Hex814A7902B6311351b28
Octal2011121710536614653350
Binary1000000110010101111001010101111011000110011010111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,74,121); }

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

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

 a { background-color: rgb(129,74,121); }

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

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

 span { border-color: rgb(129,74,121); }

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