#93687F

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

Shades of Strikemaster #93687F

Tints of Strikemaster #93687F

Color information

#93687F (or 0x93687F) is unknown color: approx Strikemaster. HEX triplet: 93, 68 and 7F. RGB value is (147,104,127). Sum of RGB (Red+Green+Blue) = 147+104+127=378 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.89% from 378); Green value is 104 (41.02% from 255 or 27.51% from 378); Blue value is 127 (50% from 255 or 33.60% from 378); Max value from RGB is 147 - color contains mainly: red. Hex color #93687F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93687F is #6C9780. Grayscale: #777777. Windows color (decimal): -7116673 or 8349843. OLE color: 8349843.

HSL color Cylindrical-coordinate representation of color #93687F: hue angle of 327.91º 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 #93687F is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB147104127-
CMYK00.290.140.42
HSL327.91º17.13%49.22%-
HSV(B)327.91º29.25%57.65%-
XYZ20.8117.6422.39-
YUV119.48132.25147.63-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.89%
GREEN value IS 104 (41.02% from 255) = 27.51%
BLUE value IS 127 (50% from 255) = 33.60%
R=38.89%
G=27.51%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14710412700.290.140.42327.9117.1349.22
Hex93687F01DE2A1481131
Octal22315017703516525102161
Binary1001001111010001111111011101111010101010100100010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93687F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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