#895F95

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

Shades of Trendy Pink #895F95

Tints of Trendy Pink #895F95

Color information

#895F95 (or 0x895F95) is unknown color: approx Trendy Pink. HEX triplet: 89, 5F and 95. RGB value is (137,95,149). Sum of RGB (Red+Green+Blue) = 137+95+149=381 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.96% from 381); Green value is 95 (37.5% from 255 or 24.93% from 381); Blue value is 149 (58.59% from 255 or 39.11% from 381); Max value from RGB is 149 - color contains mainly: blue. Hex color #895F95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895F95 is #76A06A. Grayscale: #717171. Windows color (decimal): -7774315 or 9789321. OLE color: 9789321.

HSL color Cylindrical-coordinate representation of color #895F95: hue angle of 286.67º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #895F95 is Cyan = 0.08, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13795149-
CMYK0.080.3600.42
HSL286.67º22.13%47.84%-
HSV(B)286.67º36.24%58.43%-
XYZ19.8315.6730.41-
YUV113.71147.91144.61-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.96%
GREEN value IS 95 (37.5% from 255) = 24.93%
BLUE value IS 149 (58.59% from 255) = 39.11%
R=35.96%
G=24.93%
B=39.11%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal137951490.080.3600.42286.6722.1347.84
Hex895F9582402A11f1630
Octal21113722510440524372660
Binary100010011011111100101011000100100010101010001111110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895F95; }

 p { color: rgb(137,95,149); }

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

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

 a { background-color: rgb(137,95,149); }

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

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

 span { border-color: rgb(137,95,149); }

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