#93467A

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

Shades of Strikemaster #93467A

Tints of Strikemaster #93467A

Color information

#93467A (or 0x93467A) is unknown color: approx Strikemaster. HEX triplet: 93, 46 and 7A. RGB value is (147,70,122). Sum of RGB (Red+Green+Blue) = 147+70+122=339 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.36% from 339); Green value is 70 (27.73% from 255 or 20.65% from 339); Blue value is 122 (48.05% from 255 or 35.99% from 339); Max value from RGB is 147 - color contains mainly: red. Hex color #93467A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93467A is #6CB985. Grayscale: #626262. Windows color (decimal): -7125382 or 8013459. OLE color: 8013459.

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

Color convert

RGB14770122-
CMYK00.520.170.42
HSL319.48º35.48%42.55%-
HSV(B)319.48º52.38%57.65%-
XYZ17.7411.9919.79-
YUV98.95141.01162.27-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 43.36%
GREEN value IS 70 (27.73% from 255) = 20.65%
BLUE value IS 122 (48.05% from 255) = 35.99%
R=43.36%
G=20.65%
B=35.99%

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
Decimal1477012200.520.170.42319.4835.4842.55
Hex93467A034112A13f232b
Octal22310617206421524774353
Binary1001001110001101111010011010010001101010100111111100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93467A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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