#854B82

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

Shades of Trendy Pink #854B82

Tints of Trendy Pink #854B82

Color information

#854B82 (or 0x854B82) is unknown color: approx Trendy Pink. HEX triplet: 85, 4B and 82. RGB value is (133,75,130). Sum of RGB (Red+Green+Blue) = 133+75+130=338 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.35% from 338); Green value is 75 (29.69% from 255 or 22.19% from 338); Blue value is 130 (51.17% from 255 or 38.46% from 338); Max value from RGB is 133 - color contains mainly: red. Hex color #854B82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #854B82 is #7AB47D. Grayscale: #626262. Windows color (decimal): -8041598 or 8539013. OLE color: 8539013.

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

Color convert

RGB13375130-
CMYK00.440.020.48
HSL303.1º27.88%40.78%-
HSV(B)303.1º43.61%52.16%-
XYZ16.2211.6322.51-
YUV98.61145.72152.53-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.35%
GREEN value IS 75 (29.69% from 255) = 22.19%
BLUE value IS 130 (51.17% from 255) = 38.46%
R=39.35%
G=22.19%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1337513000.440.020.48303.127.8840.78
Hex854B8202C23012f1c29
Octal2051132020542604573451
Binary1000010110010111000001001011001011000010010111111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,75,130); }

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

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

 a { background-color: rgb(133,75,130); }

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

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

 span { border-color: rgb(133,75,130); }

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