#93477A

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

Shades of Strikemaster #93477A

Tints of Strikemaster #93477A

Color information

#93477A (or 0x93477A) is unknown color: approx Strikemaster. HEX triplet: 93, 47 and 7A. RGB value is (147,71,122). Sum of RGB (Red+Green+Blue) = 147+71+122=340 (45% of max value = 765). Red value is 147 (57.81% from 255 or 43.24% from 340); Green value is 71 (28.12% from 255 or 20.88% from 340); Blue value is 122 (48.05% from 255 or 35.88% from 340); Max value from RGB is 147 - color contains mainly: red. Hex color #93477A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93477A is #6CB885. Grayscale: #636363. Windows color (decimal): -7125126 or 8013715. OLE color: 8013715.

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

Color convert

RGB14771122-
CMYK00.520.170.42
HSL319.74º34.86%42.75%-
HSV(B)319.74º51.7%57.65%-
XYZ17.812.1119.81-
YUV99.54140.68161.85-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 43.24%
GREEN value IS 71 (28.12% from 255) = 20.88%
BLUE value IS 122 (48.05% from 255) = 35.88%
R=43.24%
G=20.88%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1477112200.520.170.42319.7434.8642.75
Hex93477A034112A140232b
Octal22310717206421525004353
Binary1001001110001111111010011010010001101010101000000100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93477A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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