#895993

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

Shades of Trendy Pink #895993

Tints of Trendy Pink #895993

Color information

#895993 (or 0x895993) is unknown color: approx Trendy Pink. HEX triplet: 89, 59 and 93. RGB value is (137,89,147). Sum of RGB (Red+Green+Blue) = 137+89+147=373 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.73% from 373); Green value is 89 (35.16% from 255 or 23.86% from 373); Blue value is 147 (57.81% from 255 or 39.41% from 373); Max value from RGB is 147 - color contains mainly: blue. Hex color #895993 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895993 is #76A66C. Grayscale: #6D6D6D. Windows color (decimal): -7775853 or 9656713. OLE color: 9656713.

HSL color Cylindrical-coordinate representation of color #895993: hue angle of 289.66º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #895993 is Cyan = 0.07, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13789147-
CMYK0.070.3900.42
HSL289.66º24.58%46.27%-
HSV(B)289.66º39.46%57.65%-
XYZ19.1614.5729.41-
YUV109.96148.9147.28-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 36.73%
GREEN value IS 89 (35.16% from 255) = 23.86%
BLUE value IS 147 (57.81% from 255) = 39.41%
R=36.73%
G=23.86%
B=39.41%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal137891470.070.3900.42289.6624.5846.27
Hex89599372702A122192e
Octal2111312237470524423156
Binary10001001101100110010011111100111010101010010001011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895993; }

 p { color: rgb(137,89,147); }

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

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

 a { background-color: rgb(137,89,147); }

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

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

 span { border-color: rgb(137,89,147); }

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