#854F80

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

Shades of Trendy Pink #854F80

Tints of Trendy Pink #854F80

Color information

#854F80 (or 0x854F80) is unknown color: approx Trendy Pink. HEX triplet: 85, 4F and 80. RGB value is (133,79,128). Sum of RGB (Red+Green+Blue) = 133+79+128=340 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.12% from 340); Green value is 79 (31.25% from 255 or 23.24% from 340); Blue value is 128 (50.39% from 255 or 37.65% from 340); Max value from RGB is 133 - color contains mainly: red. Hex color #854F80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #854F80 is #7AB07F. Grayscale: #646464. Windows color (decimal): -8040576 or 8408965. OLE color: 8408965.

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

Color convert

RGB13379128-
CMYK00.410.040.48
HSL305.56º25.47%41.57%-
HSV(B)305.56º40.6%52.16%-
XYZ16.3712.1421.9-
YUV100.73143.39151.02-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.12%
GREEN value IS 79 (31.25% from 255) = 23.24%
BLUE value IS 128 (50.39% from 255) = 37.65%
R=39.12%
G=23.24%
B=37.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.04
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1337912800.410.040.48305.5625.4741.57
Hex854F80029430132192a
Octal2051172000514604623152
Binary10000101100111110000000010100110011000010011001011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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