#895193

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

Shades of Trendy Pink #895193

Tints of Trendy Pink #895193

Color information

#895193 (or 0x895193) is unknown color: approx Trendy Pink. HEX triplet: 89, 51 and 93. RGB value is (137,81,147). Sum of RGB (Red+Green+Blue) = 137+81+147=365 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.53% from 365); Green value is 81 (32.03% from 255 or 22.19% from 365); Blue value is 147 (57.81% from 255 or 40.27% from 365); Max value from RGB is 147 - color contains mainly: blue. Hex color #895193 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895193 is #76AE6C. Grayscale: #696969. Windows color (decimal): -7777901 or 9654665. OLE color: 9654665.

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

Color convert

RGB13781147-
CMYK0.070.4500.42
HSL290.91º28.95%44.71%-
HSV(B)290.91º44.9%57.65%-
XYZ18.5313.3129.2-
YUV105.27151.55150.63-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.53%
GREEN value IS 81 (32.03% from 255) = 22.19%
BLUE value IS 147 (57.81% from 255) = 40.27%
R=37.53%
G=22.19%
B=40.27%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal137811470.070.4500.42290.9128.9544.71
Hex89519372D02A1231d2d
Octal2111212237550524433555
Binary10001001101000110010011111101101010101010010001111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895193; }

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

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

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

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

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

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

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

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