#896980

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

Shades of Strikemaster #896980

Tints of Strikemaster #896980

Color information

#896980 (or 0x896980) is unknown color: approx Strikemaster. HEX triplet: 89, 69 and 80. RGB value is (137,105,128). Sum of RGB (Red+Green+Blue) = 137+105+128=370 (49% of max value = 765). Red value is 137 (53.91% from 255 or 37.03% from 370); Green value is 105 (41.41% from 255 or 28.38% from 370); Blue value is 128 (50.39% from 255 or 34.59% from 370); Max value from RGB is 137 - color contains mainly: red. Hex color #896980 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896980 is #76967F. Grayscale: #757575. Windows color (decimal): -7771776 or 8415625. OLE color: 8415625.

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

Color convert

RGB137105128-
CMYK00.230.070.46
HSL316.88º13.22%47.45%-
HSV(B)316.88º23.36%53.73%-
XYZ19.2616.9822.68-
YUV117.19134.1142.13-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.03%
GREEN value IS 105 (41.41% from 255) = 28.38%
BLUE value IS 128 (50.39% from 255) = 34.59%
R=37.03%
G=28.38%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13710512800.230.070.46316.8813.2247.45
Hex89698001772E13dd2f
Octal2111512000277564751557
Binary100010011101001100000000101111111011101001111011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896980; }

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

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

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

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

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

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

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

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