#934E7E

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

Shades of Strikemaster #934E7E

Tints of Strikemaster #934E7E

Color information

#934E7E (or 0x934E7E) is unknown color: approx Strikemaster. HEX triplet: 93, 4E and 7E. RGB value is (147,78,126). Sum of RGB (Red+Green+Blue) = 147+78+126=351 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.88% from 351); Green value is 78 (30.86% from 255 or 22.22% from 351); Blue value is 126 (49.61% from 255 or 35.90% from 351); Max value from RGB is 147 - color contains mainly: red. Hex color #934E7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #934E7E is #6CB181. Grayscale: #676767. Windows color (decimal): -7123330 or 8277651. OLE color: 8277651.

HSL color Cylindrical-coordinate representation of color #934E7E: hue angle of 318.26º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #934E7E is Cyan = 0, Magento = 0.47, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB14778126-
CMYK00.470.140.42
HSL318.26º30.67%44.12%-
HSV(B)318.26º46.94%57.65%-
XYZ18.5213.1621.3-
YUV104.1140.36158.6-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.88%
GREEN value IS 78 (30.86% from 255) = 22.22%
BLUE value IS 126 (49.61% from 255) = 35.90%
R=41.88%
G=22.22%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1477812600.470.140.42318.2630.6744.12
Hex934E7E02FE2A13e1f2c
Octal22311617605716524763754
Binary10010011100111011111100101111111010101010011111011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #934E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #934E7E; }

 p { color: rgb(147,78,126); }

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

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

 a { background-color: rgb(147,78,126); }

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

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

 span { border-color: rgb(147,78,126); }

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