#814A7E

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

Shades of Trendy Pink #814A7E

Tints of Trendy Pink #814A7E

Color information

#814A7E (or 0x814A7E) is unknown color: approx Trendy Pink. HEX triplet: 81, 4A and 7E. RGB value is (129,74,126). Sum of RGB (Red+Green+Blue) = 129+74+126=329 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.21% from 329); Green value is 74 (29.30% from 255 or 22.49% from 329); Blue value is 126 (49.61% from 255 or 38.30% from 329); Max value from RGB is 129 - color contains mainly: red. Hex color #814A7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814A7E is #7EB581. Grayscale: #606060. Windows color (decimal): -8304002 or 8276609. OLE color: 8276609.

HSL color Cylindrical-coordinate representation of color #814A7E: hue angle of 303.27º 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 #814A7E is Cyan = 0, Magento = 0.43, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB12974126-
CMYK00.430.020.49
HSL303.27º27.09%39.8%-
HSV(B)303.27º42.64%50.59%-
XYZ15.2711.0721.07-
YUV96.37144.72151.27-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 39.21%
GREEN value IS 74 (29.30% from 255) = 22.49%
BLUE value IS 126 (49.61% from 255) = 38.30%
R=39.21%
G=22.49%
B=38.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1297412600.430.020.49303.2727.0939.8
Hex814A7E02B23112f1b28
Octal2011121760532614573350
Binary100000011001010111111001010111011000110010111111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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