#895C8E

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

Shades of Trendy Pink #895C8E

Tints of Trendy Pink #895C8E

Color information

#895C8E (or 0x895C8E) is unknown color: approx Trendy Pink. HEX triplet: 89, 5C and 8E. RGB value is (137,92,142). Sum of RGB (Red+Green+Blue) = 137+92+142=371 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.93% from 371); Green value is 92 (36.33% from 255 or 24.80% from 371); Blue value is 142 (55.86% from 255 or 38.27% from 371); Max value from RGB is 142 - color contains mainly: blue. Hex color #895C8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895C8E is #76A371. Grayscale: #6F6F6F. Windows color (decimal): -7775090 or 9329801. OLE color: 9329801.

HSL color Cylindrical-coordinate representation of color #895C8E: hue angle of 294º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #895C8E is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13792142-
CMYK0.040.3500.44
HSL294º21.37%45.88%-
HSV(B)294º35.21%55.69%-
XYZ19.0314.9327.47-
YUV111.16145.41146.43-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 36.93%
GREEN value IS 92 (36.33% from 255) = 24.80%
BLUE value IS 142 (55.86% from 255) = 38.27%
R=36.93%
G=24.80%
B=38.27%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal137921420.040.3500.4429421.3745.88
Hex895C8E42302C126152e
Octal2111342164430544462556
Binary10001001101110010001110100100011010110010010011010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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