#93647C

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

Shades of Strikemaster #93647C

Tints of Strikemaster #93647C

Color information

#93647C (or 0x93647C) is unknown color: approx Strikemaster. HEX triplet: 93, 64 and 7C. RGB value is (147,100,124). Sum of RGB (Red+Green+Blue) = 147+100+124=371 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.62% from 371); Green value is 100 (39.45% from 255 or 26.95% from 371); Blue value is 124 (48.83% from 255 or 33.42% from 371); Max value from RGB is 147 - color contains mainly: red. Hex color #93647C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93647C is #6C9B83. Grayscale: #747474. Windows color (decimal): -7117700 or 8152211. OLE color: 8152211.

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

Color convert

RGB147100124-
CMYK00.320.160.42
HSL329.36º19.03%48.43%-
HSV(B)329.36º31.97%57.65%-
XYZ20.2316.7721.24-
YUV116.79132.07149.55-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.62%
GREEN value IS 100 (39.45% from 255) = 26.95%
BLUE value IS 124 (48.83% from 255) = 33.42%
R=39.62%
G=26.95%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14710012400.320.160.42329.3619.0348.43
Hex93647C020102A1491330
Octal22314417404020525112360
Binary100100111100100111110001000001000010101010100100110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93647C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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