#896880

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

Shades of Strikemaster #896880

Tints of Strikemaster #896880

Color information

#896880 (or 0x896880) is unknown color: approx Strikemaster. HEX triplet: 89, 68 and 80. RGB value is (137,104,128). Sum of RGB (Red+Green+Blue) = 137+104+128=369 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.13% from 369); Green value is 104 (41.02% from 255 or 28.18% from 369); Blue value is 128 (50.39% from 255 or 34.69% from 369); Max value from RGB is 137 - color contains mainly: red. Hex color #896880 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896880 is #76977F. Grayscale: #747474. Windows color (decimal): -7772032 or 8415369. OLE color: 8415369.

HSL color Cylindrical-coordinate representation of color #896880: hue angle of 316.36º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #896880 is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB137104128-
CMYK00.240.070.46
HSL316.36º13.69%47.25%-
HSV(B)316.36º24.09%53.73%-
XYZ19.1616.7822.65-
YUV116.6134.43142.55-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.13%
GREEN value IS 104 (41.02% from 255) = 28.18%
BLUE value IS 128 (50.39% from 255) = 34.69%
R=37.13%
G=28.18%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13710412800.240.070.46316.3613.6947.25
Hex89688001872E13ce2f
Octal2111502000307564741657
Binary100010011101000100000000110001111011101001111001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896880; }

 p { color: rgb(137,104,128); }

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

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

 a { background-color: rgb(137,104,128); }

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

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

 span { border-color: rgb(137,104,128); }

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