#895D83

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

Shades of Trendy Pink #895D83

Tints of Trendy Pink #895D83

Color information

#895D83 (or 0x895D83) is unknown color: approx Trendy Pink. HEX triplet: 89, 5D and 83. RGB value is (137,93,131). Sum of RGB (Red+Green+Blue) = 137+93+131=361 (47% of max value = 765). Red value is 137 (53.91% from 255 or 37.95% from 361); Green value is 93 (36.72% from 255 or 25.76% from 361); Blue value is 131 (51.56% from 255 or 36.29% from 361); Max value from RGB is 137 - color contains mainly: red. Hex color #895D83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895D83 is #76A27C. Grayscale: #6E6E6E. Windows color (decimal): -7774845 or 8609161. OLE color: 8609161.

HSL color Cylindrical-coordinate representation of color #895D83: hue angle of 308.18º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #895D83 is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB13793131-
CMYK00.320.040.46
HSL308.18º19.13%45.1%-
HSV(B)308.18º32.12%53.73%-
XYZ18.3314.7923.36-
YUV110.49139.58146.91-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.95%
GREEN value IS 93 (36.72% from 255) = 25.76%
BLUE value IS 131 (51.56% from 255) = 36.29%
R=37.95%
G=25.76%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.04
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1379313100.320.040.46308.1819.1345.1
Hex895D8302042E134132d
Octal2111352030404564642355
Binary10001001101110110000011010000010010111010011010010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,93,131); }

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

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

 a { background-color: rgb(137,93,131); }

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

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

 span { border-color: rgb(137,93,131); }

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