#856284

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

Shades of Trendy Pink #856284

Tints of Trendy Pink #856284

Color information

#856284 (or 0x856284) is unknown color: approx Trendy Pink. HEX triplet: 85, 62 and 84. RGB value is (133,98,132). Sum of RGB (Red+Green+Blue) = 133+98+132=363 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.64% from 363); Green value is 98 (38.67% from 255 or 27.00% from 363); Blue value is 132 (51.95% from 255 or 36.36% from 363); Max value from RGB is 133 - color contains mainly: red. Hex color #856284 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856284 is #7A9D7B. Grayscale: #707070. Windows color (decimal): -8035708 or 8675973. OLE color: 8675973.

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

Color convert

RGB13398132-
CMYK00.260.010.48
HSL301.71º15.15%45.29%-
HSV(B)301.71º26.32%52.16%-
XYZ18.2115.3923.84-
YUV112.34139.1142.74-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.64%
GREEN value IS 98 (38.67% from 255) = 27.00%
BLUE value IS 132 (51.95% from 255) = 36.36%
R=36.64%
G=27.00%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.01
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1339813200.260.010.48301.7115.1545.29
Hex85628401A13012ef2d
Octal2051422040321604561755
Binary1000010111000101000010001101011100001001011101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856284; }

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

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

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

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

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

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

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

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