#854A80

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

Shades of Trendy Pink #854A80

Tints of Trendy Pink #854A80

Color information

#854A80 (or 0x854A80) is unknown color: approx Trendy Pink. HEX triplet: 85, 4A and 80. RGB value is (133,74,128). Sum of RGB (Red+Green+Blue) = 133+74+128=335 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.70% from 335); Green value is 74 (29.30% from 255 or 22.09% from 335); Blue value is 128 (50.39% from 255 or 38.21% from 335); Max value from RGB is 133 - color contains mainly: red. Hex color #854A80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #854A80 is #7AB57F. Grayscale: #616161. Windows color (decimal): -8041856 or 8407685. OLE color: 8407685.

HSL color Cylindrical-coordinate representation of color #854A80: hue angle of 305.08º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #854A80 is Cyan = 0, Magento = 0.44, Yellow = 0.04 and Black (K on CMYK) = 0.48.

Color convert

RGB13374128-
CMYK00.440.040.48
HSL305.08º28.5%40.59%-
HSV(B)305.08º44.36%52.16%-
XYZ16.0211.4421.79-
YUV97.8145.05153.11-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.70%
GREEN value IS 74 (29.30% from 255) = 22.09%
BLUE value IS 128 (50.39% from 255) = 38.21%
R=39.70%
G=22.09%
B=38.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.04
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1337412800.440.040.48305.0828.540.59
Hex854A8002C4301311d29
Octal2051122000544604613551
Binary10000101100101010000000010110010011000010011000111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854A80; }

 p { color: rgb(133,74,128); }

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

<style>
 a { background-color: #854A80; }

 a { background-color: rgb(133,74,128); }

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

<style>
 span { border-color: #854A80; }

 span { border-color: rgb(133,74,128); }

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