#93467B

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

Shades of Strikemaster #93467B

Tints of Strikemaster #93467B

Color information

#93467B (or 0x93467B) is unknown color: approx Strikemaster. HEX triplet: 93, 46 and 7B. RGB value is (147,70,123). Sum of RGB (Red+Green+Blue) = 147+70+123=340 (45% of max value = 765). Red value is 147 (57.81% from 255 or 43.24% from 340); Green value is 70 (27.73% from 255 or 20.59% from 340); Blue value is 123 (48.44% from 255 or 36.18% from 340); Max value from RGB is 147 - color contains mainly: red. Hex color #93467B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93467B is #6CB984. Grayscale: #626262. Windows color (decimal): -7125381 or 8078995. OLE color: 8078995.

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

Color convert

RGB14770123-
CMYK00.520.160.42
HSL318.7º35.48%42.55%-
HSV(B)318.7º52.38%57.65%-
XYZ17.812.0120.12-
YUV99.06141.51162.19-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 43.24%
GREEN value IS 70 (27.73% from 255) = 20.59%
BLUE value IS 123 (48.44% from 255) = 36.18%
R=43.24%
G=20.59%
B=36.18%

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
Decimal1477012300.520.160.42318.735.4842.55
Hex93467B034102A13f232b
Octal22310617306420524774353
Binary1001001110001101111011011010010000101010100111111100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93467B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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