#93557F

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

Shades of Strikemaster #93557F

Tints of Strikemaster #93557F

Color information

#93557F (or 0x93557F) is unknown color: approx Strikemaster. HEX triplet: 93, 55 and 7F. RGB value is (147,85,127). Sum of RGB (Red+Green+Blue) = 147+85+127=359 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.95% from 359); Green value is 85 (33.59% from 255 or 23.68% from 359); Blue value is 127 (50% from 255 or 35.38% from 359); Max value from RGB is 147 - color contains mainly: red. Hex color #93557F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93557F is #6CAA80. Grayscale: #6C6C6C. Windows color (decimal): -7121537 or 8344979. OLE color: 8344979.

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

Color convert

RGB14785127-
CMYK00.420.140.42
HSL319.35º26.72%45.49%-
HSV(B)319.35º42.18%57.65%-
XYZ19.1114.2321.82-
YUV108.33138.54155.58-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.95%
GREEN value IS 85 (33.59% from 255) = 23.68%
BLUE value IS 127 (50% from 255) = 35.38%
R=40.95%
G=23.68%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1478512700.420.140.42319.3526.7245.49
Hex93557F02AE2A13f1b2d
Octal22312517705216524773355
Binary10010011101010111111110101010111010101010011111111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93557F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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