#93687C

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

Shades of Strikemaster #93687C

Tints of Strikemaster #93687C

Color information

#93687C (or 0x93687C) is unknown color: approx Strikemaster. HEX triplet: 93, 68 and 7C. RGB value is (147,104,124). Sum of RGB (Red+Green+Blue) = 147+104+124=375 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.2% from 375); Green value is 104 (41.02% from 255 or 27.73% from 375); Blue value is 124 (48.83% from 255 or 33.07% from 375); Max value from RGB is 147 - color contains mainly: red. Hex color #93687C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93687C is #6C9783. Grayscale: #777777. Windows color (decimal): -7116676 or 8153235. OLE color: 8153235.

HSL color Cylindrical-coordinate representation of color #93687C: hue angle of 332.09º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #93687C is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB147104124-
CMYK00.290.160.42
HSL332.09º17.13%49.22%-
HSV(B)332.09º29.25%57.65%-
XYZ20.6217.5621.37-
YUV119.14130.75147.87-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.2%
GREEN value IS 104 (41.02% from 255) = 27.73%
BLUE value IS 124 (48.83% from 255) = 33.07%
R=39.2%
G=27.73%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14710412400.290.160.42332.0917.1349.22
Hex93687C01D102A14c1131
Octal22315017403520525142161
Binary10010011110100011111000111011000010101010100110010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93687C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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