#856085

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

Shades of Trendy Pink #856085

Tints of Trendy Pink #856085

Color information

#856085 (or 0x856085) is unknown color: approx Trendy Pink. HEX triplet: 85, 60 and 85. RGB value is (133,96,133). Sum of RGB (Red+Green+Blue) = 133+96+133=362 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.74% from 362); Green value is 96 (37.89% from 255 or 26.52% from 362); Blue value is 133 (52.34% from 255 or 36.74% from 362); Max value from RGB is 133 - color contains mainly: red, blue. Hex color #856085 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856085 is #7A9F7A. Grayscale: #6F6F6F. Windows color (decimal): -8036219 or 8740997. OLE color: 8740997.

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

Color convert

RGB13396133-
CMYK00.2800.48
HSL300º16.16%44.9%-
HSV(B)300º27.82%52.16%-
XYZ18.0915.0524.14-
YUV111.28140.26143.49-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.74%
GREEN value IS 96 (37.89% from 255) = 26.52%
BLUE value IS 133 (52.34% from 255) = 36.74%
R=36.74%
G=26.52%
B=36.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1339613300.2800.4830016.1644.9
Hex85608501C03012c102d
Octal2051402050340604542055
Binary10000101110000010000101011100011000010010110010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856085; }

 p { color: rgb(133,96,133); }

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

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

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

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

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

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

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