#93657F

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

Shades of Strikemaster #93657F

Tints of Strikemaster #93657F

Color information

#93657F (or 0x93657F) is unknown color: approx Strikemaster. HEX triplet: 93, 65 and 7F. RGB value is (147,101,127). Sum of RGB (Red+Green+Blue) = 147+101+127=375 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.2% from 375); Green value is 101 (39.84% from 255 or 26.93% from 375); Blue value is 127 (50% from 255 or 33.87% from 375); Max value from RGB is 147 - color contains mainly: red. Hex color #93657F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93657F is #6C9A80. Grayscale: #757575. Windows color (decimal): -7117441 or 8349075. OLE color: 8349075.

HSL color Cylindrical-coordinate representation of color #93657F: hue angle of 326.09º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #93657F is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB147101127-
CMYK00.310.140.42
HSL326.09º18.55%48.63%-
HSV(B)326.09º31.29%57.65%-
XYZ20.5217.0422.29-
YUV117.72133.24148.89-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.2%
GREEN value IS 101 (39.84% from 255) = 26.93%
BLUE value IS 127 (50% from 255) = 33.87%
R=39.2%
G=26.93%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14710112700.310.140.42326.0918.5548.63
Hex93657F01FE2A1461331
Octal22314517703716525062361
Binary1001001111001011111111011111111010101010100011010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93657F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,101,127); }

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

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

 a { background-color: rgb(147,101,127); }

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

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

 span { border-color: rgb(147,101,127); }

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