#93477B

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

Shades of Strikemaster #93477B

Tints of Strikemaster #93477B

Color information

#93477B (or 0x93477B) is unknown color: approx Strikemaster. HEX triplet: 93, 47 and 7B. RGB value is (147,71,123). Sum of RGB (Red+Green+Blue) = 147+71+123=341 (45% of max value = 765). Red value is 147 (57.81% from 255 or 43.11% from 341); Green value is 71 (28.12% from 255 or 20.82% from 341); Blue value is 123 (48.44% from 255 or 36.07% from 341); Max value from RGB is 147 - color contains mainly: red. Hex color #93477B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93477B is #6CB884. Grayscale: #636363. Windows color (decimal): -7125125 or 8079251. OLE color: 8079251.

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

Color convert

RGB14771123-
CMYK00.520.160.42
HSL318.95º34.86%42.75%-
HSV(B)318.95º51.7%57.65%-
XYZ17.8612.1420.14-
YUV99.65141.18161.77-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 43.11%
GREEN value IS 71 (28.12% from 255) = 20.82%
BLUE value IS 123 (48.44% from 255) = 36.07%
R=43.11%
G=20.82%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1477112300.520.160.42318.9534.8642.75
Hex93477B034102A13f232b
Octal22310717306420524774353
Binary1001001110001111111011011010010000101010100111111100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93477B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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