#89617F

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

Shades of Strikemaster #89617F

Tints of Strikemaster #89617F

Color information

#89617F (or 0x89617F) is unknown color: approx Strikemaster. HEX triplet: 89, 61 and 7F. RGB value is (137,97,127). Sum of RGB (Red+Green+Blue) = 137+97+127=361 (47% of max value = 765). Red value is 137 (53.91% from 255 or 37.95% from 361); Green value is 97 (38.28% from 255 or 26.87% from 361); Blue value is 127 (50% from 255 or 35.18% from 361); Max value from RGB is 137 - color contains mainly: red. Hex color #89617F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89617F is #769E80. Grayscale: #707070. Windows color (decimal): -7773825 or 8348041. OLE color: 8348041.

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

Color convert

RGB13797127-
CMYK00.290.070.46
HSL315º17.09%45.88%-
HSV(B)315º29.2%53.73%-
XYZ18.4215.422.08-
YUV112.38136.25145.56-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.95%
GREEN value IS 97 (38.28% from 255) = 26.87%
BLUE value IS 127 (50% from 255) = 35.18%
R=37.95%
G=26.87%
B=35.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1379712700.290.070.4631517.0945.88
Hex89617F01D72E13b112e
Octal2111411770357564732156
Binary100010011100001111111101110111110111010011101110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89617F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89617F; }

 p { color: rgb(137,97,127); }

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

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

 a { background-color: rgb(137,97,127); }

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

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

 span { border-color: rgb(137,97,127); }

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