#895C8A

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

Shades of Trendy Pink #895C8A

Tints of Trendy Pink #895C8A

Color information

#895C8A (or 0x895C8A) is unknown color: approx Trendy Pink. HEX triplet: 89, 5C and 8A. RGB value is (137,92,138). Sum of RGB (Red+Green+Blue) = 137+92+138=367 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.33% from 367); Green value is 92 (36.33% from 255 or 25.07% from 367); Blue value is 138 (54.30% from 255 or 37.60% from 367); Max value from RGB is 138 - color contains mainly: blue. Hex color #895C8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895C8A is #76A375. Grayscale: #6E6E6E. Windows color (decimal): -7775094 or 9067657. OLE color: 9067657.

HSL color Cylindrical-coordinate representation of color #895C8A: hue angle of 298.7º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #895C8A is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB13792138-
CMYK0.010.3300.46
HSL298.7º20%45.1%-
HSV(B)298.7º33.33%54.12%-
XYZ18.7314.8125.92-
YUV110.7143.41146.76-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.33%
GREEN value IS 92 (36.33% from 255) = 25.07%
BLUE value IS 138 (54.30% from 255) = 37.60%
R=37.33%
G=25.07%
B=37.60%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137921380.010.3300.46298.72045.1
Hex895C8A12102E12b142d
Octal2111342121410564532455
Binary100010011011100100010101100001010111010010101110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,92,138); }

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

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

 a { background-color: rgb(137,92,138); }

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

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

 span { border-color: rgb(137,92,138); }

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