#895082

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

Shades of Trendy Pink #895082

Tints of Trendy Pink #895082

Color information

#895082 (or 0x895082) is unknown color: approx Trendy Pink. HEX triplet: 89, 50 and 82. RGB value is (137,80,130). Sum of RGB (Red+Green+Blue) = 137+80+130=347 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.48% from 347); Green value is 80 (31.64% from 255 or 23.05% from 347); Blue value is 130 (51.17% from 255 or 37.46% from 347); Max value from RGB is 137 - color contains mainly: red. Hex color #895082 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895082 is #76AF7D. Grayscale: #666666. Windows color (decimal): -7778174 or 8540297. OLE color: 8540297.

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

Color convert

RGB13780130-
CMYK00.420.050.46
HSL307.37º26.27%42.55%-
HSV(B)307.37º41.61%53.73%-
XYZ17.2112.6722.66-
YUV102.74143.38152.43-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 39.48%
GREEN value IS 80 (31.64% from 255) = 23.05%
BLUE value IS 130 (51.17% from 255) = 37.46%
R=39.48%
G=23.05%
B=37.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.05
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1378013000.420.050.46307.3726.2742.55
Hex89508202A52E1331a2b
Octal2111202020525564633253
Binary10001001101000010000010010101010110111010011001111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895082; }

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

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

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

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

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

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

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

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