#865085

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

Shades of Trendy Pink #865085

Tints of Trendy Pink #865085

Color information

#865085 (or 0x865085) is unknown color: approx Trendy Pink. HEX triplet: 86, 50 and 85. RGB value is (134,80,133). Sum of RGB (Red+Green+Blue) = 134+80+133=347 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.62% from 347); Green value is 80 (31.64% from 255 or 23.05% from 347); Blue value is 133 (52.34% from 255 or 38.33% from 347); Max value from RGB is 134 - color contains mainly: red. Hex color #865085 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865085 is #79AF7A. Grayscale: #666666. Windows color (decimal): -7974779 or 8736902. OLE color: 8736902.

HSL color Cylindrical-coordinate representation of color #865085: hue angle of 301.11º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #865085 is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB13480133-
CMYK00.400.010.47
HSL301.11º25.23%41.96%-
HSV(B)301.11º40.3%52.55%-
XYZ16.9312.523.71-
YUV102.19145.39150.69-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.62%
GREEN value IS 80 (31.64% from 255) = 23.05%
BLUE value IS 133 (52.34% from 255) = 38.33%
R=38.62%
G=23.05%
B=38.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1348013300.400.010.47301.1125.2341.96
Hex86508502812F12d192a
Octal2061202050501574553152
Binary100001101010000100001010101000110111110010110111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865085; }

 p { color: rgb(134,80,133); }

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

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

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

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

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

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

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