#93658A

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

Shades of Strikemaster #93658A

Tints of Strikemaster #93658A

Color information

#93658A (or 0x93658A) is unknown color: approx Strikemaster. HEX triplet: 93, 65 and 8A. RGB value is (147,101,138). Sum of RGB (Red+Green+Blue) = 147+101+138=386 (51% of max value = 765). Red value is 147 (57.81% from 255 or 38.08% from 386); Green value is 101 (39.84% from 255 or 26.17% from 386); Blue value is 138 (54.30% from 255 or 35.75% from 386); Max value from RGB is 147 - color contains mainly: red. Hex color #93658A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93658A is #6C9A75. Grayscale: #767676. Windows color (decimal): -7117430 or 9069971. OLE color: 9069971.

HSL color Cylindrical-coordinate representation of color #93658A: hue angle of 311.74º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #93658A is Cyan = 0, Magento = 0.31, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB147101138-
CMYK00.310.060.42
HSL311.74º18.55%48.63%-
HSV(B)311.74º31.29%57.65%-
XYZ21.2717.3526.27-
YUV118.97138.74147.99-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.08%
GREEN value IS 101 (39.84% from 255) = 26.17%
BLUE value IS 138 (54.30% from 255) = 35.75%
R=38.08%
G=26.17%
B=35.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14710113800.310.060.42311.7418.5548.63
Hex93658A01F62A1381331
Octal2231452120376524702361
Binary1001001111001011000101001111111010101010011100010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93658A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,101,138); }

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

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

 a { background-color: rgb(147,101,138); }

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

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

 span { border-color: rgb(147,101,138); }

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