#804F81

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

Shades of Trendy Pink #804F81

Tints of Trendy Pink #804F81

Color information

#804F81 (or 0x804F81) is unknown color: approx Trendy Pink. HEX triplet: 80, 4F and 81. RGB value is (128,79,129). Sum of RGB (Red+Green+Blue) = 128+79+129=336 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.10% from 336); Green value is 79 (31.25% from 255 or 23.51% from 336); Blue value is 129 (50.78% from 255 or 38.39% from 336); Max value from RGB is 129 - color contains mainly: blue. Hex color #804F81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #804F81 is #7FB07E. Grayscale: #636363. Windows color (decimal): -8368255 or 8474496. OLE color: 8474496.

HSL color Cylindrical-coordinate representation of color #804F81: hue angle of 298.8º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #804F81 is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB12879129-
CMYK0.010.3900.49
HSL298.8º24.04%40.78%-
HSV(B)298.8º38.76%50.59%-
XYZ15.6611.7722.21-
YUV99.35144.73148.43-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.10%
GREEN value IS 79 (31.25% from 255) = 23.51%
BLUE value IS 129 (50.78% from 255) = 38.39%
R=38.10%
G=23.51%
B=38.39%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal128791290.010.3900.49298.824.0440.78
Hex804F8112703112b1829
Octal2001172011470614533051
Binary100000001001111100000011100111011000110010101111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804F81; }

 p { color: rgb(128,79,129); }

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

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

 a { background-color: rgb(128,79,129); }

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

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

 span { border-color: rgb(128,79,129); }

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