#854F82

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

Shades of Trendy Pink #854F82

Tints of Trendy Pink #854F82

Color information

#854F82 (or 0x854F82) is unknown color: approx Trendy Pink. HEX triplet: 85, 4F and 82. RGB value is (133,79,130). Sum of RGB (Red+Green+Blue) = 133+79+130=342 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.89% from 342); Green value is 79 (31.25% from 255 or 23.10% from 342); Blue value is 130 (51.17% from 255 or 38.01% from 342); Max value from RGB is 133 - color contains mainly: red. Hex color #854F82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #854F82 is #7AB07D. Grayscale: #646464. Windows color (decimal): -8040574 or 8540037. OLE color: 8540037.

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

Color convert

RGB13379130-
CMYK00.410.020.48
HSL303.33º25.47%41.57%-
HSV(B)303.33º40.6%52.16%-
XYZ16.512.1922.6-
YUV100.96144.39150.85-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.89%
GREEN value IS 79 (31.25% from 255) = 23.10%
BLUE value IS 130 (51.17% from 255) = 38.01%
R=38.89%
G=23.10%
B=38.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1337913000.410.020.48303.3325.4741.57
Hex854F8202923012f192a
Octal2051172020512604573152
Binary1000010110011111000001001010011011000010010111111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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