#814D87

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

Shades of Trendy Pink #814D87

Tints of Trendy Pink #814D87

Color information

#814D87 (or 0x814D87) is unknown color: approx Trendy Pink. HEX triplet: 81, 4D and 87. RGB value is (129,77,135). Sum of RGB (Red+Green+Blue) = 129+77+135=341 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.83% from 341); Green value is 77 (30.47% from 255 or 22.58% from 341); Blue value is 135 (53.12% from 255 or 39.59% from 341); Max value from RGB is 135 - color contains mainly: blue. Hex color #814D87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #814D87 is #7EB278. Grayscale: #626262. Windows color (decimal): -8303225 or 8867201. OLE color: 8867201.

HSL color Cylindrical-coordinate representation of color #814D87: hue angle of 293.79º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #814D87 is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB12977135-
CMYK0.040.4300.47
HSL293.79º27.36%41.57%-
HSV(B)293.79º42.96%52.94%-
XYZ16.0811.7224.34-
YUV99.16148.23149.28-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.83%
GREEN value IS 77 (30.47% from 255) = 22.58%
BLUE value IS 135 (53.12% from 255) = 39.59%
R=37.83%
G=22.58%
B=39.59%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal129771350.040.4300.47293.7927.3641.57
Hex814D8742B02F1261b2a
Octal2011152074530574463352
Binary10000001100110110000111100101011010111110010011011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,77,135); }

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

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

 a { background-color: rgb(129,77,135); }

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

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

 span { border-color: rgb(129,77,135); }

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