#93577E

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

Shades of Strikemaster #93577E

Tints of Strikemaster #93577E

Color information

#93577E (or 0x93577E) is unknown color: approx Strikemaster. HEX triplet: 93, 57 and 7E. RGB value is (147,87,126). Sum of RGB (Red+Green+Blue) = 147+87+126=360 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.83% from 360); Green value is 87 (34.38% from 255 or 24.17% from 360); Blue value is 126 (49.61% from 255 or 35% from 360); Max value from RGB is 147 - color contains mainly: red. Hex color #93577E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93577E is #6CA881. Grayscale: #6D6D6D. Windows color (decimal): -7121026 or 8279955. OLE color: 8279955.

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

Color convert

RGB14787126-
CMYK00.410.140.42
HSL321º25.64%45.88%-
HSV(B)321º40.82%57.65%-
XYZ19.2114.5321.53-
YUV109.39137.38154.83-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.83%
GREEN value IS 87 (34.38% from 255) = 24.17%
BLUE value IS 126 (49.61% from 255) = 35%
R=40.83%
G=24.17%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1478712600.410.140.4232125.6445.88
Hex93577E029E2A1411a2e
Octal22312717605116525013256
Binary10010011101011111111100101001111010101010100000111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93577E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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