#895392

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

Shades of Trendy Pink #895392

Tints of Trendy Pink #895392

Color information

#895392 (or 0x895392) is unknown color: approx Trendy Pink. HEX triplet: 89, 53 and 92. RGB value is (137,83,146). Sum of RGB (Red+Green+Blue) = 137+83+146=366 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.43% from 366); Green value is 83 (32.81% from 255 or 22.68% from 366); Blue value is 146 (57.42% from 255 or 39.89% from 366); Max value from RGB is 146 - color contains mainly: blue. Hex color #895392 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895392 is #76AC6D. Grayscale: #6A6A6A. Windows color (decimal): -7777390 or 9589641. OLE color: 9589641.

HSL color Cylindrical-coordinate representation of color #895392: hue angle of 291.43º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #895392 is Cyan = 0.06, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB13783146-
CMYK0.060.4300.43
HSL291.43º27.51%44.9%-
HSV(B)291.43º43.15%57.25%-
XYZ18.613.5828.84-
YUV106.33150.39149.88-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.43%
GREEN value IS 83 (32.81% from 255) = 22.68%
BLUE value IS 146 (57.42% from 255) = 39.89%
R=37.43%
G=22.68%
B=39.89%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal137831460.060.4300.43291.4327.5144.9
Hex89539262B02B1231c2d
Octal2111232226530534433455
Binary10001001101001110010010110101011010101110010001111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895392; }

 p { color: rgb(137,83,146); }

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

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

 a { background-color: rgb(137,83,146); }

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

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

 span { border-color: rgb(137,83,146); }

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