#854A84

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

Shades of Trendy Pink #854A84

Tints of Trendy Pink #854A84

Color information

#854A84 (or 0x854A84) is unknown color: approx Trendy Pink. HEX triplet: 85, 4A and 84. RGB value is (133,74,132). Sum of RGB (Red+Green+Blue) = 133+74+132=339 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.23% from 339); Green value is 74 (29.30% from 255 or 21.83% from 339); Blue value is 132 (51.95% from 255 or 38.94% from 339); Max value from RGB is 133 - color contains mainly: red. Hex color #854A84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #854A84 is #7AB57B. Grayscale: #626262. Windows color (decimal): -8041852 or 8669829. OLE color: 8669829.

HSL color Cylindrical-coordinate representation of color #854A84: hue angle of 301.02º 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 #854A84 is Cyan = 0, Magento = 0.44, Yellow = 0.01 and Black (K on CMYK) = 0.48.

Color convert

RGB13374132-
CMYK00.440.010.48
HSL301.02º28.5%40.59%-
HSV(B)301.02º44.36%52.16%-
XYZ16.2911.5523.2-
YUV98.25147.05152.78-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.23%
GREEN value IS 74 (29.30% from 255) = 21.83%
BLUE value IS 132 (51.95% from 255) = 38.94%
R=39.23%
G=21.83%
B=38.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.01
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1337413200.440.010.48301.0228.540.59
Hex854A8402C13012d1d29
Octal2051122040541604553551
Binary100001011001010100001000101100111000010010110111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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