#865E92

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

Shades of Trendy Pink #865E92

Tints of Trendy Pink #865E92

Color information

#865E92 (or 0x865E92) is unknown color: approx Trendy Pink. HEX triplet: 86, 5E and 92. RGB value is (134,94,146). Sum of RGB (Red+Green+Blue) = 134+94+146=374 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.83% from 374); Green value is 94 (37.11% from 255 or 25.13% from 374); Blue value is 146 (57.42% from 255 or 39.04% from 374); Max value from RGB is 146 - color contains mainly: blue. Hex color #865E92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865E92 is #79A16D. Grayscale: #6F6F6F. Windows color (decimal): -7971182 or 9592454. OLE color: 9592454.

HSL color Cylindrical-coordinate representation of color #865E92: hue angle of 286.15º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #865E92 is Cyan = 0.08, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB13494146-
CMYK0.080.3600.43
HSL286.15º21.67%47.06%-
HSV(B)286.15º35.62%57.25%-
XYZ19.0215.1529.12-
YUV111.89147.25143.77-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.83%
GREEN value IS 94 (37.11% from 255) = 25.13%
BLUE value IS 146 (57.42% from 255) = 39.04%
R=35.83%
G=25.13%
B=39.04%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal134941460.080.3600.43286.1521.6747.06
Hex865E9282402B11e162f
Octal20613622210440534362657
Binary100001101011110100100101000100100010101110001111010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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