#93557C

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

Shades of Strikemaster #93557C

Tints of Strikemaster #93557C

Color information

#93557C (or 0x93557C) is unknown color: approx Strikemaster. HEX triplet: 93, 55 and 7C. RGB value is (147,85,124). Sum of RGB (Red+Green+Blue) = 147+85+124=356 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.29% from 356); Green value is 85 (33.59% from 255 or 23.88% from 356); Blue value is 124 (48.83% from 255 or 34.83% from 356); Max value from RGB is 147 - color contains mainly: red. Hex color #93557C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93557C is #6CAA83. Grayscale: #6B6B6B. Windows color (decimal): -7121540 or 8148371. OLE color: 8148371.

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

Color convert

RGB14785124-
CMYK00.420.160.42
HSL322.26º26.72%45.49%-
HSV(B)322.26º42.18%57.65%-
XYZ18.9214.1620.8-
YUV107.98137.04155.83-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.29%
GREEN value IS 85 (33.59% from 255) = 23.88%
BLUE value IS 124 (48.83% from 255) = 34.83%
R=41.29%
G=23.88%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1478512400.420.160.42322.2626.7245.49
Hex93557C02A102A1421b2d
Octal22312517405220525023355
Binary100100111010101111110001010101000010101010100001011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93557C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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