#93457A

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

Shades of Strikemaster #93457A

Tints of Strikemaster #93457A

Color information

#93457A (or 0x93457A) is unknown color: approx Strikemaster. HEX triplet: 93, 45 and 7A. RGB value is (147,69,122). Sum of RGB (Red+Green+Blue) = 147+69+122=338 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.49% from 338); Green value is 69 (27.34% from 255 or 20.41% from 338); Blue value is 122 (48.05% from 255 or 36.09% from 338); Max value from RGB is 147 - color contains mainly: red. Hex color #93457A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93457A is #6CBA85. Grayscale: #626262. Windows color (decimal): -7125638 or 8013203. OLE color: 8013203.

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

Color convert

RGB14769122-
CMYK00.530.170.42
HSL319.23º36.11%42.35%-
HSV(B)319.23º53.06%57.65%-
XYZ17.6711.8619.77-
YUV98.36141.34162.69-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 43.49%
GREEN value IS 69 (27.34% from 255) = 20.41%
BLUE value IS 122 (48.05% from 255) = 36.09%
R=43.49%
G=20.41%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1476912200.530.170.42319.2336.1142.35
Hex93457A035112A13f242a
Octal22310517206521524774452
Binary1001001110001011111010011010110001101010100111111100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93457A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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