#93618A

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

Shades of Strikemaster #93618A

Tints of Strikemaster #93618A

Color information

#93618A (or 0x93618A) is unknown color: approx Strikemaster. HEX triplet: 93, 61 and 8A. RGB value is (147,97,138). Sum of RGB (Red+Green+Blue) = 147+97+138=382 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.48% from 382); Green value is 97 (38.28% from 255 or 25.39% from 382); Blue value is 138 (54.30% from 255 or 36.13% from 382); Max value from RGB is 147 - color contains mainly: red. Hex color #93618A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93618A is #6C9E75. Grayscale: #747474. Windows color (decimal): -7118454 or 9068947. OLE color: 9068947.

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

Color convert

RGB14797138-
CMYK00.340.060.42
HSL310.8º20.49%47.84%-
HSV(B)310.8º34.01%57.65%-
XYZ20.8916.5926.15-
YUV116.62140.06149.67-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.48%
GREEN value IS 97 (38.28% from 255) = 25.39%
BLUE value IS 138 (54.30% from 255) = 36.13%
R=38.48%
G=25.39%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1479713800.340.060.42310.820.4947.84
Hex93618A02262A1371430
Octal2231412120426524672460
Binary10010011110000110001010010001011010101010011011110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93618A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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