#93647F

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

Shades of Strikemaster #93647F

Tints of Strikemaster #93647F

Color information

#93647F (or 0x93647F) is unknown color: approx Strikemaster. HEX triplet: 93, 64 and 7F. RGB value is (147,100,127). Sum of RGB (Red+Green+Blue) = 147+100+127=374 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.30% from 374); Green value is 100 (39.45% from 255 or 26.74% from 374); Blue value is 127 (50% from 255 or 33.96% from 374); Max value from RGB is 147 - color contains mainly: red. Hex color #93647F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93647F is #6C9B80. Grayscale: #757575. Windows color (decimal): -7117697 or 8348819. OLE color: 8348819.

HSL color Cylindrical-coordinate representation of color #93647F: hue angle of 325.53º 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 #93647F is Cyan = 0, Magento = 0.32, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB147100127-
CMYK00.320.140.42
HSL325.53º19.03%48.43%-
HSV(B)325.53º31.97%57.65%-
XYZ20.4216.8522.25-
YUV117.13133.57149.3-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.30%
GREEN value IS 100 (39.45% from 255) = 26.74%
BLUE value IS 127 (50% from 255) = 33.96%
R=39.30%
G=26.74%
B=33.96%

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
Decimal14710012700.320.140.42325.5319.0348.43
Hex93647F020E2A1461330
Octal22314417704016525062360
Binary10010011110010011111110100000111010101010100011010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93647F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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