#93547E

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

Shades of Strikemaster #93547E

Tints of Strikemaster #93547E

Color information

#93547E (or 0x93547E) is unknown color: approx Strikemaster. HEX triplet: 93, 54 and 7E. RGB value is (147,84,126). Sum of RGB (Red+Green+Blue) = 147+84+126=357 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.18% from 357); Green value is 84 (33.20% from 255 or 23.53% from 357); Blue value is 126 (49.61% from 255 or 35.29% from 357); Max value from RGB is 147 - color contains mainly: red. Hex color #93547E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93547E is #6CAB81. Grayscale: #6B6B6B. Windows color (decimal): -7121794 or 8279187. OLE color: 8279187.

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

Color convert

RGB14784126-
CMYK00.430.140.42
HSL320º27.27%45.29%-
HSV(B)320º42.86%57.65%-
XYZ18.9714.0521.45-
YUV107.62138.37156.08-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.18%
GREEN value IS 84 (33.20% from 255) = 23.53%
BLUE value IS 126 (49.61% from 255) = 35.29%
R=41.18%
G=23.53%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1478412600.430.140.4232027.2745.29
Hex93547E02BE2A1401b2d
Octal22312417605316525003355
Binary10010011101010011111100101011111010101010100000011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93547E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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