#895982

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

Shades of Trendy Pink #895982

Tints of Trendy Pink #895982

Color information

#895982 (or 0x895982) is unknown color: approx Trendy Pink. HEX triplet: 89, 59 and 82. RGB value is (137,89,130). Sum of RGB (Red+Green+Blue) = 137+89+130=356 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.48% from 356); Green value is 89 (35.16% from 255 or 25% from 356); Blue value is 130 (51.17% from 255 or 36.52% from 356); Max value from RGB is 137 - color contains mainly: red. Hex color #895982 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895982 is #76A67D. Grayscale: #6B6B6B. Windows color (decimal): -7775870 or 8542601. OLE color: 8542601.

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

Color convert

RGB13789130-
CMYK00.350.050.46
HSL308.75º21.24%44.31%-
HSV(B)308.75º35.04%53.73%-
XYZ17.9214.0722.89-
YUV108.03140.4148.67-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.48%
GREEN value IS 89 (35.16% from 255) = 25%
BLUE value IS 130 (51.17% from 255) = 36.52%
R=38.48%
G=25%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.05
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1378913000.350.050.46308.7521.2444.31
Hex89598202352E135152c
Octal2111312020435564652554
Binary10001001101100110000010010001110110111010011010110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895982; }

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

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

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

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

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

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

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

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