#814986

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

Shades of Trendy Pink #814986

Tints of Trendy Pink #814986

Color information

#814986 (or 0x814986) is unknown color: approx Trendy Pink. HEX triplet: 81, 49 and 86. RGB value is (129,73,134). Sum of RGB (Red+Green+Blue) = 129+73+134=336 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.39% from 336); Green value is 73 (28.91% from 255 or 21.73% from 336); Blue value is 134 (52.73% from 255 or 39.88% from 336); Max value from RGB is 134 - color contains mainly: blue. Hex color #814986 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #814986 is #7EB679. Grayscale: #606060. Windows color (decimal): -8304250 or 8800641. OLE color: 8800641.

HSL color Cylindrical-coordinate representation of color #814986: hue angle of 295.08º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #814986 is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB12973134-
CMYK0.040.4600.47
HSL295.08º29.47%40.59%-
HSV(B)295.08º45.52%52.55%-
XYZ15.7411.1523.88-
YUV96.7149.05151.04-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.39%
GREEN value IS 73 (28.91% from 255) = 21.73%
BLUE value IS 134 (52.73% from 255) = 39.88%
R=38.39%
G=21.73%
B=39.88%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal129731340.040.4600.47295.0829.4740.59
Hex81498642E02F1271d29
Octal2011112064560574473551
Binary10000001100100110000110100101110010111110010011111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814986; }

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

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

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

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

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

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

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

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