#89627F

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

Shades of Strikemaster #89627F

Tints of Strikemaster #89627F

Color information

#89627F (or 0x89627F) is unknown color: approx Strikemaster. HEX triplet: 89, 62 and 7F. RGB value is (137,98,127). Sum of RGB (Red+Green+Blue) = 137+98+127=362 (47% of max value = 765). Red value is 137 (53.91% from 255 or 37.85% from 362); Green value is 98 (38.67% from 255 or 27.07% from 362); Blue value is 127 (50% from 255 or 35.08% from 362); Max value from RGB is 137 - color contains mainly: red. Hex color #89627F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89627F is #769D80. Grayscale: #707070. Windows color (decimal): -7773569 or 8348297. OLE color: 8348297.

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

Color convert

RGB13798127-
CMYK00.280.070.46
HSL315.38º16.6%46.08%-
HSV(B)315.38º28.47%53.73%-
XYZ18.5115.5922.11-
YUV112.97135.92145.14-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.85%
GREEN value IS 98 (38.67% from 255) = 27.07%
BLUE value IS 127 (50% from 255) = 35.08%
R=37.85%
G=27.07%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1379812700.280.070.46315.3816.646.08
Hex89627F01C72E13b112e
Octal2111421770347564732156
Binary100010011100010111111101110011110111010011101110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89627F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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