#804F87

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

Shades of Trendy Pink #804F87

Tints of Trendy Pink #804F87

Color information

#804F87 (or 0x804F87) is unknown color: approx Trendy Pink. HEX triplet: 80, 4F and 87. RGB value is (128,79,135). Sum of RGB (Red+Green+Blue) = 128+79+135=342 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.43% from 342); Green value is 79 (31.25% from 255 or 23.10% 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 #804F87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #804F87 is #7FB078. Grayscale: #636363. Windows color (decimal): -8368249 or 8867712. OLE color: 8867712.

HSL color Cylindrical-coordinate representation of color #804F87: hue angle of 292.5º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #804F87 is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB12879135-
CMYK0.050.4100.47
HSL292.5º26.17%41.96%-
HSV(B)292.5º41.48%52.94%-
XYZ16.0711.9324.38-
YUV100.04147.73147.95-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.43%
GREEN value IS 79 (31.25% from 255) = 23.10%
BLUE value IS 135 (53.12% from 255) = 39.47%
R=37.43%
G=23.10%
B=39.47%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal128791350.050.4100.47292.526.1741.96
Hex804F8752902F1241a2a
Octal2001172075510574443252
Binary10000000100111110000111101101001010111110010010011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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