#89667F

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

Shades of Strikemaster #89667F

Tints of Strikemaster #89667F

Color information

#89667F (or 0x89667F) is unknown color: approx Strikemaster. HEX triplet: 89, 66 and 7F. RGB value is (137,102,127). Sum of RGB (Red+Green+Blue) = 137+102+127=366 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.43% from 366); Green value is 102 (40.23% from 255 or 27.87% from 366); Blue value is 127 (50% from 255 or 34.70% from 366); Max value from RGB is 137 - color contains mainly: red. Hex color #89667F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89667F is #769980. Grayscale: #737373. Windows color (decimal): -7772545 or 8349321. OLE color: 8349321.

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

Color convert

RGB137102127-
CMYK00.260.070.46
HSL317.14º14.64%46.86%-
HSV(B)317.14º25.55%53.73%-
XYZ18.916.3522.24-
YUV115.31134.6143.47-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.43%
GREEN value IS 102 (40.23% from 255) = 27.87%
BLUE value IS 127 (50% from 255) = 34.70%
R=37.43%
G=27.87%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13710212700.260.070.46317.1414.6446.86
Hex89667F01A72E13df2f
Octal2111461770327564751757
Binary10001001110011011111110110101111011101001111011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89667F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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