#814A7D

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

Shades of Trendy Pink #814A7D

Tints of Trendy Pink #814A7D

Color information

#814A7D (or 0x814A7D) is unknown color: approx Trendy Pink. HEX triplet: 81, 4A and 7D. RGB value is (129,74,125). Sum of RGB (Red+Green+Blue) = 129+74+125=328 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.33% from 328); Green value is 74 (29.30% from 255 or 22.56% from 328); Blue value is 125 (49.22% from 255 or 38.11% from 328); Max value from RGB is 129 - color contains mainly: red. Hex color #814A7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814A7D is #7EB582. Grayscale: #606060. Windows color (decimal): -8304003 or 8211073. OLE color: 8211073.

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

Color convert

RGB12974125-
CMYK00.430.030.49
HSL304.36º27.09%39.8%-
HSV(B)304.36º42.64%50.59%-
XYZ15.211.0520.73-
YUV96.26144.22151.35-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 39.33%
GREEN value IS 74 (29.30% from 255) = 22.56%
BLUE value IS 125 (49.22% from 255) = 38.11%
R=39.33%
G=22.56%
B=38.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.03
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1297412500.430.030.49304.3627.0939.8
Hex814A7D02B3311301b28
Octal2011121750533614603350
Binary100000011001010111110101010111111000110011000011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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