#89627D

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

Shades of Strikemaster #89627D

Tints of Strikemaster #89627D

Color information

#89627D (or 0x89627D) is unknown color: approx Strikemaster. HEX triplet: 89, 62 and 7D. RGB value is (137,98,125). Sum of RGB (Red+Green+Blue) = 137+98+125=360 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.06% from 360); Green value is 98 (38.67% from 255 or 27.22% from 360); Blue value is 125 (49.22% from 255 or 34.72% from 360); Max value from RGB is 137 - color contains mainly: red. Hex color #89627D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89627D is #769D82. Grayscale: #707070. Windows color (decimal): -7773571 or 8217225. OLE color: 8217225.

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

Color convert

RGB13798125-
CMYK00.280.090.46
HSL318.46º16.6%46.08%-
HSV(B)318.46º28.47%53.73%-
XYZ18.3915.5321.43-
YUV112.74134.92145.3-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.06%
GREEN value IS 98 (38.67% from 255) = 27.22%
BLUE value IS 125 (49.22% from 255) = 34.72%
R=38.06%
G=27.22%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.09
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1379812500.280.090.46318.4616.646.08
Hex89627D01C92E13e112e
Octal21114217503411564762156
Binary1000100111000101111101011100100110111010011111010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89627D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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