#814979

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

Shades of Trendy Pink #814979

Tints of Trendy Pink #814979

Color information

#814979 (or 0x814979) is unknown color: approx Trendy Pink. HEX triplet: 81, 49 and 79. RGB value is (129,73,121). Sum of RGB (Red+Green+Blue) = 129+73+121=323 (42% of max value = 765). Red value is 129 (50.78% from 255 or 39.94% from 323); Green value is 73 (28.91% from 255 or 22.60% from 323); Blue value is 121 (47.66% from 255 or 37.46% from 323); Max value from RGB is 129 - color contains mainly: red. Hex color #814979 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814979 is #7EB686. Grayscale: #5F5F5F. Windows color (decimal): -8304263 or 7948673. OLE color: 7948673.

HSL color Cylindrical-coordinate representation of color #814979: hue angle of 308.57º degrees, saturation: 0.28, 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 #814979 is Cyan = 0, Magento = 0.43, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB12973121-
CMYK00.430.060.49
HSL308.57º27.72%39.61%-
HSV(B)308.57º43.41%50.59%-
XYZ14.8910.8119.39-
YUV95.22142.55152.1-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 39.94%
GREEN value IS 73 (28.91% from 255) = 22.60%
BLUE value IS 121 (47.66% from 255) = 37.46%
R=39.94%
G=22.60%
B=37.46%

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
Decimal1297312100.430.060.49308.5727.7239.61
Hex81497902B6311351c28
Octal2011111710536614653450
Binary1000000110010011111001010101111011000110011010111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814979; }

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

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

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

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

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

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

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

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