#89617E

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

Shades of Strikemaster #89617E

Tints of Strikemaster #89617E

Color information

#89617E (or 0x89617E) is unknown color: approx Strikemaster. HEX triplet: 89, 61 and 7E. RGB value is (137,97,126). Sum of RGB (Red+Green+Blue) = 137+97+126=360 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.06% from 360); Green value is 97 (38.28% from 255 or 26.94% from 360); Blue value is 126 (49.61% from 255 or 35% from 360); Max value from RGB is 137 - color contains mainly: red. Hex color #89617E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89617E is #769E81. Grayscale: #707070. Windows color (decimal): -7773826 or 8282505. OLE color: 8282505.

HSL color Cylindrical-coordinate representation of color #89617E: hue angle of 316.5º 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 #89617E is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.46.

Color convert

RGB13797126-
CMYK00.290.080.46
HSL316.5º17.09%45.88%-
HSV(B)316.5º29.2%53.73%-
XYZ18.3615.3721.74-
YUV112.27135.75145.64-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.06%
GREEN value IS 97 (38.28% from 255) = 26.94%
BLUE value IS 126 (49.61% from 255) = 35%
R=38.06%
G=26.94%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.08
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1379712600.290.080.46316.517.0945.88
Hex89617E01D82E13c112e
Octal21114117603510564742156
Binary1000100111000011111110011101100010111010011110010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89617E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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