#865E84

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

Shades of Trendy Pink #865E84

Tints of Trendy Pink #865E84

Color information

#865E84 (or 0x865E84) is unknown color: approx Trendy Pink. HEX triplet: 86, 5E and 84. RGB value is (134,94,132). Sum of RGB (Red+Green+Blue) = 134+94+132=360 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.22% from 360); Green value is 94 (37.11% from 255 or 26.11% from 360); Blue value is 132 (51.95% from 255 or 36.67% from 360); Max value from RGB is 134 - color contains mainly: red. Hex color #865E84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865E84 is #79A17B. Grayscale: #6E6E6E. Windows color (decimal): -7971196 or 8674950. OLE color: 8674950.

HSL color Cylindrical-coordinate representation of color #865E84: hue angle of 303º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #865E84 is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB13494132-
CMYK00.300.010.47
HSL303º17.54%44.71%-
HSV(B)303º29.85%52.55%-
XYZ1814.7423.73-
YUV110.29140.25144.91-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.22%
GREEN value IS 94 (37.11% from 255) = 26.11%
BLUE value IS 132 (51.95% from 255) = 36.67%
R=37.22%
G=26.11%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1349413200.300.010.4730317.5444.71
Hex865E8401E12F12f122d
Octal2061362040361574572255
Binary10000110101111010000100011110110111110010111110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865E84; }

 p { color: rgb(134,94,132); }

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

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

 a { background-color: rgb(134,94,132); }

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

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

 span { border-color: rgb(134,94,132); }

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