#93677F

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

Shades of Strikemaster #93677F

Tints of Strikemaster #93677F

Color information

#93677F (or 0x93677F) is unknown color: approx Strikemaster. HEX triplet: 93, 67 and 7F. RGB value is (147,103,127). Sum of RGB (Red+Green+Blue) = 147+103+127=377 (49% of max value = 765). Red value is 147 (57.81% from 255 or 38.99% from 377); Green value is 103 (40.62% from 255 or 27.32% from 377); Blue value is 127 (50% from 255 or 33.69% from 377); Max value from RGB is 147 - color contains mainly: red. Hex color #93677F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93677F is #6C9880. Grayscale: #767676. Windows color (decimal): -7116929 or 8349587. OLE color: 8349587.

HSL color Cylindrical-coordinate representation of color #93677F: hue angle of 327.27º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #93677F is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB147103127-
CMYK00.300.140.42
HSL327.27º17.6%49.02%-
HSV(B)327.27º29.93%57.65%-
XYZ20.7117.4422.35-
YUV118.89132.58148.05-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.99%
GREEN value IS 103 (40.62% from 255) = 27.32%
BLUE value IS 127 (50% from 255) = 33.69%
R=38.99%
G=27.32%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14710312700.300.140.42327.2717.649.02
Hex93677F01EE2A1471231
Octal22314717703616525072261
Binary1001001111001111111111011110111010101010100011110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93677F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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