#854984

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

Shades of Trendy Pink #854984

Tints of Trendy Pink #854984

Color information

#854984 (or 0x854984) is unknown color: approx Trendy Pink. HEX triplet: 85, 49 and 84. RGB value is (133,73,132). Sum of RGB (Red+Green+Blue) = 133+73+132=338 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.35% from 338); Green value is 73 (28.91% from 255 or 21.60% from 338); Blue value is 132 (51.95% from 255 or 39.05% from 338); Max value from RGB is 133 - color contains mainly: red. Hex color #854984 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #854984 is #7AB67B. Grayscale: #616161. Windows color (decimal): -8042108 or 8669573. OLE color: 8669573.

HSL color Cylindrical-coordinate representation of color #854984: hue angle of 301º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #854984 is Cyan = 0, Magento = 0.45, Yellow = 0.01 and Black (K on CMYK) = 0.48.

Color convert

RGB13373132-
CMYK00.450.010.48
HSL301º29.13%40.39%-
HSV(B)301º45.11%52.16%-
XYZ16.2211.4223.18-
YUV97.67147.38153.2-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.35%
GREEN value IS 73 (28.91% from 255) = 21.60%
BLUE value IS 132 (51.95% from 255) = 39.05%
R=39.35%
G=21.60%
B=39.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.01
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1337313200.450.010.4830129.1340.39
Hex85498402D13012d1d28
Octal2051112040551604553550
Binary100001011001001100001000101101111000010010110111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854984; }

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

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

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

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

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

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

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

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