#93447A

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

Shades of Strikemaster #93447A

Tints of Strikemaster #93447A

Color information

#93447A (or 0x93447A) is unknown color: approx Strikemaster. HEX triplet: 93, 44 and 7A. RGB value is (147,68,122). Sum of RGB (Red+Green+Blue) = 147+68+122=337 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.62% from 337); Green value is 68 (26.95% from 255 or 20.18% from 337); Blue value is 122 (48.05% from 255 or 36.20% from 337); Max value from RGB is 147 - color contains mainly: red. Hex color #93447A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93447A is #6CBB85. Grayscale: #616161. Windows color (decimal): -7125894 or 8012947. OLE color: 8012947.

HSL color Cylindrical-coordinate representation of color #93447A: hue angle of 318.99º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #93447A is Cyan = 0, Magento = 0.54, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB14768122-
CMYK00.540.170.42
HSL318.99º36.74%42.16%-
HSV(B)318.99º53.74%57.65%-
XYZ17.6111.7419.75-
YUV97.78141.67163.11-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 43.62%
GREEN value IS 68 (26.95% from 255) = 20.18%
BLUE value IS 122 (48.05% from 255) = 36.20%
R=43.62%
G=20.18%
B=36.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1476812200.540.170.42318.9936.7442.16
Hex93447A036112A13f252a
Octal22310417206621524774552
Binary1001001110001001111010011011010001101010100111111100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93447A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93447A; }

 p { color: rgb(147,68,122); }

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

<style>
 a { background-color: #93447A; }

 a { background-color: rgb(147,68,122); }

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

<style>
 span { border-color: #93447A; }

 span { border-color: rgb(147,68,122); }

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