#93687D

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

Shades of Strikemaster #93687D

Tints of Strikemaster #93687D

Color information

#93687D (or 0x93687D) is unknown color: approx Strikemaster. HEX triplet: 93, 68 and 7D. RGB value is (147,104,125). Sum of RGB (Red+Green+Blue) = 147+104+125=376 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.10% from 376); Green value is 104 (41.02% from 255 or 27.66% from 376); Blue value is 125 (49.22% from 255 or 33.24% from 376); Max value from RGB is 147 - color contains mainly: red. Hex color #93687D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93687D is #6C9782. Grayscale: #777777. Windows color (decimal): -7116675 or 8218771. OLE color: 8218771.

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

Color convert

RGB147104125-
CMYK00.290.150.42
HSL330.7º17.13%49.22%-
HSV(B)330.7º29.25%57.65%-
XYZ20.6817.5821.71-
YUV119.25131.25147.79-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.10%
GREEN value IS 104 (41.02% from 255) = 27.66%
BLUE value IS 125 (49.22% from 255) = 33.24%
R=39.10%
G=27.66%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14710412500.290.150.42330.717.1349.22
Hex93687D01DF2A14b1131
Octal22315017503517525132161
Binary1001001111010001111101011101111110101010100101110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93687D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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