#854D84

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

Shades of Trendy Pink #854D84

Tints of Trendy Pink #854D84

Color information

#854D84 (or 0x854D84) is unknown color: approx Trendy Pink. HEX triplet: 85, 4D and 84. RGB value is (133,77,132). Sum of RGB (Red+Green+Blue) = 133+77+132=342 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.89% from 342); Green value is 77 (30.47% from 255 or 22.51% from 342); Blue value is 132 (51.95% from 255 or 38.60% from 342); Max value from RGB is 133 - color contains mainly: red. Hex color #854D84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #854D84 is #7AB27B. Grayscale: #636363. Windows color (decimal): -8041084 or 8670597. OLE color: 8670597.

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

Color convert

RGB13377132-
CMYK00.420.010.48
HSL301.07º26.67%41.18%-
HSV(B)301.07º42.11%52.16%-
XYZ16.4911.9623.27-
YUV100.01146.05151.53-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.89%
GREEN value IS 77 (30.47% from 255) = 22.51%
BLUE value IS 132 (51.95% from 255) = 38.60%
R=38.89%
G=22.51%
B=38.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.01
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1337713200.420.010.48301.0726.6741.18
Hex854D8402A13012d1b29
Octal2051152040521604553351
Binary100001011001101100001000101010111000010010110111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,77,132); }

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

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

 a { background-color: rgb(133,77,132); }

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

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

 span { border-color: rgb(133,77,132); }

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