#89607C

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

Shades of Strikemaster #89607C

Tints of Strikemaster #89607C

Color information

#89607C (or 0x89607C) is unknown color: approx Strikemaster. HEX triplet: 89, 60 and 7C. RGB value is (137,96,124). Sum of RGB (Red+Green+Blue) = 137+96+124=357 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.38% from 357); Green value is 96 (37.89% from 255 or 26.89% from 357); Blue value is 124 (48.83% from 255 or 34.73% from 357); Max value from RGB is 137 - color contains mainly: red. Hex color #89607C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89607C is #769F83. Grayscale: #6F6F6F. Windows color (decimal): -7774084 or 8151177. OLE color: 8151177.

HSL color Cylindrical-coordinate representation of color #89607C: hue angle of 319.02º 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 #89607C is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB13796124-
CMYK00.300.090.46
HSL319.02º17.6%45.69%-
HSV(B)319.02º29.93%53.73%-
XYZ18.1415.1421.04-
YUV111.45135.08146.22-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.38%
GREEN value IS 96 (37.89% from 255) = 26.89%
BLUE value IS 124 (48.83% from 255) = 34.73%
R=38.38%
G=26.89%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.09
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1379612400.300.090.46319.0217.645.69
Hex89607C01E92E13f122e
Octal21114017403611564772256
Binary1000100111000001111100011110100110111010011111110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89607C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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