#93647E

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

Shades of Strikemaster #93647E

Tints of Strikemaster #93647E

Color information

#93647E (or 0x93647E) is unknown color: approx Strikemaster. HEX triplet: 93, 64 and 7E. RGB value is (147,100,126). Sum of RGB (Red+Green+Blue) = 147+100+126=373 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.41% from 373); Green value is 100 (39.45% from 255 or 26.81% from 373); Blue value is 126 (49.61% from 255 or 33.78% from 373); Max value from RGB is 147 - color contains mainly: red. Hex color #93647E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93647E is #6C9B81. Grayscale: #747474. Windows color (decimal): -7117698 or 8283283. OLE color: 8283283.

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

Color convert

RGB147100126-
CMYK00.320.140.42
HSL326.81º19.03%48.43%-
HSV(B)326.81º31.97%57.65%-
XYZ20.3616.8221.91-
YUV117.02133.07149.39-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.41%
GREEN value IS 100 (39.45% from 255) = 26.81%
BLUE value IS 126 (49.61% from 255) = 33.78%
R=39.41%
G=26.81%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14710012600.320.140.42326.8119.0348.43
Hex93647E020E2A1471330
Octal22314417604016525072360
Binary10010011110010011111100100000111010101010100011110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93647E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93647E; }

 p { color: rgb(147,100,126); }

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

<style>
 a { background-color: #93647E; }

 a { background-color: rgb(147,100,126); }

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

<style>
 span { border-color: #93647E; }

 span { border-color: rgb(147,100,126); }

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