#814E87

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

Shades of Trendy Pink #814E87

Tints of Trendy Pink #814E87

Color information

#814E87 (or 0x814E87) is unknown color: approx Trendy Pink. HEX triplet: 81, 4E and 87. RGB value is (129,78,135). Sum of RGB (Red+Green+Blue) = 129+78+135=342 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.72% from 342); Green value is 78 (30.86% from 255 or 22.81% from 342); Blue value is 135 (53.12% from 255 or 39.47% from 342); Max value from RGB is 135 - color contains mainly: blue. Hex color #814E87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #814E87 is #7EB178. Grayscale: #636363. Windows color (decimal): -8302969 or 8867457. OLE color: 8867457.

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

Color convert

RGB12978135-
CMYK0.040.4200.47
HSL293.68º26.76%41.76%-
HSV(B)293.68º42.22%52.94%-
XYZ16.1511.8724.36-
YUV99.75147.9148.87-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.72%
GREEN value IS 78 (30.86% from 255) = 22.81%
BLUE value IS 135 (53.12% from 255) = 39.47%
R=37.72%
G=22.81%
B=39.47%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal129781350.040.4200.47293.6826.7641.76
Hex814E8742A02F1261b2a
Octal2011162074520574463352
Binary10000001100111010000111100101010010111110010011011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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