#856384

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

Shades of Trendy Pink #856384

Tints of Trendy Pink #856384

Color information

#856384 (or 0x856384) is unknown color: approx Trendy Pink. HEX triplet: 85, 63 and 84. RGB value is (133,99,132). Sum of RGB (Red+Green+Blue) = 133+99+132=364 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.54% from 364); Green value is 99 (39.06% from 255 or 27.20% from 364); Blue value is 132 (51.95% from 255 or 36.26% from 364); Max value from RGB is 133 - color contains mainly: red. Hex color #856384 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856384 is #7A9C7B. Grayscale: #707070. Windows color (decimal): -8035452 or 8676229. OLE color: 8676229.

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

Color convert

RGB13399132-
CMYK00.260.010.48
HSL301.76º14.66%45.49%-
HSV(B)301.76º25.56%52.16%-
XYZ18.315.5823.87-
YUV112.93138.76142.32-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.54%
GREEN value IS 99 (39.06% from 255) = 27.20%
BLUE value IS 132 (51.95% from 255) = 36.26%
R=36.54%
G=27.20%
B=36.26%

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
Decimal1339913200.260.010.48301.7614.6645.49
Hex85638401A13012ef2d
Octal2051432040321604561755
Binary1000010111000111000010001101011100001001011101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856384; }

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

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

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

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

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

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

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

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