#937184

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

Shades of Strikemaster #937184

Tints of Strikemaster #937184

Color information

#937184 (or 0x937184) is unknown color: approx Strikemaster. HEX triplet: 93, 71 and 84. RGB value is (147,113,132). Sum of RGB (Red+Green+Blue) = 147+113+132=392 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.5% from 392); Green value is 113 (44.53% from 255 or 28.83% from 392); Blue value is 132 (51.95% from 255 or 33.67% from 392); Max value from RGB is 147 - color contains mainly: red. Hex color #937184 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937184 is #6C8E7B. Grayscale: #7D7D7D. Windows color (decimal): -7114364 or 8679827. OLE color: 8679827.

HSL color Cylindrical-coordinate representation of color #937184: hue angle of 326.47º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #937184 is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB147113132-
CMYK00.230.100.42
HSL326.47º13.6%50.98%-
HSV(B)326.47º23.13%57.65%-
XYZ22.119.6824.46-
YUV125.33131.76143.46-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.5%
GREEN value IS 113 (44.53% from 255) = 28.83%
BLUE value IS 132 (51.95% from 255) = 33.67%
R=37.5%
G=28.83%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14711313200.230.100.42326.4713.650.98
Hex937184017A2A146e33
Octal22316120402712525061663
Binary1001001111100011000010001011110101010101010001101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #937184; }

 p { color: rgb(147,113,132); }

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

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

 a { background-color: rgb(147,113,132); }

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

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

 span { border-color: rgb(147,113,132); }

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