#895081

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

Shades of Trendy Pink #895081

Tints of Trendy Pink #895081

Color information

#895081 (or 0x895081) is unknown color: approx Trendy Pink. HEX triplet: 89, 50 and 81. RGB value is (137,80,129). Sum of RGB (Red+Green+Blue) = 137+80+129=346 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.60% from 346); Green value is 80 (31.64% from 255 or 23.12% from 346); Blue value is 129 (50.78% from 255 or 37.28% from 346); Max value from RGB is 137 - color contains mainly: red. Hex color #895081 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895081 is #76AF7E. Grayscale: #666666. Windows color (decimal): -7778175 or 8474761. OLE color: 8474761.

HSL color Cylindrical-coordinate representation of color #895081: hue angle of 308.42º 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 #895081 is Cyan = 0, Magento = 0.42, Yellow = 0.06 and Black (K on CMYK) = 0.46.

Color convert

RGB13780129-
CMYK00.420.060.46
HSL308.42º26.27%42.55%-
HSV(B)308.42º41.61%53.73%-
XYZ17.1512.6422.3-
YUV102.63142.88152.52-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 39.60%
GREEN value IS 80 (31.64% from 255) = 23.12%
BLUE value IS 129 (50.78% from 255) = 37.28%
R=39.60%
G=23.12%
B=37.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.06
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1378012900.420.060.46308.4226.2742.55
Hex89508102A62E1341a2b
Octal2111202010526564643253
Binary10001001101000010000001010101011010111010011010011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895081; }

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

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

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

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

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

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

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

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