#93477D

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

Shades of Strikemaster #93477D

Tints of Strikemaster #93477D

Color information

#93477D (or 0x93477D) is unknown color: approx Strikemaster. HEX triplet: 93, 47 and 7D. RGB value is (147,71,125). Sum of RGB (Red+Green+Blue) = 147+71+125=343 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.86% from 343); Green value is 71 (28.12% from 255 or 20.70% from 343); Blue value is 125 (49.22% from 255 or 36.44% from 343); Max value from RGB is 147 - color contains mainly: red. Hex color #93477D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93477D is #6CB882. Grayscale: #636363. Windows color (decimal): -7125123 or 8210323. OLE color: 8210323.

HSL color Cylindrical-coordinate representation of color #93477D: hue angle of 317.37º 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 #93477D is Cyan = 0, Magento = 0.52, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB14771125-
CMYK00.520.150.42
HSL317.37º34.86%42.75%-
HSV(B)317.37º51.7%57.65%-
XYZ17.9912.1920.81-
YUV99.88142.18161.61-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42.86%
GREEN value IS 71 (28.12% from 255) = 20.70%
BLUE value IS 125 (49.22% from 255) = 36.44%
R=42.86%
G=20.70%
B=36.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1477112500.520.150.42317.3734.8642.75
Hex93477D034F2A13d232b
Octal22310717506417524754353
Binary100100111000111111110101101001111101010100111101100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93477D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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