#89607E

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

Shades of Strikemaster #89607E

Tints of Strikemaster #89607E

Color information

#89607E (or 0x89607E) is unknown color: approx Strikemaster. HEX triplet: 89, 60 and 7E. RGB value is (137,96,126). Sum of RGB (Red+Green+Blue) = 137+96+126=359 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.16% from 359); Green value is 96 (37.89% from 255 or 26.74% from 359); Blue value is 126 (49.61% from 255 or 35.10% from 359); Max value from RGB is 137 - color contains mainly: red. Hex color #89607E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89607E is #769F81. Grayscale: #6F6F6F. Windows color (decimal): -7774082 or 8282249. OLE color: 8282249.

HSL color Cylindrical-coordinate representation of color #89607E: hue angle of 316.1º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #89607E is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.46.

Color convert

RGB13796126-
CMYK00.300.080.46
HSL316.1º17.6%45.69%-
HSV(B)316.1º29.93%53.73%-
XYZ18.2715.1921.71-
YUV111.68136.08146.06-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.16%
GREEN value IS 96 (37.89% from 255) = 26.74%
BLUE value IS 126 (49.61% from 255) = 35.10%
R=38.16%
G=26.74%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.08
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1379612600.300.080.46316.117.645.69
Hex89607E01E82E13c122e
Octal21114017603610564742256
Binary1000100111000001111110011110100010111010011110010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89607E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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