#93638A

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

Shades of Strikemaster #93638A

Tints of Strikemaster #93638A

Color information

#93638A (or 0x93638A) is unknown color: approx Strikemaster. HEX triplet: 93, 63 and 8A. RGB value is (147,99,138). Sum of RGB (Red+Green+Blue) = 147+99+138=384 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.28% from 384); Green value is 99 (39.06% from 255 or 25.78% from 384); Blue value is 138 (54.30% from 255 or 35.94% from 384); Max value from RGB is 147 - color contains mainly: red. Hex color #93638A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93638A is #6C9C75. Grayscale: #757575. Windows color (decimal): -7117942 or 9069459. OLE color: 9069459.

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

Color convert

RGB14799138-
CMYK00.330.060.42
HSL311.25º19.51%48.24%-
HSV(B)311.25º32.65%57.65%-
XYZ21.0816.9626.21-
YUV117.8139.4148.83-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.28%
GREEN value IS 99 (39.06% from 255) = 25.78%
BLUE value IS 138 (54.30% from 255) = 35.94%
R=38.28%
G=25.78%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1479913800.330.060.42311.2519.5148.24
Hex93638A02162A1371430
Octal2231432120416524672460
Binary10010011110001110001010010000111010101010011011110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93638A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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