#93467C

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

Shades of Strikemaster #93467C

Tints of Strikemaster #93467C

Color information

#93467C (or 0x93467C) is unknown color: approx Strikemaster. HEX triplet: 93, 46 and 7C. RGB value is (147,70,124). Sum of RGB (Red+Green+Blue) = 147+70+124=341 (45% of max value = 765). Red value is 147 (57.81% from 255 or 43.11% from 341); Green value is 70 (27.73% from 255 or 20.53% from 341); Blue value is 124 (48.83% from 255 or 36.36% from 341); Max value from RGB is 147 - color contains mainly: red. Hex color #93467C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93467C is #6CB983. Grayscale: #636363. Windows color (decimal): -7125380 or 8144531. OLE color: 8144531.

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

Color convert

RGB14770124-
CMYK00.520.160.42
HSL317.92º35.48%42.55%-
HSV(B)317.92º52.38%57.65%-
XYZ17.8612.0420.45-
YUV99.18142.01162.11-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 43.11%
GREEN value IS 70 (27.73% from 255) = 20.53%
BLUE value IS 124 (48.83% from 255) = 36.36%
R=43.11%
G=20.53%
B=36.36%

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
Decimal1477012400.520.160.42317.9235.4842.55
Hex93467C034102A13e232b
Octal22310617406420524764353
Binary1001001110001101111100011010010000101010100111110100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93467C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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